<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeNique</title>
	<atom:link href="http://www.codenique.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.codenique.com</link>
	<description>Free Tutorials on HTML, XHTML, CSS and More Online!</description>
	<lastBuildDate>Sun, 12 Jul 2009 09:21:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Bold &amp; Italic Tags</title>
		<link>http://www.codenique.com/html/text/bold_and_italics.php</link>
		<comments>http://www.codenique.com/html/text/bold_and_italics.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 09:13:59 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[b tag]]></category>
		<category><![CDATA[i tag]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=669</guid>
		<description><![CDATA[Now I&#8217;m going to show you the bold &#060;b&#062; and italic &#060;i&#062; tags which are a great way to make your text stand out. The &#060;b&#062; tag basically boldfaces a character or text within the &#060;b&#062; tag this tag also requires an end tag. If there is no boldface text available the browser will use [...]]]></description>
			<content:encoded><![CDATA[<p>Now I&#8217;m going to show you the bold <span class="one">&#060;b&#062;</span> and italic <span class="two">&#060;i&#062;</span> tags which are a great way to make your text stand out. The <span class="one">&#060;b&#062;</span> tag basically boldfaces a character or text within the <span class="one">&#060;b&#062;</span> tag this tag also requires an end tag. If there is no boldface text available the browser will use some other kind of method.</p>
<span id="more-669"></span>
<p>Now the italic <span class="two">&#060;i&#062;</span> tag requires an end tag and within the tags the text is rendered italic or in a oblique typeface. Now if there is no italic typeface available the browser will use another kind of method.</p>

<p>First I will show you how to code in the <span class="one">&#060;b&#062;</span> tag.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To HTML &#038; XHTML&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
<span class="one">&#060;b&#062;</span>CodeNique<span class="one">&#060;&#047;b&#062;</span> is now bold.<br />
&#060;&#047;p&#062;<br /><br />

&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should look like.</p>

<p>
<b>CodeNique</b> is now bold.
</p>

<br />
<br />

<p>Now lets code in the <span class="two">&#060;i&#062;</span> tag.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To HTML &#038; XHTML&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
<span class="two">&#060;i&#062;</span>CodeNique<span class="two">&#060;&#047;i&#062;</span> is now italic.<br />
&#060;&#047;p&#062;<br /><br />

&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should look like.</p>

<p>
<i>CodeNique</i> is now italic.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=669</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Color Names</title>
		<link>http://www.codenique.com/web_color/css3_color_names.php</link>
		<comments>http://www.codenique.com/web_color/css3_color_names.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:56:22 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[web color]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=473</guid>
		<description><![CDATA[Color names also known as color keywords, named colors and named color keywords in which their is 147 color names that are defined in the CSS3 color specification. Now the 147 color names also include the 17 standard color names. All 147 color names where taken from the X Windows Systems, X color names, which [...]]]></description>
			<content:encoded><![CDATA[<p>Color names also known as color keywords, named colors and named color keywords in which their is 147 color names that are defined in the CSS3 color specification. Now the 147 color names also include the 17 standard color names. All 147 color names where taken from the X Windows Systems, X color names, which has been in use for many and I mean many years. So the 147 color names even though they are not the standard are likely to be very well supported.</p>
<span id="more-473"></span>
<p>The color name gray can be spelled with an &#8216;<b>e</b>&#8216; as in grey but Internet
Explorer (IE) will not recognize the color names with the word grey spelled
with an &#8216;<b>e</b>&#8216;, it will only recognize the color names with the word gray spelled
with an &#8216;<b>a</b>&#8216; just to let you know. So Internet Explorer (IE) only has 140 color
names in the CSS3 color specification instead of the 147.</p>

<p>Now let me show you all 147 color names and their values in alphabetical
order.</p>

<table style=" font-size: 8pt;" width="600px" border="2" rules="all" cellpadding="3" cellspacing="0" summary="The 147 CSS3 Color Names Values Chart" style="margin-top: 30px;">

<colgroup>
<col style="width: 100px;" />
<col />
<col />
<col />
<col />
<col style="text-align: center;" />
</colgroup>





<tr height="30px" style="background-color: gray; color: #fff; font-weight: bold; font-size: 7pt;">
<td>Name</td> <td>Hexadecimal</td> <td>Percentage</td> <td>Integer</td> <td>Short Hex</td> <td>Example</td>
</tr>


<tr>
<td>aliceblue</td>
<td>#f0f8ff</td>
<td>rgb(94.1%,96.9%,100%)</td>
<td>rgb(240,248,255)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f0f8ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>antiquewhite</td>
<td>#faebd7</td>
<td>rgb(98%,92.2%,84.3%)</td>
<td>rgb(250,235,215)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #faebd7;" alt="Color Example" /></td>
</tr>

<tr>
<td>aqua</td>
<td>#00ffff</td>
<td>rgb(0%,100%,100%)</td>
<td>rgb(0,255,255)</td>
<td>#0ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>aquamarine</td>
<td>#7fffd4</td>
<td>rgb(49.8%,100%,83.1%)</td>
<td>rgb(127,255,212)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #7fffd4;" alt="Color Example" /></td>
</tr>

<tr>
<td>azure</td>
<td>#f0ffff</td>
<td>rgb(94.1%,100%,100%)</td>
<td>rgb(240,255,255)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f0ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>beige</td>
<td>#f5f5dc</td>
<td>rgb(96.1%,96.1%,86.3%)</td>
<td>rgb(245,245,220)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f5f5dc;" alt="Color Example" /></td>
</tr>

<tr>
<td>bisque</td>
<td>#ffe4c4</td>
<td>rgb(100%,89.4%,76.9%)</td>
<td>rgb(255,228,196)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffe4c4;" alt="Color Example" /></td>
</tr>

<tr>
<td>black</td>
<td>#000000</td>
<td>rgb(0%,0%,0%)</td>
<td>rgb(0,0,0)</td>
<td>#000</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000000;" alt="Color Example" /></td>
</tr>


<tr>
<td>blanchedalmond</td>
<td>#ffebcd</td>
<td>rgb(100%,92.2%,80.4%)</td>
<td>rgb(255,235,205)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffebcd;" alt="Color Example" /></td>
</tr>

<tr>
<td>blue</td>
<td>#0000ff</td>
<td>rgb(0%,0%,100%)</td>
<td>rgb(0,0,255)</td>
<td>#00f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0000ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>blueviolet</td>
<td>#8a2be2</td>
<td>rgb(54.1%,16.9%,88.6%)</td>
<td>rgb(138,43,226)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #8a2be2;" alt="Color Example" /></td>
</tr>

<tr>
<td>brown</td>
<td>#a52a2a</td>
<td>rgb(64.7%,16.5%,16.5%)</td>
<td>rgb(165,42,42)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #a52a2a;" alt="Color Example" /></td>
</tr>

<tr>
<td>burlywood</td>
<td>#deb887</td>
<td>rgb(87.1%,72.2%,52.9%)</td>
<td>rgb(222,184,135)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #deb887;" alt="Color Example" /></td>
</tr>


<tr>
<td>cadetblue</td>
<td>#5f9ea0</td>
<td>rgb(37.3%,62%,62.7%)</td>
<td>rgb(95,158,160)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #5f9ea0;" alt="Color Example" /></td>
</tr>


<tr>
<td>chartreuse</td>
<td>#7fff00</td>
<td>rgb(49.8%,100%,0%)</td>
<td>rgb(127,255,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #7fff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>chocolate</td>
<td>#d2691e</td>
<td>rgb(82.4%,41.1%,11.8%)</td>
<td>rgb(210,105,30)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #d2691e;" alt="Color Example" /></td>
</tr>

<tr>
<td>coral</td>
<td>#ff7f50</td>
<td>rgb(100%,49.8%,31.4%)</td>
<td>rgb(255,127,80)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff7f50;" alt="Color Example" /></td>
</tr>


<tr>
<td>cornflowerblue</td>
<td>#6495ed</td>
<td>rgb(39.2%,58.4%,92.9%)</td>
<td>rgb(100,149,237)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6495ed;" alt="Color Example" /></td>
</tr>

<tr>
<td>cornsilk</td>
<td>#fff8dc</td>
<td>rgb(100%,97.3%,86.3%)</td>
<td>rgb(255,248,220)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fff8dc;" alt="Color Example" /></td>
</tr>

<tr>
<td>crimson</td>
<td>#dc143c</td>
<td>rgb(86.3%,7.8%,23.5%)</td>
<td>rgb(220,20,60)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #dc143c;" alt="Color Example" /></td>
</tr>

<tr>
<td>cyan</td>
<td>#00ffff</td>
<td>rgb(0%,100%,100%)</td>
<td>rgb(0,255,255)</td>
<td>#0ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkblue</td>
<td>#00008b</td>
<td>rgb(0%,0%,54.5%)</td>
<td>rgb(0,0,139)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00008b;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkcyan</td>
<td>#008b8b</td>
<td>rgb(0%,54.5%,54.5%)</td>
<td>rgb(0,139,139)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #008b8b;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkgoldenrod</td>
<td>#b8860b</td>
<td>rgb(72.2%,52.5%,4.3%)</td>
<td>rgb(184,134,11)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #b8860b;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkgray</td>
<td>#a9a9a9</td>
<td>rgb(66.3%,66.3%,66.3%)</td>
<td>rgb(169,169,169)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #a9a9a9;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkgreen</td>
<td>#006400</td>
<td>rgb(0%,39.2%,0%)</td>
<td>rgb(0,100,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #006400;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkgrey</td>
<td>#a9a9a9</td>
<td>rgb(66.3%,66.3%,66.3%)</td>
<td>rgb(169,169,169)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #a9a9a9;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkkhaki</td>
<td>#bdb76b</td>
<td>rgb(74.1%,71.8%,42%)</td>
<td>rgb(189,183,107)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #bdb76b;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkmagenta</td>
<td>#8b008b</td>
<td>rgb(54.5%,0%,54.5%)</td>
<td>rgb(139,0,139)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #8b008b;" alt="Color Example" /></td>
</tr>


<tr>
<td>darkolivegreen</td>
<td>#556b2f</td>
<td>rgb(33.3%,42%,18.4%)</td>
<td>rgb(85,107,47)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #556b2f;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkorange</td>
<td>#ff8c00</td>
<td>rgb(100%,54.9%,0%)</td>
<td>rgb(255,140,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff8c00;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkorchid</td>
<td>#9932cc</td>
<td>rgb(60%,19.6%,80%)</td>
<td>rgb(153,50,204)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9932cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkred</td>
<td>#8b0000</td>
<td>rgb(54.5%,0%,0%)</td>
<td>rgb(139,0,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #8b0000;" alt="Color Example" /></td>
</tr>

<tr>
<td>darksalmon</td>
<td>#e9967a</td>
<td>rgb(91.4%,58.8%,47.8%)</td>
<td>rgb(233,150,122)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #e9967a;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkseagreen</td>
<td>#8fbc8f</td>
<td>rgb(56.1%,73.7%,56.1%)</td>
<td>rgb(143,188,143)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #8fbc8f;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkslateblue</td>
<td>#483d8b</td>
<td>rgb(28.2%,23.9%,54.5%)</td>
<td>rgb(72,61,139)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #483d8b;" alt="Color Example" /></td>
</tr>

<tr>
<td>darkslategray</td>
<td>#2f4f4f</td>
<td>rgb(18.4%,31%,31%)</td>
<td>rgb(47,79,79)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #2f4f4f;" alt="Color Example" /></td>
</tr>


<tr>
<td>darkslategrey</td>
<td>#2f4f4f</td>
<td>rgb(18.4%,31%,31%)</td>
<td>rgb(47,79,79)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #2f4f4f;" alt="Color Example" /></td>
</tr>



<tr>
<td>darkturquoise</td>
<td>#00ced1</td>
<td>rgb(0%,80.8%,82%)</td>
<td>rgb(0,206,209)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ced1;" alt="Color Example" /></td>
</tr>


<tr>
<td>darkviolet</td>
<td>#9400d3</td>
<td>rgb(58%,0%,82.7%)</td>
<td>rgb(148,0,211)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9400d3;" alt="Color Example" /></td>
</tr>


<tr>
<td>deeppink</td>
<td>#ff1493</td>
<td>rgb(100%,7.8%,57.6%)</td>
<td>rgb(255,20,147)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff1493;" alt="Color Example" /></td>
</tr>



<tr>
<td>deepskyblue</td>
<td>#00bfff</td>
<td>rgb(0%,74.9%,100%)</td>
<td>rgb(0,191,255)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00bfff;" alt="Color Example" /></td>
</tr>


<tr>
<td>dimgray</td>
<td>#696969</td>
<td>rgb(41.1%,41.1%,41.1%)</td>
<td>rgb(105,105,105)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #696969;" alt="Color Example" /></td>
</tr>



<tr>
<td>dimgrey</td>
<td>#696969</td>
<td>rgb(41.1%,41.1%,41.1%)</td>
<td>rgb(105,105,105)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #696969;" alt="Color Example" /></td>
</tr>



<tr>
<td>dodgerblue</td>
<td>#1e90ff</td>
<td>rgb(11.8%,56.5%,100%)</td>
<td>rgb(30,144,255)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #1e90ff;" alt="Color Example" /></td>
</tr>



<tr>
<td>firebrick</td>
<td>#b22222</td>
<td>rgb(69.8%,13.3%,13.3%)</td>
<td>rgb(178,34,34)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #b22222;" alt="Color Example" /></td>
</tr>



<tr>
<td>floralwhite</td>
<td>#fffaf0</td>
<td>rgb(100%,98%,94.1%)</td>
<td>rgb(255,250,240)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fffaf0;" alt="Color Example" /></td>
</tr>

<tr>
<td>forestgreen</td>
<td>#228b22</td>
<td>rgb(13.3%,54.5%,13.3%)</td>
<td>rgb(34,139,34)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #228b22;" alt="Color Example" /></td>
</tr>

<tr>
<td>fuchsia</td>
<td>#ff00ff</td>
<td>rgb(100%,0%,100%)</td>
<td>rgb(255,0,255)</td>
<td>#f0f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff00ff;" alt="Color Example" /></td>
</tr>


<tr>
<td>gainsboro</td>
<td>#dcdcdc</td>
<td>rgb(86.3%,86.3%,86.3%)</td>
<td>rgb(220,220,220)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #dcdcdc;" alt="Color Example" /></td>
</tr>

<tr>
<td>ghostwhite</td>
<td>#f8f8ff</td>
<td>rgb(97.3%,97.3%,100%)</td>
<td>rgb(248,248,255)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f8f8ff;" alt="Color Example" /></td>
</tr>


<tr>
<td>gold</td>
<td>#ffd700</td>
<td>rgb(100%,84.3%,0%)</td>
<td>rgb(255,215,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffd700;" alt="Color Example" /></td>
</tr>


<tr>
<td>goldenrod</td>
<td>#daa520</td>
<td>rgb(85.5%,64.7%,12.5%)</td>
<td>rgb(218,165,32)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #daa520;" alt="Color Example" /></td>
</tr>

<tr>
<td>gray</td>
<td>#808080</td>
<td>rgb(50.2%,50.2%,50.2%)</td>
<td>rgb(128,128,128)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #808080;" alt="Color Example" /></td>
</tr>

<tr>
<td>green</td>
<td>#008000</td>
<td>rgb(0%,50.2%,0%)</td>
<td>rgb(0,128,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #008000;" alt="Color Example" /></td>
</tr>

<tr>
<td>greenyellow</td>
<td>#adff2f</td>
<td>rgb(67.8%,100%,18.4%)</td>
<td>rgb(173,255,47)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #adff2f;" alt="Color Example" /></td>
</tr>

<tr>
<td>grey</td>
<td>#808080</td>
<td>rgb(50.2%,50.2%,50.2%)</td>
<td>rgb(128,128,128)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #808080;" alt="Color Example" /></td>
</tr>

<tr>
<td>honeydew</td>
<td>#f0fff0</td>
<td>rgb(94.1%,100%,94.1%)</td>
<td>rgb(240,255,240)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f0fff0;" alt="Color Example" /></td>
</tr>

<tr>
<td>hotpink</td>
<td>#ff69b4</td>
<td>rgb(100%,41.1%,70.6%)</td>
<td>rgb(255,105,180)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff69b4;" alt="Color Example" /></td>
</tr>

<tr>
<td>indianred</td>
<td>#cd5c5c</td>
<td>rgb(80.4%,36%,36%)</td>
<td>rgb(205,92,92)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cd5c5c;" alt="Color Example" /></td>
</tr>

<tr>
<td>indigo</td>
<td>#4b0082</td>
<td>rgb(29.4%,0%,51%)</td>
<td>rgb(75,0,130)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #4b0082;" alt="Color Example" /></td>
</tr>

<tr>
<td>ivory</td>
<td>#fffff0</td>
<td>rgb(100%,100%,94.1%)</td>
<td>rgb(255,255,240)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fffff0;" alt="Color Example" /></td>
</tr>

<tr>
<td>khaki</td>
<td>#f0e68c</td>
<td>rgb(94.1%,90.2%,54.9%)</td>
<td>rgb(240,230,140)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f0e68c;" alt="Color Example" /></td>
</tr>

<tr>
<td>lavender</td>
<td>#e6e6fa</td>
<td>rgb(90.2%,90.2%,98%)</td>
<td>rgb(230,230,250)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #e6e6fa;" alt="Color Example" /></td>
</tr>

<tr>
<td>lavenderblush</td>
<td>#fff0f5</td>
<td>rgb(100%,94.1%,96.1%)</td>
<td>rgb(255,240,245)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fff0f5;" alt="Color Example" /></td>
</tr>

<tr>
<td>lawngreen</td>
<td>#7cfc00</td>
<td>rgb(48.6%,98.8%,0%)</td>
<td>rgb(124,252,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #7cfc00;" alt="Color Example" /></td>
</tr>

<tr>
<td>lemonchiffon</td>
<td>#fffacd</td>
<td>rgb(100%,98%,80.4%)</td>
<td>rgb(255,250,205)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fffacd;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightblue</td>
<td>#add8e6</td>
<td>rgb(67.8%,84.7%,90.2%)</td>
<td>rgb(173,216,230)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #add8e6;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightcoral</td>
<td>#f08080</td>
<td>rgb(94.1%,50.2%,50.2%)</td>
<td>rgb(240,128,128)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f08080;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightcyan</td>
<td>#e0ffff</td>
<td>rgb(87.8%,100%,100%)</td>
<td>rgb(224,255,255)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #e0ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightgoldenrodyellow</td>
<td>#fafad2</td>
<td>rgb(98%,98%,82.4%)</td>
<td>rgb(250,250,210)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fafad2;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightgray</td>
<td>#d3d3d3</td>
<td>rgb(82.7%,82.7%,82.7%)</td>
<td>rgb(211,211,211)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #d3d3d3;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightgreen</td>
<td>#90ee90</td>
<td>rgb(56.5%,93.3%,56.5%)</td>
<td>rgb(144,238,144)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #90ee90;" alt="Color Example" /></td>
</tr>


<tr>
<td>lightgrey</td>
<td>#d3d3d3</td>
<td>rgb(82.7%,82.7%,82.7%)</td>
<td>rgb(211,211,211)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #d3d3d3;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightpink</td>
<td>#ffb6c1</td>
<td>rgb(100%,71.4%,75.7%)</td>
<td>rgb(255,182,193)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffb6c1;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightsalmon</td>
<td>#ffa07a</td>
<td>rgb(100%,62.7%,47.8%)</td>
<td>rgb(255,160,122)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffa07a;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightseagreen</td>
<td>#20b2aa</td>
<td>rgb(12.5%,69.8%,66.7%)</td>
<td>rgb(32,178,170)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #20b2aa;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightskyblue</td>
<td>#87cefa</td>
<td>rgb(52.9%,80.8%,98%)</td>
<td>rgb(135,206,250)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #87cefa;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightslategray</td>
<td>#778899</td>
<td>rgb(46.7%,53.3%,60%)</td>
<td>rgb(119,136,153)</td>
<td>#789</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #778899;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightslategrey</td>
<td>#778899</td>
<td>rgb(46.7%,53.3%,60%)</td>
<td>rgb(119,136,153)</td>
<td>#789</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #778899;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightsteelblue</td>
<td>#b0c4de</td>
<td>rgb(69%,76.9%,87.1%)</td>
<td>rgb(176,196,222)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #b0c4de;" alt="Color Example" /></td>
</tr>

<tr>
<td>lightyellow</td>
<td>#ffffe0</td>
<td>rgb(100%,100%,87.8%)</td>
<td>rgb(255,255,224)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffffe0;" alt="Color Example" /></td>
</tr>

<tr>
<td>lime</td>
<td>#00ff00</td>
<td>rgb(0%,100%,0%)</td>
<td>rgb(0,255,0)</td>
<td>#0f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>limegreen</td>
<td>#32cd32</td>
<td>rgb(19.6%,80.4%,19.6%)</td>
<td>rgb(50,205,50)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #32cd32;" alt="Color Example" /></td>
</tr>

<tr>
<td>linen</td>
<td>#faf0e6</td>
<td>rgb(98%,94.1%,90.2%)</td>
<td>rgb(250,240,230)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #faf0e6;" alt="Color Example" /></td>
</tr>

<tr>
<td>magenta</td>
<td>#ff00ff</td>
<td>rgb(100%,0%,100%)</td>
<td>rgb(255,0,255)</td>
<td>#f0f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff00ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>maroon</td>
<td>#800000</td>
<td>rgb(50.2%,0%,0%)</td>
<td>rgb(128,0,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #800000;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumaquamarine</td>
<td>#66cdaa</td>
<td>rgb(40%,80.4%,66.7%)</td>
<td>rgb(102,205,170)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66cdaa;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumblue</td>
<td>#0000cd</td>
<td>rgb(0%,0%,80.4%)</td>
<td>rgb(0,0,205)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0000cd;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumorchid</td>
<td>#ba55d3</td>
<td>rgb(72.9%,33.3%,82.7%)</td>
<td>rgb(186,85,211)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ba55d3;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumpurple</td>
<td>#9370db</td>
<td>rgb(57.6%,43.9%,85.9%)</td>
<td>rgb(147,112,219)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9370db;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumseagreen</td>
<td>#3cb371</td>
<td>rgb(23.5%,70.2%,44.3%)</td>
<td>rgb(60,179,113)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3cb371;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumslateblue</td>
<td>#7b68ee</td>
<td>rgb(48.2%,40.8%,93.3%)</td>
<td>rgb(123,104,238)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #7b68ee;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumspringgreen</td>
<td>#00fa9a</td>
<td>rgb(0%,98%,60.4%)</td>
<td>rgb(0,250,154)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00fa9a;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumturquoise</td>
<td>#48d1cc</td>
<td>rgb(28.2%,82%,80%)</td>
<td>rgb(72,209,204)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #48d1cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>mediumvioletred</td>
<td>#c71585</td>
<td>rgb(78%,8.2%,52.2%)</td>
<td>rgb(199,21,133)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #c71585;" alt="Color Example" /></td>
</tr>

<tr>
<td>midnightblue</td>
<td>#191970</td>
<td>rgb(9.8%,9.8%,43.9%)</td>
<td>rgb(25,25,112)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #191970;" alt="Color Example" /></td>
</tr>

<tr>
<td>mintcream</td>
<td>#f5fffa</td>
<td>rgb(96.1%,100%,98%)</td>
<td>rgb(245,255,250)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f5fffa;" alt="Color Example" /></td>
</tr>

<tr>
<td>mistyrose</td>
<td>#ffe4e1</td>
<td>rgb(100%,89.4%,88.2%)</td>
<td>rgb(255,228,225)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffe4e1;" alt="Color Example" /></td>
</tr>

<tr>
<td>moccasin</td>
<td>#ffe4b5</td>
<td>rgb(100%,89.4%,71%)</td>
<td>rgb(255,228,181)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffe4b5;" alt="Color Example" /></td>
</tr>

<tr>
<td>navajowhite</td>
<td>#ffdead</td>
<td>rgb(100%,87.1%,67.8%)</td>
<td>rgb(255,222,173)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffdead;" alt="Color Example" /></td>
</tr>


<tr>
<td>navy</td>
<td>#000080</td>
<td>rgb(0%,0%,50.2%)</td>
<td>rgb(0,0,128)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000080;" alt="Color Example" /></td>
</tr>

<tr>
<td>oldlace</td>
<td>#fdf5e6</td>
<td>rgb(99.2%,96.1%,90.2%)</td>
<td>rgb(253,245,230)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fdf5e6;" alt="Color Example" /></td>
</tr>

<tr>
<td>olive</td>
<td>#808000</td>
<td>rgb(50.2%,50.2%,0%)</td>
<td>rgb(128,128,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #808000;" alt="Color Example" /></td>
</tr>

<tr>
<td>olivedrab</td>
<td>#6b8e23</td>
<td>rgb(42%,55.7%,13.7%)</td>
<td>rgb(107,142,35)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6b8e23;" alt="Color Example" /></td>
</tr>

<tr>
<td>orange</td>
<td>#ffa500</td>
<td>rgb(100%,64.7%,0%)</td>
<td>rgb(255,165,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffa500;" alt="Color Example" /></td>
</tr>

<tr>
<td>orangered</td>
<td>#ff4500</td>
<td>rgb(100%,27.1%,0%)</td>
<td>rgb(255,69,0)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff4500;" alt="Color Example" /></td>
</tr>

<tr>
<td>orchid</td>
<td>#da70d6</td>
<td>rgb(85.5%,43.9%,83.9%)</td>
<td>rgb(218,112,214)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #da70d6;" alt="Color Example" /></td>
</tr>

<tr>
<td>palegoldenrod</td>
<td>#eee8aa</td>
<td>rgb(93.3%,91%,66.7%)</td>
<td>rgb(238,232,170)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #eee8aa;" alt="Color Example" /></td>
</tr>


<tr>
<td>palegreen</td>
<td>#98fb98</td>
<td>rgb(59.6%,98.4%,59.6%)</td>
<td>rgb(152,251,152)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #98fb98;" alt="Color Example" /></td>
</tr>

<tr>
<td>paleturquoise</td>
<td>#afeeee</td>
<td>rgb(68.6%,93.3%,93.3%)</td>
<td>rgb(175,238,238)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #afeeee;" alt="Color Example" /></td>
</tr>

<tr>
<td>palevioletred</td>
<td>#db7093</td>
<td>rgb(85.9%,43.9%,57.6%)</td>
<td>rgb(219,112,147)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #db7093;" alt="Color Example" /></td>
</tr>

<tr>
<td>papayawhip</td>
<td>#ffefd5</td>
<td>rgb(100%,93.7%,83.5%)</td>
<td>rgb(255,239,213)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffefd5;" alt="Color Example" /></td>
</tr>

<tr>
<td>peachpuff</td>
<td>#ffdab9</td>
<td>rgb(100%,85.5%,72.5%)</td>
<td>rgb(255,218,185)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffdab9;" alt="Color Example" /></td>
</tr>

<tr>
<td>peru</td>
<td>#cd853f</td>
<td>rgb(80.4%,52.2%,24.7%)</td>
<td>rgb(205,133,63)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cd853f;" alt="Color Example" /></td>
</tr>

<tr>
<td>pink</td>
<td>#ffc0cb</td>
<td>rgb(100%,75.3%,79.6%)</td>
<td>rgb(255,192,203)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffc0cb;" alt="Color Example" /></td>
</tr>

<tr>
<td>plum</td>
<td>#dda0dd</td>
<td>rgb(86.7%,62.7%,86.7%)</td>
<td>rgb(221,160,221)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #dda0dd;" alt="Color Example" /></td>
</tr>

<tr>
<td>powderblue</td>
<td>#b0e0e6</td>
<td>rgb(69%,87.8%,90.2%)</td>
<td>rgb(176,224,230)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #b0e0e6;" alt="Color Example" /></td>
</tr>

<tr>
<td>purple</td>
<td>#800080</td>
<td>rgb(50.2%,0%,50.2%)</td>
<td>rgb(128,0,128)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #800080;" alt="Color Example" /></td>
</tr>

<tr>
<td>red</td>
<td>#ff0000</td>
<td>rgb(100%,0%,0%)</td>
<td>rgb(255,0,0)</td>
<td>#f00</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0000;" alt="Color Example" /></td>
</tr>


<tr>
<td>rosybrown</td>
<td>#bc8f8f</td>
<td>rgb(73.7%,56.1%,56.1%)</td>
<td>rgb(188,143,143)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #bc8f8f;" alt="Color Example" /></td>
</tr>

<tr>
<td>royalblue</td>
<td>#4169e1</td>
<td>rgb(25.5%,41.1%,100%)</td>
<td>rgb(65,105,225)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #4169e1;" alt="Color Example" /></td>
</tr>

<tr>
<td>saddlebrown</td>
<td>#8b4513</td>
<td>rgb(54.5%,27.1%,7.5%)</td>
<td>rgb(139,69,19)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #8b4513;" alt="Color Example" /></td>
</tr>

<tr>
<td>salmon</td>
<td>#fa8072</td>
<td>rgb(98%,50.2%,44.7%)</td>
<td>rgb(250,128,114)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fa8072;" alt="Color Example" /></td>
</tr>

<tr>
<td>sandybrown</td>
<td>#f4a460</td>
<td>rgb(95.7%,64.3%,37.6%)</td>
<td>rgb(244,164,96)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f4a460;" alt="Color Example" /></td>
</tr>

<tr>
<td>seagreen</td>
<td>#2e8b57</td>
<td>rgb(18%,54.5%,34.1%)</td>
<td>rgb(46,139,87)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #2e8b57;" alt="Color Example" /></td>
</tr>

<tr>
<td>seashell</td>
<td>#fff5ee</td>
<td>rgb(100%,96.1%,93.3%)</td>
<td>rgb(255,245,238)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fff5ee;" alt="Color Example" /></td>
</tr>

<tr>
<td>sienna</td>
<td>#a0522d</td>
<td>rgb(62.7%,32.2%,17.6%)</td>
<td>rgb(160,82,45)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #a0522d;" alt="Color Example" /></td>
</tr>

<tr>
<td>silver</td>
<td>#c0c0c0</td>
<td>rgb(75.3%,75.3%,75.3%)</td>
<td>rgb(192,192,192)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #c0c0c0;" alt="Color Example" /></td>
</tr>

<tr>
<td>skyblue</td>
<td>#87ceeb</td>
<td>rgb(52.9%,80.8%,92.2%)</td>
<td>rgb(135,206,235)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #87ceeb;" alt="Color Example" /></td>
</tr>

<tr>
<td>slateblue</td>
<td>#6a5acd</td>
<td>rgb(41.6%,35.3%,80.4%)</td>
<td>rgb(106,90,205)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6a5acd;" alt="Color Example" /></td>
</tr>

<tr>
<td>slategray</td>
<td>#708090</td>
<td>rgb(43.9%,50.2%,56.5%)</td>
<td>rgb(112,128,144)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #708090;" alt="Color Example" /></td>
</tr>

<tr>
<td>slategrey</td>
<td>#708090</td>
<td>rgb(43.9%,50.2%,56.5%)</td>
<td>rgb(112,128,144)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #708090;" alt="Color Example" /></td>
</tr>

<tr>
<td>snow</td>
<td>#fffafa</td>
<td>rgb(100%,98%,98%)</td>
<td>rgb(255,250,250)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #fffafa;" alt="Color Example" /></td>
</tr>

<tr>
<td>springgreen</td>
<td>#00ff7f</td>
<td>rgb(0%,100%,49.8%)</td>
<td>rgb(0,255,127)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff7f;" alt="Color Example" /></td>
</tr>

<tr>
<td>steelblue</td>
<td>#4682b4</td>
<td>rgb(27.5%,51%,70.6%)</td>
<td>rgb(70,130,180)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #4682b4;" alt="Color Example" /></td>
</tr>

<tr>
<td>tan</td>
<td>#d2b48c</td>
<td>rgb(82.4%,70.6%,54.9%)</td>
<td>rgb(210,180,140)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #d2b48c;" alt="Color Example" /></td>
</tr>

<tr>
<td>teal</td>
<td>#008080</td>
<td>rgb(0%,50.2%,50.2%)</td>
<td>rgb(0,128,128)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #008080;" alt="Color Example" /></td>
</tr>

<tr>
<td>thistle</td>
<td>#d8bfd8</td>
<td>rgb(84.7%,74.9%,84.7%)</td>
<td>rgb(216,191,216)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #d8bfd8;" alt="Color Example" /></td>
</tr>

<tr>
<td>tomato</td>
<td>#ff6347</td>
<td>rgb(100%,38.8%%,27.8%)</td>
<td>rgb(255,99,71)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff6347;" alt="Color Example" /></td>
</tr>

<tr>
<td>turquoise</td>
<td>#40e0d0</td>
<td>rgb(25.1%,87.7%,81.6%)</td>
<td>rgb(64,224,208)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #40e0d0;" alt="Color Example" /></td>
</tr>

<tr>
<td>violet</td>
<td>#ee82ee</td>
<td>rgb(93.3%,51%,93.3%)</td>
<td>rgb(238,130,238)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ee82ee;" alt="Color Example" /></td>
</tr>

<tr>
<td>wheat</td>
<td>#f5deb3</td>
<td>rgb(96.1%,87.1%,70.2%)</td>
<td>rgb(245,222,179)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f5deb3;" alt="Color Example" /></td>
</tr>

<tr>
<td>white</td>
<td>#ffffff</td>
<td>rgb(100%,100%,100%)</td>
<td>rgb(255,255,255)</td>
<td>#fff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>whitesmoke</td>
<td>#f5f5f5</td>
<td>rgb(96.1%,96.1%,96.1%)</td>
<td>rgb(245,245,245)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #f5f5f5;" alt="Color Example" /></td>
</tr>

<tr>
<td>yellow</td>
<td>#ffff00</td>
<td>rgb(100%,100%,0%)</td>
<td>rgb(255,255,0)</td>
<td>#ff0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>yellowgreen</td>
<td>#9acd32</td>
<td>rgb(60.4%,80.4%,19.6%)</td>
<td>rgb(154,205,50)</td>
<td>&nbsp;</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9acd32;" alt="Color Example" /></td>
</tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=473</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>22 Really Web Safe Colors</title>
		<link>http://www.codenique.com/web_color/real_web_safe_colors.php</link>
		<comments>http://www.codenique.com/web_color/real_web_safe_colors.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:55:15 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[web color]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=471</guid>
		<description><![CDATA[Now there are also 22 really web safe colors that have been discovered
from the 216 web-safe colors that are reliably displayed on Windows (PC),
Macintosh (MAC), Internet Explorer (IE), Netscape Navigator, 8-bit, 16-bit,
and 24-bit display systems.

Now let me show you the 22 really web safe colors.












Hexadecimal Percentage Integer Short Hex Example



#ffffff
rgb(100%,100%,100%)
rgb(255,255,255)
#fff




#00ffcc
rgb(0%,100%,80%)
rgb(0,255,204)
#0fc




#33ffcc
rgb(20%,100%,80%)
rgb(51,255,204)
#3fc




#00ffff
rgb(0%,100%,100%)
rgb(0,255,255)
#0ff




#33ffff
rgb(20%,100%,100%)
rgb(51,255,255)
#3ff




#66ffff
rgb(40%,100%,100%)
rgb(102,255,255)
#6ff




#00ff66
rgb(0%,100%,40%)
rgb(0,255,102)
#0f6




#33ff66
rgb(20%,100%,40%)
rgb(51,255,102)
#3f6




#33ff33
rgb(20%,100%,20%)
rgb(51,255,51)
#3f3




#66ff00
rgb(40%,100%,0%)
rgb(102,255,0)
#6f0




#66ff33
rgb(40%,100%,20%)
rgb(102,255,51)
#6f3




#00ff00
rgb(0%,100%,0%)
rgb(0,255,0)
#0f0




#ccff66
rgb(80%,100%,40%)
rgb(204,255,102)
#cf6




#ffff66
rgb(100%,100%,40%)
rgb(255,255,102)
#ff6




#ffff33
rgb(100%,100%,20%)
rgb(255,255,51)
#ff3




#ffff00
rgb(100%,100%,0%)
rgb(255,255,0)
#ff0




#ff00ff
rgb(100%,0%,100%)
rgb(255,0,255)
#f0f




#ff0000
rgb(100%,0%,0%)
rgb(255,0,0)
#f00




#ff0033
rgb(100%,0%,20%)
rgb(255,0,51)
#f03




#0000ff
rgb(0%,0%,100%)
rgb(0,0,255)
#00f




#000033
rgb(0%,0%,20%)
rgb(0,0,51)
#003




#000000
rgb(0%,0%,0%)
rgb(0,0,0)
#000


]]></description>
			<content:encoded><![CDATA[<p>Now there are also 22 really web safe colors that have been discovered
from the 216 web-safe colors that are reliably displayed on Windows (PC),
Macintosh (MAC), Internet Explorer (IE), Netscape Navigator, 8-bit, 16-bit,
and 24-bit display systems.</p>
<span id="more-471"></span>
<p>Now let me show you the 22 really web safe colors.</p>

<table width="600px" border="2" rules="all" cellpadding="3" cellspacing="0" summary="22 Really Web Safe Colors Values Chart" style="margin-top: 30px;">

<colgroup>
<col />
<col />
<col />
<col />
<col style="text-align: center;" />
</colgroup>

<tr height="30px" style="background-color: gray; color: #fff; font-weight: bold;">
<td>Hexadecimal</td> <td>Percentage</td> <td>Integer</td> <td>Short Hex</td> <td>Example</td>
</tr>

<tr>
<td>#ffffff</td>
<td>rgb(100%,100%,100%)</td>
<td>rgb(255,255,255)</td>
<td>#fff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ffcc</td>
<td>rgb(0%,100%,80%)</td>
<td>rgb(0,255,204)</td>
<td>#0fc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ffcc</td>
<td>rgb(20%,100%,80%)</td>
<td>rgb(51,255,204)</td>
<td>#3fc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ffff</td>
<td>rgb(0%,100%,100%)</td>
<td>rgb(0,255,255)</td>
<td>#0ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ffff</td>
<td>rgb(20%,100%,100%)</td>
<td>rgb(51,255,255)</td>
<td>#3ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ffff</td>
<td>rgb(40%,100%,100%)</td>
<td>rgb(102,255,255)</td>
<td>#6ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ff66</td>
<td>rgb(0%,100%,40%)</td>
<td>rgb(0,255,102)</td>
<td>#0f6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ff66</td>
<td>rgb(20%,100%,40%)</td>
<td>rgb(51,255,102)</td>
<td>#3f6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ff33</td>
<td>rgb(20%,100%,20%)</td>
<td>rgb(51,255,51)</td>
<td>#3f3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ff00</td>
<td>rgb(40%,100%,0%)</td>
<td>rgb(102,255,0)</td>
<td>#6f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ff33</td>
<td>rgb(40%,100%,20%)</td>
<td>rgb(102,255,51)</td>
<td>#6f3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ff00</td>
<td>rgb(0%,100%,0%)</td>
<td>rgb(0,255,0)</td>
<td>#0f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccff66</td>
<td>rgb(80%,100%,40%)</td>
<td>rgb(204,255,102)</td>
<td>#cf6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffff66</td>
<td>rgb(100%,100%,40%)</td>
<td>rgb(255,255,102)</td>
<td>#ff6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffff33</td>
<td>rgb(100%,100%,20%)</td>
<td>rgb(255,255,51)</td>
<td>#ff3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffff00</td>
<td>rgb(100%,100%,0%)</td>
<td>rgb(255,255,0)</td>
<td>#ff0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff00ff</td>
<td>rgb(100%,0%,100%)</td>
<td>rgb(255,0,255)</td>
<td>#f0f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff00ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff0000</td>
<td>rgb(100%,0%,0%)</td>
<td>rgb(255,0,0)</td>
<td>#f00</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0000;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff0033</td>
<td>rgb(100%,0%,20%)</td>
<td>rgb(255,0,51)</td>
<td>#f03</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0000ff</td>
<td>rgb(0%,0%,100%)</td>
<td>rgb(0,0,255)</td>
<td>#00f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0000ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#000033</td>
<td>rgb(0%,0%,20%)</td>
<td>rgb(0,0,51)</td>
<td>#003</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#000000</td>
<td>rgb(0%,0%,0%)</td>
<td>rgb(0,0,0)</td>
<td>#000</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000000;" alt="Color Example" /></td>
</tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=471</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Safe Colors</title>
		<link>http://www.codenique.com/web_color/web_safe.php</link>
		<comments>http://www.codenique.com/web_color/web_safe.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:53:57 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[web color]]></category>
		<category><![CDATA[web safe]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=469</guid>
		<description><![CDATA[Web safe colors also known as the web safe color palette, browser-safe
colors, browser-safe palette, Netscape palette, 216 palette, web palette,
color map, and the 6&#215;6x6 color cube, all these names describe the same
set of colors. The web safe colors are the colors that should not dither on
any computer display systems that can only display 256 colors [...]]]></description>
			<content:encoded><![CDATA[<p>Web safe colors also known as the web safe color palette, browser-safe
colors, browser-safe palette, Netscape palette, 216 palette, web palette,
color map, and the 6&#215;6x6 color cube, all these names describe the same
set of colors. The web safe colors are the colors that should not dither on
any computer display systems that can only display 256 colors also known
as 8-bit color, and will display the same on both Macintosh (MAC) and (PC)
computers. Now to complicate things even more, browsers in order to run
quicker, will only show a specific set of 256 colors on 8-bit color monitors.
And if that browser has to show a color that&#8217;s out of its range, the browser
will only have two choices, the first choice is that the browser can either mix
two colors to create the missing color, which is also known as dithering. And
the second choice is that the browser can also find the closest matching color
within the specific set of the 256 colors, which can be a close match or a way
off the mark match that we should not speak of ever.</p>
<span id="more-469"></span>
<p>Out of the 256 colors in an 8-bit color system, there are actually only 216
color values that are considered to be web safe colors that can be shown
without dithering. The number 216 was selected because it allows exactly six
shades of each color, which is red, green and blue, which when multiplied by
each other equals exactly 216 as in the following example, (6 x 6 x 6 = 216).
Also, the number 216 was chosen because the remaining 40 colors of the
initial 256 colors vary on MAC&#8217;s and PC&#8217;s.</p>

<p>Now the web safe colors do have color names but most of the color names
are taken from the extended color names list and most of the colored names
are not listed in the standard web safe color map. As a result, the browser
will mix two colors to create a close match for the missing color name, which
is also known as dithering. The other option is that the browser can also find
the closest matching color within the specific set of the 256 colors, which can
be a close match or a way off the mark match that I said I would not ever
talk about again, so I&#8217;ll go sit in the corner and think about what I did, again.
Though colored names are easy to use they are not the most reliable way to
display color, for this reason I will leave out the color name values for each
web safe color. I will list some of the color names in a future tutorial though.</p>

<p>Now each web safe color can also be displayed in the following ways, which
include hexadecimal notation, short form hex notation for certain colors, rgb
percentage notation as well as rgb integer triplet-notation. I will show you all
216 web safe colors as well as all their color values minus color names in a
chart later on in this tutorial. But first let me show you how to check to see if
your color is a web safe color.</p>

<p>Now to check and see if your color is web safe, there is a couple of ways to
find out depending on which notation you are using. For instance when using
RGB percentage notation the value should either be <b>0%</b> or a number that is
divisible by <b>20</b>, so the values that are allowed will be <b>0%</b>, <b>20%</b>, <b>40%</b>, <b>60%</b>,
<b>80%</b> and <b>100%</b>, an example will be <b>rgb(20%,100%,80%)</b>.</p>

<p>If you use the RGB integer triplet-notation your value should either be <b>0</b> or
a number that is divisible by <b>51</b>, so the allowed values would be <b>0</b>, <b>51</b>, <b>102</b>,
<b>153</b>, <b>204</b> and <b>255</b>, an example of this would be <b>rgb(102,0,255)</b>.</p>

<p>With hexadecimal notation any of the color values that are <b>00</b>, <b>33</b>, <b>66</b>, <b>99</b>,
<b>cc</b> and <b>ff</b> are considered to be web safe, an example of this is <b>#6600cc</b>. This
also means that the shorthand hex values can also be used. The web safe
values would be as follows <b>0</b>, <b>3</b>, <b>6</b>, <b>9</b>, <b>c</b> and <b>f</b>, an example of a short hex
value would be <b>#c36</b>.</p>

<p>Now let me show you the 216 web safe colors and their values minus their
colored name values, which I will display in a future tutorial.</p>

<table width="600px" border="2" rules="all" cellpadding="3" cellspacing="0" summary="Web Safe Color Values Chart">

<colgroup>
<col />
<col />
<col />
<col />
<col style="text-align: center;" />
</colgroup>

<tr height="30px" style="background-color: gray; color: #fff; font-weight: bold;">
<td>Hexadecimal</td> <td>Percentage</td> <td>Integer</td> <td>Short Hex</td> <td>Example</td>
</tr>


<tr>
<td>#ffffff</td>
<td>rgb(100%,100%,100%)</td>
<td>rgb(255,255,255)</td>
<td>#fff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffccff</td>
<td>rgb(100%,80%,100%)</td>
<td>rgb(255,204,255)</td>
<td>#fcf</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffccff;" alt="Color Example" /></td>
</tr>

<tr>

<td>#ff99ff</td>
<td>rgb(100%,60%,100%)</td>
<td>rgb(255,153,255)</td>
<td>#f9f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff99ff;" alt="Color Example" /></td>
</tr>

<tr>

<td>#ff66ff</td>
<td>rgb(100%,40%,100%)</td>
<td>rgb(255,102,255)</td>
<td>#f6f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff66ff;" alt="Color Example" /></td>
</tr>

<tr>

<td>#ff33ff</td>
<td>rgb(100%,20%,100%)</td>
<td>rgb(255,51,255)</td>
<td>#f3f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff33ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff00ff</td>
<td>rgb(100%,0%,100%)</td>
<td>rgb(255,0,255)</td>
<td>#f0f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff00ff;" alt="Color Example" /></td>
</tr>


<tr>
<td>#ffffcc</td>
<td>rgb(100%,100%,80%)</td>
<td>rgb(255,255,204)</td>
<td>#ffc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffcccc</td>
<td>rgb(100%,80%,80%)</td>
<td>rgb(255,204,204)</td>
<td>#fcc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffcccc;" alt="Color Example" /></td>
</tr>

<tr>

<td>#ff99cc</td>
<td>rgb(100%,60%,80%)</td>
<td>rgb(255,153,204)</td>
<td>#f9c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff99cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff66cc</td>
<td>rgb(100%,40%,80%)</td>
<td>rgb(255,102,204)</td>
<td>#f6c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff66cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff33cc</td>
<td>rgb(100%,20%,80%)</td>
<td>rgb(255,51,204)</td>
<td>#f3c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff33cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff00cc</td>
<td>rgb(100%,0%,80%)</td>
<td>rgb(255,0,204)</td>
<td>#f0c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff00cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffff99</td>
<td>rgb(100%,100%,60%)</td>
<td>rgb(255,255,153)</td>
<td>#ff9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffcc99</td>
<td>rgb(100%,80%,60%)</td>
<td>rgb(255,204,153)</td>
<td>#fc9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffcc99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff9999</td>
<td>rgb(100%,60%,60%)</td>
<td>rgb(255,153,153)</td>
<td>#f99</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff9999;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff6699</td>
<td>rgb(100%,40%,60%)</td>
<td>rgb(255,102,153)</td>
<td>#f69</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff6699;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff3399</td>
<td>rgb(100%,20%,60%)</td>
<td>rgb(255,51,153)</td>
<td>#f39</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff3399;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff0099</td>
<td>rgb(100%,0%,60%)</td>
<td>rgb(255,0,153)</td>
<td>#f09</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0099;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffff66</td>
<td>rgb(100%,100%,40%)</td>
<td>rgb(255,255,102)</td>
<td>#ff6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffcc66</td>
<td>rgb(100%,80%,40%)</td>
<td>rgb(255,204,102)</td>
<td>#fc6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffcc66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff9966</td>
<td>rgb(100%,60%,40%)</td>
<td>rgb(255,153,102)</td>
<td>#f96</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff9966;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff6666</td>
<td>rgb(100%,40%,40%)</td>
<td>rgb(255,102,102)</td>
<td>#f66</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff6666;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff3366</td>
<td>rgb(100%,20%,40%)</td>
<td>rgb(255,51,102)</td>
<td>#f36</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff3366;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff0066</td>
<td>rgb(100%,0%,40%)</td>
<td>rgb(255,0,102)</td>
<td>#f06</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0066;" alt="Color Example" /></td>
</tr>


<tr>

<td>#ffff33</td>
<td>rgb(100%,100%,20%)</td>
<td>rgb(255,255,51)</td>
<td>#ff3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffcc33</td>
<td>rgb(100%,80%,20%)</td>
<td>rgb(255,204,51)</td>
<td>#fc3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffcc33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff9933</td>
<td>rgb(100%,60%,20%)</td>
<td>rgb(255,153,51)</td>
<td>#f93</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff9933;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff6633</td>
<td>rgb(100%,40%,20%)</td>
<td>rgb(255,102,51)</td>
<td>#f63</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff6633;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff3333</td>
<td>rgb(100%,20%,20%)</td>
<td>rgb(255,51,51)</td>
<td>#f33</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff3333;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff0033</td>
<td>rgb(100%,0%,20%)</td>
<td>rgb(255,0,51)</td>
<td>#f03</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ffff00</td>
<td>rgb(100%,100%,0%)</td>
<td>rgb(255,255,0)</td>
<td>#ff0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffff00;" alt="Color Example" /></td>
</tr>


<tr>
<td>#ffcc00</td>
<td>rgb(100%,80%,0%)</td>
<td>rgb(255,204,0)</td>
<td>#fc0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ffcc00;" alt="Color Example" /></td>
</tr>


<tr>
<td>#ff9900</td>
<td>rgb(100%,60%,0%)</td>
<td>rgb(255,153,0)</td>
<td>#f90</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff9900;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ff6600</td>
<td>rgb(100%,40%,0%)</td>
<td>rgb(255,102,0)</td>
<td>#f60</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff6600;" alt="Color Example" /></td>
</tr>


<tr>
<td>#ff3300</td>
<td>rgb(100%,20%,0%)</td>
<td>rgb(255,51,0)</td>
<td>#f30</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff3300;" alt="Color Example" /></td>
</tr>


<tr>
<td>#ff0000</td>
<td>rgb(100%,0%,0%)</td>
<td>rgb(255,0,0)</td>
<td>#f00</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ff0000;" alt="Color Example" /></td>
</tr>

<tr>

<td>#ccffff</td>
<td>rgb(80%,100%,100%)</td>
<td>rgb(204,255,255)</td>
<td>#cff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccccff</td>
<td>rgb(80%,80%,100%)</td>
<td>rgb(204,204,255)</td>
<td>#ccf</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccccff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc99ff</td>
<td>rgb(80%,60%,100%)</td>
<td>rgb(204,153,255)</td>
<td>#c9f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc99ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc66ff</td>
<td>rgb(80%,40%,100%)</td>
<td>rgb(204,102,255)</td>
<td>#c6f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc66ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc33ff</td>
<td>rgb(80%,20%,100%)</td>
<td>rgb(204,51,255)</td>
<td>#c3f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc33ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc00ff</td>
<td>rgb(80%,0%,100%)</td>
<td>rgb(204,0,255)</td>
<td>#c0f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc00ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccffcc</td>
<td>rgb(80%,100%,80%)</td>
<td>rgb(204,255,204)</td>
<td>#cfc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cccccc</td>
<td>rgb(80%,80%,80%)</td>
<td>rgb(204,204,204)</td>
<td>#ccc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cccccc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc99cc</td>
<td>rgb(80%,60%,80%)</td>
<td>rgb(204,153,204)</td>
<td>#c9c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc99cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc66cc</td>
<td>rgb(80%,40%,80%)</td>
<td>rgb(204,102,204)</td>
<td>#c6c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc66cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc33cc</td>
<td>rgb(80%,20%,80%)</td>
<td>rgb(204,51,204)</td>
<td>#c3c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc33cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc00cc</td>
<td>rgb(80%,0%,80%)</td>
<td>rgb(204,0,204)</td>
<td>#c0c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc00cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccff99</td>
<td>rgb(80%,100%,60%)</td>
<td>rgb(204,255,153)</td>
<td>#cf9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccff99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cccc99</td>
<td>rgb(80%,80%,60%)</td>
<td>rgb(204,204,153)</td>
<td>#cc9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cccc99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc9999</td>
<td>rgb(80%,60%,60%)</td>
<td>rgb(204,153,153)</td>
<td>#c99</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc9999;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc6699</td>
<td>rgb(80%,40%,60%)</td>
<td>rgb(204,102,153)</td>
<td>#c69</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc6699;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc3399</td>
<td>rgb(80%,20%,60%)</td>
<td>rgb(204,51,153)</td>
<td>#c39</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc3399;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc0099</td>
<td>rgb(80%,0%,60%)</td>
<td>rgb(204,0,153)</td>
<td>#c09</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc0099;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccff66</td>
<td>rgb(80%,100%,40%)</td>
<td>rgb(204,255,102)</td>
<td>#cf6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cccc66</td>
<td>rgb(80%,80%,40%)</td>
<td>rgb(204,204,102)</td>
<td>#cc6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cccc66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc9966</td>
<td>rgb(80%,60%,40%)</td>
<td>rgb(204,153,102)</td>
<td>#c96</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc9966;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc6666</td>
<td>rgb(80%,40%,40%)</td>
<td>rgb(204,102,102)</td>
<td>#c66</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc6666;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc3366</td>
<td>rgb(80%,20%,40%)</td>
<td>rgb(204,51,102)</td>
<td>#c36</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc3366;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc0066</td>
<td>rgb(80%,0%,40%)</td>
<td>rgb(204,0,102)</td>
<td>#c06</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc0066;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccff33</td>
<td>rgb(80%,100%,20%)</td>
<td>rgb(204,255,51)</td>
<td>#cf3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cccc33</td>
<td>rgb(80%,80%,20%)</td>
<td>rgb(204,204,51)</td>
<td>#cc3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cccc33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc9933</td>
<td>rgb(80%,60%,20%)</td>
<td>rgb(204,153,51)</td>
<td>#c93</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc9933;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc6633</td>
<td>rgb(80%,40%,20%)</td>
<td>rgb(204,102,51)</td>
<td>#c63</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc6633;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc3333</td>
<td>rgb(80%,20%,20%)</td>
<td>rgb(204,51,51)</td>
<td>#c33</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc3333;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc0033</td>
<td>rgb(80%,0%,20%)</td>
<td>rgb(204,0,51)</td>
<td>#c03</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc0033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#ccff00</td>
<td>rgb(80%,100%,0%)</td>
<td>rgb(204,255,0)</td>
<td>#cf0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #ccff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cccc00</td>
<td>rgb(80%,80%,0%)</td>
<td>rgb(204,204,0)</td>
<td>#cc0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cccc00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc9900</td>
<td>rgb(80%,60%,0%)</td>
<td>rgb(204,153,0)</td>
<td>#c90</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc9900;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc6600</td>
<td>rgb(80%,40%,0%)</td>
<td>rgb(204,102,0)</td>
<td>#c60</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc6600;" alt="Color Example" /></td>
</tr>

<tr>
<td>#cc3300</td>
<td>rgb(80%,20%,0%)</td>
<td>rgb(204,51,0)</td>
<td>#c30</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc3300;" alt="Color Example" /></td>
</tr>



<tr>
<td>#cc0000</td>
<td>rgb(80%,0%,0%)</td>
<td>rgb(204,0,0)</td>
<td>#c00</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #cc0000;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ffff</td>
<td>rgb(60%,100%,100%)</td>
<td>rgb(153,255,255)</td>
<td>#9ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ccff</td>
<td>rgb(60%,80%,100%)</td>
<td>rgb(153,204,255)</td>
<td>#9cf</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ccff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9999ff</td>
<td>rgb(60%,60%,100%)</td>
<td>rgb(153,153,255)</td>
<td>#99f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9999ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9966ff</td>
<td>rgb(60%,40%,100%)</td>
<td>rgb(153,102,255)</td>
<td>#96f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9966ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9933ff</td>
<td>rgb(60%,20%,100%)</td>
<td>rgb(153,51,255)</td>
<td>#93f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9933ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9900ff</td>
<td>rgb(60%,0%,100%)</td>
<td>rgb(153,0,255)</td>
<td>#90f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9900ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ffcc</td>
<td>rgb(60%,100%,80%)</td>
<td>rgb(153,255,204)</td>
<td>#9fc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99cccc</td>
<td>rgb(60%,80%,80%)</td>
<td>rgb(153,204,204)</td>
<td>#9cc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99cccc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9999cc</td>
<td>rgb(60%,60%,80%)</td>
<td>rgb(153,153,204)</td>
<td>#99c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9999cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9966cc</td>
<td>rgb(60%,40%,80%)</td>
<td>rgb(153,102,204)</td>
<td>#96c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9966cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9933cc</td>
<td>rgb(60%,20%,80%)</td>
<td>rgb(153,51,204)</td>
<td>#93c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9933cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#9900cc</td>
<td>rgb(60%,0%,80%)</td>
<td>rgb(153,0,204)</td>
<td>#90c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #9900cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ff99</td>
<td>rgb(60%,100%,60%)</td>
<td>rgb(153,255,153)</td>
<td>#9f9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ff99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99cc99</td>
<td>rgb(60%,80%,60%)</td>
<td>rgb(153,204,153)</td>
<td>#9c9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99cc99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#999999</td>
<td>rgb(60%,60%,60%)</td>
<td>rgb(153,153,153)</td>
<td>#999</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #999999;" alt="Color Example" /></td>
</tr>

<tr>
<td>#996699</td>
<td>rgb(60%,40%,60%)</td>
<td>rgb(153,102,153)</td>
<td>#969</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #996699;" alt="Color Example" /></td>
</tr>

<tr>
<td>#993399</td>
<td>rgb(60%,20%,60%)</td>
<td>rgb(153,51,153)</td>
<td>#939</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #993399;" alt="Color Example" /></td>
</tr>

<tr>
<td>#990099</td>
<td>rgb(60%,0%,60%)</td>
<td>rgb(153,0,153)</td>
<td>#909</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #990099;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ff66</td>
<td>rgb(60%,100%,40%)</td>
<td>rgb(153,255,102)</td>
<td>#9f6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99cc66</td>
<td>rgb(60%,80%,40%)</td>
<td>rgb(153,204,102)</td>
<td>#9c6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99cc66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#999966</td>
<td>rgb(60%,60%,40%)</td>
<td>rgb(153,153,102)</td>
<td>#996</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #999966;" alt="Color Example" /></td>
</tr>

<tr>
<td>#996666</td>
<td>rgb(60%,40%,40%)</td>
<td>rgb(153,102,102)</td>
<td>#966</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #996666;" alt="Color Example" /></td>
</tr>

<tr>
<td>#993366</td>
<td>rgb(60%,20%,40%)</td>
<td>rgb(153,51,102)</td>
<td>#936</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #993366;" alt="Color Example" /></td>
</tr>

<tr>
<td>#990066</td>
<td>rgb(60%,0%,40%)</td>
<td>rgb(153,0,102)</td>
<td>#906</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #990066;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ff33</td>
<td>rgb(60%,100%,20%)</td>
<td>rgb(153,255,51)</td>
<td>#9f3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99cc33</td>
<td>rgb(60%,80%,20%)</td>
<td>rgb(153,204,51)</td>
<td>#9c3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99cc33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#999933</td>
<td>rgb(60%,60%,20%)</td>
<td>rgb(153,153,51)</td>
<td>#993</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #999933;" alt="Color Example" /></td>
</tr>

<tr>
<td>#996633</td>
<td>rgb(60%,40%,20%)</td>
<td>rgb(153,102,51)</td>
<td>#963</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #996633;" alt="Color Example" /></td>
</tr>

<tr>
<td>#993333</td>
<td>rgb(60%,20%,20%)</td>
<td>rgb(153,51,51)</td>
<td>#933</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #993333;" alt="Color Example" /></td>
</tr>

<tr>
<td>#990033</td>
<td>rgb(60%,0%,20%)</td>
<td>rgb(153,0,51)</td>
<td>#903</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #990033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99ff00</td>
<td>rgb(60%,100%,0%)</td>
<td>rgb(153,255,0)</td>
<td>#9f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#99cc00</td>
<td>rgb(60%,80%,0%)</td>
<td>rgb(153,204,0)</td>
<td>#9c0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #99cc00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#999900</td>
<td>rgb(60%,60%,0%)</td>
<td>rgb(153,153,0)</td>
<td>#990</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #999900;" alt="Color Example" /></td>
</tr>

<tr>
<td>#996600</td>
<td>rgb(60%,40%,0%)</td>
<td>rgb(153,102,0)</td>
<td>#960</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #996600;" alt="Color Example" /></td>
</tr>

<tr>
<td>#993300</td>
<td>rgb(60%,20%,0%)</td>
<td>rgb(153,51,0)</td>
<td>#930</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #993300;" alt="Color Example" /></td>
</tr>

<tr>
<td>#990000</td>
<td>rgb(60%,0%,0%)</td>
<td>rgb(153,0,0)</td>
<td>#900</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #990000;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ffff</td>
<td>rgb(40%,100%,100%)</td>
<td>rgb(102,255,255)</td>
<td>#6ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ccff</td>
<td>rgb(40%,80%,100%)</td>
<td>rgb(102,204,255)</td>
<td>#6cf</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ccff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6699ff</td>
<td>rgb(40%,60%,100%)</td>
<td>rgb(102,153,255)</td>
<td>#69f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6699ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6666ff</td>
<td>rgb(40%,40%,100%)</td>
<td>rgb(102,102,255)</td>
<td>#66f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6666ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6633ff</td>
<td>rgb(40%,20%,100%)</td>
<td>rgb(102,51,255)</td>
<td>#63f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6633ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6600ff</td>
<td>rgb(40%,0%,100%)</td>
<td>rgb(102,0,255)</td>
<td>#60f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6600ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ffcc</td>
<td>rgb(40%,100%,80%)</td>
<td>rgb(102,255,204)</td>
<td>#6fc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66cccc</td>
<td>rgb(40%,80%,80%)</td>
<td>rgb(102,204,204)</td>
<td>#6cc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66cccc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6699cc</td>
<td>rgb(40%,60%,80%)</td>
<td>rgb(102,153,204)</td>
<td>#69c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6699cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6666cc</td>
<td>rgb(40%,40%,80%)</td>
<td>rgb(102,102,204)</td>
<td>#66c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6666cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6633cc</td>
<td>rgb(40%,20%,80%)</td>
<td>rgb(102,51,204)</td>
<td>#63c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6633cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#6600cc</td>
<td>rgb(40%,0%,80%)</td>
<td>rgb(102,0,204)</td>
<td>#60c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #6600cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ff99</td>
<td>rgb(40%,100%,60%)</td>
<td>rgb(102,255,153)</td>
<td>#6f9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ff99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66cc99</td>
<td>rgb(40%,80%,60%)</td>
<td>rgb(102,204,153)</td>
<td>#6c9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66cc99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#669999</td>
<td>rgb(40%,60%,60%)</td>
<td>rgb(102,153,153)</td>
<td>#699</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #669999;" alt="Color Example" /></td>
</tr>

<tr>
<td>#666699</td>
<td>rgb(40%,40%,60%)</td>
<td>rgb(102,102,153)</td>
<td>#669</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #666699;" alt="Color Example" /></td>
</tr>

<tr>
<td>#663399</td>
<td>rgb(40%,20%,60%)</td>
<td>rgb(102,51,153)</td>
<td>#639</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #663399;" alt="Color Example" /></td>
</tr>

<tr>
<td>#660099</td>
<td>rgb(40%,0%,60%)</td>
<td>rgb(102,0,153)</td>
<td>#609</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #660099;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ff66</td>
<td>rgb(40%,100%,40%)</td>
<td>rgb(102,255,102)</td>
<td>#6f6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66cc66</td>
<td>rgb(40%,80%,40%)</td>
<td>rgb(102,204,102)</td>
<td>#6c6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66cc66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#669966</td>
<td>rgb(40%,60%,40%)</td>
<td>rgb(102,153,102)</td>
<td>#696</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #669966;" alt="Color Example" /></td>
</tr>

<tr>
<td>#666666</td>
<td>rgb(40%,40%,40%)</td>
<td>rgb(102,102,102)</td>
<td>#666</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #666666;" alt="Color Example" /></td>
</tr>

<tr>
<td>#663366</td>
<td>rgb(40%,20%,40%)</td>
<td>rgb(102,51,102)</td>
<td>#636</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #663366;" alt="Color Example" /></td>
</tr>

<tr>
<td>#660066</td>
<td>rgb(40%,0%,40%)</td>
<td>rgb(102,0,102)</td>
<td>#606</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #660066;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ff33</td>
<td>rgb(40%,100%,20%)</td>
<td>rgb(102,255,51)</td>
<td>#6f3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66cc33</td>
<td>rgb(40%,80%,20%)</td>
<td>rgb(102,204,51)</td>
<td>#6c3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66cc33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#669933</td>
<td>rgb(40%,60%,20%)</td>
<td>rgb(102,153,51)</td>
<td>#693</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #669933;" alt="Color Example" /></td>
</tr>

<tr>
<td>#666633</td>
<td>rgb(40%,40%,20%)</td>
<td>rgb(102,102,51)</td>
<td>#663</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #666633;" alt="Color Example" /></td>
</tr>

<tr>
<td>#663333</td>
<td>rgb(40%,20%,20%)</td>
<td>rgb(102,51,51)</td>
<td>#633</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #663333;" alt="Color Example" /></td>
</tr>

<tr>
<td>#660033</td>
<td>rgb(40%,0%,20%)</td>
<td>rgb(102,0,51)</td>
<td>#603</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #660033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66ff00</td>
<td>rgb(40%,100%,0%)</td>
<td>rgb(102,255,0)</td>
<td>#6f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#66cc00</td>
<td>rgb(40%,80%,0%)</td>
<td>rgb(102,204,0)</td>
<td>#6c0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #66cc00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#669900</td>
<td>rgb(40%,60%,0%)</td>
<td>rgb(102,153,0)</td>
<td>#690</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #669900;" alt="Color Example" /></td>
</tr>

<tr>
<td>#666600</td>
<td>rgb(40%,40%,0%)</td>
<td>rgb(102,102,0)</td>
<td>#660</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #666600;" alt="Color Example" /></td>
</tr>


<tr>
<td>#663300</td>
<td>rgb(40%,20%,0%)</td>
<td>rgb(102,51,0)</td>
<td>#630</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #663300;" alt="Color Example" /></td>
</tr>

<tr>
<td>#660000</td>
<td>rgb(40%,0%,0%)</td>
<td>rgb(102,0,0)</td>
<td>#600</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #660000;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ffff</td>
<td>rgb(20%,100%,100%)</td>
<td>rgb(51,255,255)</td>
<td>#3ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ccff</td>
<td>rgb(20%,80%,100%)</td>
<td>rgb(51,204,255)</td>
<td>#3cf</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ccff;" alt="Color Example" /></td>
</tr> 


<tr>
<td>#3399ff</td>
<td>rgb(20%,60%,100%)</td>
<td>rgb(51,153,255)</td>
<td>#39f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3399ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#3366ff</td>
<td>rgb(20%,40%,100%)</td>
<td>rgb(51,102,255)</td>
<td>#36f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3366ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#3333ff</td>
<td>rgb(20%,20%,100%)</td>
<td>rgb(51,51,255)</td>
<td>#33f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3333ff;" alt="Color Example" /></td>
</tr>


<tr>
<td>#3300ff</td>
<td>rgb(20%,0%,100%)</td>
<td>rgb(51,0,255)</td>
<td>#30f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3300ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ffcc</td>
<td>rgb(20%,100%,80%)</td>
<td>rgb(51,255,204)</td>
<td>#3fc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33cccc</td>
<td>rgb(20%,80%,80%)</td>
<td>rgb(51,204,204)</td>
<td>#3cc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33cccc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#3399cc</td>
<td>rgb(20%,60%,80%)</td>
<td>rgb(51,153,204)</td>
<td>#39c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3399cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#3366cc</td>
<td>rgb(20%,40%,80%)</td>
<td>rgb(51,102,204)</td>
<td>#36c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3366cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#3333cc</td>
<td>rgb(20%,20%,80%)</td>
<td>rgb(51,51,204)</td>
<td>#33c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3333cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#3300cc</td>
<td>rgb(20%,0%,80%)</td>
<td>rgb(51,0,204)</td>
<td>#30c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #3300cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ff99</td>
<td>rgb(20%,100%,60%)</td>
<td>rgb(51,255,153)</td>
<td>#3f9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ff99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33cc99</td>
<td>rgb(20%,80%,60%)</td>
<td>rgb(51,204,153)</td>
<td>#3c9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33cc99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#339999</td>
<td>rgb(20%,60%,60%)</td>
<td>rgb(51,153,153)</td>
<td>#399</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #339999;" alt="Color Example" /></td>
</tr>

<tr>
<td>#336699</td>
<td>rgb(20%,40%,60%)</td>
<td>rgb(51,102,153)</td>
<td>#369</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #336699;" alt="Color Example" /></td>
</tr>

<tr>
<td>#333399</td>
<td>rgb(20%,20%,60%)</td>
<td>rgb(51,51,153)</td>
<td>#339</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #333399;" alt="Color Example" /></td>
</tr>

<tr>
<td>#330099</td>
<td>rgb(20%,0%,60%)</td>
<td>rgb(51,0,153)</td>
<td>#309</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #330099;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ff66</td>
<td>rgb(20%,100%,40%)</td>
<td>rgb(51,255,102)</td>
<td>#3f6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33cc66</td>
<td>rgb(20%,80%,40%)</td>
<td>rgb(51,204,102)</td>
<td>#3c6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33cc66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#339966</td>
<td>rgb(20%,60%,40%)</td>
<td>rgb(51,153,102)</td>
<td>#396</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #339966;" alt="Color Example" /></td>
</tr>

<tr>
<td>#336666</td>
<td>rgb(20%,40%,40%)</td>
<td>rgb(51,102,102)</td>
<td>#366</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #336666;" alt="Color Example" /></td>
</tr>

<tr>
<td>#333366</td>
<td>rgb(20%,20%,40%)</td>
<td>rgb(51,51,102)</td>
<td>#336</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #333366;" alt="Color Example" /></td>
</tr>

<tr>
<td>#330066</td>
<td>rgb(20%,0%,40%)</td>
<td>rgb(51,0,102)</td>
<td>#306</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #330066;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ff33</td>
<td>rgb(20%,100%,20%)</td>
<td>rgb(51,255,51)</td>
<td>#3f3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33cc33</td>
<td>rgb(20%,80%,20%)</td>
<td>rgb(51,204,51)</td>
<td>#3c3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33cc33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#339933</td>
<td>rgb(20%,60%,20%)</td>
<td>rgb(51,153,51)</td>
<td>#393</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #339933;" alt="Color Example" /></td>
</tr>

<tr>
<td>#336633</td>
<td>rgb(20%,40%,20%)</td>
<td>rgb(51,102,51)</td>
<td>#363</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #336633;" alt="Color Example" /></td>
</tr>

<tr>
<td>#333333</td>
<td>rgb(20%,20%,20%)</td>
<td>rgb(51,51,51)</td>
<td>#333</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #333333;" alt="Color Example" /></td>
</tr>

<tr>
<td>#330033</td>
<td>rgb(20%,0%,20%)</td>
<td>rgb(51,0,51)</td>
<td>#303</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #330033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33ff00</td>
<td>rgb(20%,100%,0%)</td>
<td>rgb(51,255,0)</td>
<td>#3f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#33cc00</td>
<td>rgb(20%,80%,0%)</td>
<td>rgb(51,204,0)</td>
<td>#3c0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #33cc00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#339900</td>
<td>rgb(20%,60%,0%)</td>
<td>rgb(51,153,0)</td>
<td>#390</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #339900;" alt="Color Example" /></td>
</tr>

<tr>
<td>#336600</td>
<td>rgb(20%,40%,0%)</td>
<td>rgb(51,102,0)</td>
<td>#360</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #336600;" alt="Color Example" /></td>
</tr>

<tr>
<td>#333300</td>
<td>rgb(20%,20%,0%)</td>
<td>rgb(51,51,0)</td>
<td>#330</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #333300;" alt="Color Example" /></td>
</tr>

<tr>
<td>#330000</td>
<td>rgb(20%,0%,0%)</td>
<td>rgb(51,0,0)</td>
<td>#300</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #330000;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ffff</td>
<td>rgb(0%,100%,100%)</td>
<td>rgb(0,255,255)</td>
<td>#0ff</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ccff</td>
<td>rgb(0%,80%,100%)</td>
<td>rgb(0,204,255)</td>
<td>#0cf</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ccff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0099ff</td>
<td>rgb(0%,60%,100%)</td>
<td>rgb(0,153,255)</td>
<td>#09f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0099ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0066ff</td>
<td>rgb(0%,40%,100%)</td>
<td>rgb(0,102,255)</td>
<td>#06f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0066ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0033ff</td>
<td>rgb(0%,20%,100%)</td>
<td>rgb(0,51,255)</td>
<td>#03f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0033ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0000ff</td>
<td>rgb(0%,0%,100%)</td>
<td>rgb(0,0,255)</td>
<td>#00f</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0000ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ffcc</td>
<td>rgb(0%,100%,80%)</td>
<td>rgb(0,255,204)</td>
<td>#0fc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ffcc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00cccc</td>
<td>rgb(0%,80%,80%)</td>
<td>rgb(0,204,204)</td>
<td>#0cc</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00cccc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0099cc</td>
<td>rgb(0%,60%,80%)</td>
<td>rgb(0,153,204)</td>
<td>#09c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0099cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0066cc</td>
<td>rgb(0%,40%,80%)</td>
<td>rgb(0,102,204)</td>
<td>#06c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0066cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0033cc</td>
<td>rgb(0%,20%,80%)</td>
<td>rgb(0,51,204)</td>
<td>#03c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0033cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#0000cc</td>
<td>rgb(0%,0%,80%)</td>
<td>rgb(0,0,204)</td>
<td>#00c</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #0000cc;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ff99</td>
<td>rgb(0%,100%,60%)</td>
<td>rgb(0,255,153)</td>
<td>#0f9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00cc99</td>
<td>rgb(0%,80%,60%)</td>
<td>rgb(0,204,153)</td>
<td>#0c9</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00cc99;" alt="Color Example" /></td>
</tr>

<tr>
<td>#009999</td>
<td>rgb(0%,60%,60%)</td>
<td>rgb(0,153,153)</td>
<td>#099</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #009999;" alt="Color Example" /></td>
</tr>

<tr>
<td>#006699</td>
<td>rgb(0%,40%,60%)</td>
<td>rgb(0,102,153)</td>
<td>#069</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #006699;" alt="Color Example" /></td>
</tr>

<tr>
<td>#003399</td>
<td>rgb(0%,20%,60%)</td>
<td>rgb(0,51,153)</td>
<td>#039</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #003399;" alt="Color Example" /></td>
</tr>

<tr>
<td>#000099</td>
<td>rgb(0%,0%,60%)</td>
<td>rgb(0,0,153)</td>
<td>#009</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000099;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ff66</td>
<td>rgb(0%,100%,40%)</td>
<td>rgb(0,255,102)</td>
<td>#0f6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00cc66</td>
<td>rgb(0%,80%,40%)</td>
<td>rgb(0,204,102)</td>
<td>#0c6</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00cc66;" alt="Color Example" /></td>
</tr>

<tr>
<td>#009966</td>
<td>rgb(0%,60%,40%)</td>
<td>rgb(0,153,102)</td>
<td>#096</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #009966;" alt="Color Example" /></td>
</tr>

<tr>
<td>#006666</td>
<td>rgb(0%,40%,40%)</td>
<td>rgb(0,102,102)</td>
<td>#066</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #006666;" alt="Color Example" /></td>
</tr>

<tr>
<td>#003366</td>
<td>rgb(0%,20%,40%)</td>
<td>rgb(0,51,102)</td>
<td>#036</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #003366;" alt="Color Example" /></td>
</tr>

<tr>
<td>#000066</td>
<td>rgb(0%,0%,40%)</td>
<td>rgb(0,0,202)</td>
<td>#006</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000066;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ff33</td>
<td>rgb(0%,100%,20%)</td>
<td>rgb(0,255,51)</td>
<td>#0f3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00cc33</td>
<td>rgb(0%,80%,20%)</td>
<td>rgb(0,204,51)</td>
<td>#0c3</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00cc33;" alt="Color Example" /></td>
</tr>

<tr>
<td>#009933</td>
<td>rgb(0%,60%,20%)</td>
<td>rgb(0,153,51)</td>
<td>#093</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #009933;" alt="Color Example" /></td>
</tr>

<tr>
<td>#006633</td>
<td>rgb(0%,40%,20%)</td>
<td>rgb(0,102,51)</td>
<td>#063</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #006633;" alt="Color Example" /></td>
</tr>

<tr>
<td>#003333</td>
<td>rgb(0%,20%,20%)</td>
<td>rgb(0,51,51)</td>
<td>#033</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #003333;" alt="Color Example" /></td>
</tr>

<tr>
<td>#000033</td>
<td>rgb(0%,0%,20%)</td>
<td>rgb(0,0,51)</td>
<td>#003</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000033;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00ff00</td>
<td>rgb(0%,100%,0%)</td>
<td>rgb(0,255,0)</td>
<td>#0f0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00ff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#00cc00</td>
<td>rgb(0%,80%,0%)</td>
<td>rgb(0,204,0)</td>
<td>#0c0</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #00cc00;" alt="Color Example" /></td>
</tr>

<tr>
<td>#009900</td>
<td>rgb(0%,60%,0%)</td>
<td>rgb(0,153,0)</td>
<td>#090</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #009900;" alt="Color Example" /></td>
</tr>

<tr>
<td>#006600</td>
<td>rgb(0%,40%,0%)</td>
<td>rgb(0,102,0)</td>
<td>#060</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #006600;" alt="Color Example" /></td>
</tr>

<tr>
<td>#003300</td>
<td>rgb(0%,20%,0%)</td>
<td>rgb(0,51,0)</td>
<td>#030</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #003300;" alt="Color Example" /></td>
</tr>

<tr>
<td>#000000</td>
<td>rgb(0%,0%,0%)</td>
<td>rgb(0,0,0)</td>
<td>#000</td>
<td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background: #000000;" alt="Color Example" /></td>
</tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=469</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Convert Hexadecimal Color Values To RGB Color Values &amp; More</title>
		<link>http://www.codenique.com/web_color/equal_values.php</link>
		<comments>http://www.codenique.com/web_color/equal_values.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:52:34 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[web color]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=466</guid>
		<description><![CDATA[For the people that need to know the equivalents of the RGB color values
to the hexadecimal color values I will display a chart for you to see the
equivalents. But first let me explain on how you can get the equivalent for
each value. Now in order to get the percentage values you will need to divide
a [...]]]></description>
			<content:encoded><![CDATA[<p>For the people that need to know the equivalents of the RGB color values
to the hexadecimal color values I will display a chart for you to see the
equivalents. But first let me explain on how you can get the equivalent for
each value. Now in order to get the percentage values you will need to divide
a triplet-integer notation number, which can range from <b>0</b>-<b>255</b> by <b>255</b>, for
example, <b>215/255 = 0.8431372&#8230;..</b> now move the decimal point 2 places
to the right, which gives us the percentage value <b>84.3%</b>, which I rounded
down to the nearest tenth. Now when using real numbers, which is the best
way to display color, you should be aware that most browsers will ignore the
decimal point and will round the value to the nearest number also known as
an integer, for example, <b>84.3%</b> will be rounded to <b>84%</b>.</p>
<span id="more-466"></span>
<p>Now to get a triplet-integer notation number you will have to multiply
a percentage value by <b>255</b>, for example, <b>255 x 81%</b> or <b>81% of 255 =
206.55</b>, which will be between <b>206</b> and <b>207</b> depending on how you round
the percentage value either up or down.</p>

<p>Now I will show you how to convert a hexadecimal notation value to an RGB
integer-triplet notation value. Remember your hexadecimal color value should
follow the following formula as in the following example, <b>#</b><span class="three">RR</span><span class="six">GG</span><span class="one">BB</span>. Now
both <span class="three">RR</span>&#8217;s represent <span class="three">red</span>, and both <span class="six">GG</span>&#8217;s represent <span class="six">green</span>, and both <span class="one">BB</span>&#8217;s stand for <span class="one">blue</span> just to refresh your memory. The formula that you will use to convert
the hex value into an RGB integer-triplet notation value is stated below.</p>

<ul>
	<li><b>(</b><span class="three">R</span> <b>x 16) + (</b><span class="three">R</span> <b>x 1) =</b> <span class="three">R</span></li>
	<li><b>(</b><span class="six">G</span> <b>x 16) + (</b><span class="six">G</span> <b>x 1) =</b> <span class="six">G</span></li>
	<li><b>(</b><span class="one">B</span> <b>x 16) + (</b><span class="one">B</span> <b>x 1) =</b> <span class="one">B</span></li>
</ul>

<br />

<p>As you can see in the example above you will have to multiply the first
digit in each color spectrum by the hexadecimal base of <b>16</b>. One thing to
remember is that if you have a digit that is a letter, for example, &#8216;<b>b</b>&#8216; you will
have to convert it to its number form, which in this case the letter &#8216;<b>b</b>&#8216; will
equal <b>11</b> all the way to &#8216;<b>f</b>&#8216;, which will equal <b>15</b>, take this as a reminder in
case you forgot. Next, you will have to multiply the second digit of each color
spectrum by <b>1</b> after that you will have to add both color values, which will
represent the color value in RGB integer-triplet notation.</p>

<p>Now I will demonstrate the formula above to give you a better understanding
of what I&#8217;m talking about. In our example, we will use the hex number color
value <b>#aa88c4</b>. Now let me show you how to convert the hexadecimal
notation color value into an RGB integer-triplet notation value. Remember to
convert each letter to its numeric value, as I will show you in the example on
the next page.</p>

<ul>
	<li><b>aa = (10 x 16) + (10 x 1) = 170</b></li>
	<li><b>88 = (8 x 16) + (8 x 1) = 136</b></li>
	<li><b>c4 = (12 x 16) + (4 x 1) = 196</b></li>
</ul>

<br />

<p>Now your RGB integer-triplet notation color value that was converted from
the hex value will be <b>rgb(170,136,196)</b> both color values will display the
color the same.</p>


<p>Now if you want to convert the RGB integer-triplet notation value to a
hexadecimal value you will have to divide each value by the hexadecimal base
of <b>16</b>. You will also have to keep each whole number as well as its remainder,
as I will explain to you after I show you the formula that is listed below.</p>

<ul>
	<li><span class="three">R</span><b>/16 = </b><span class="three">R</span> <b>and</b> <span class="three">R</span></li>
	<li><span class="six">G</span><b>/16 = </b><span class="six">G</span> <b>and</b> <span class="six">G</span></li>
	<li><span class="one">B</span><b>/16 = </b><span class="one">B</span> <b>and</b> <span class="one">B</span></li>
</ul>

<br />

<p>Let me show you what I mean with the above formula, lets take the RGB
integer-triplet notation color value from earlier, which is <b>rgb(170,136,196)</b>
and convert it back to a hexadecimal value as I will show you below.</p>

<ul>
	<li><b>170/16 = 10 and 10</b></li>
	<li><b>136/16 = 8 and 8</b></li>
	<li><b>196/16 = 12 and 4</b></li>
</ul>

<br />

<p>Now as you can see the answer will be <b>#101088124</b> when we string all the
numbers together but we still have to change the digit <b>10</b> to the hex base
equivalent, which will be &#8216;<b>a</b>&#8216; as well as the digit <b>12</b>, which will be &#8216;<b>c</b>&#8216; so our
hex color value will be <b>#aa88c4</b>. Now let me explain in more detail on how
we got that value. For the red color value we divided <b>170 by 16</b> in which <b>16</b>
only goes into <b>170</b> ten times leaving a remainder of <b>10</b>. Now for the green
value we divided <b>136 by 16</b> in which <b>16</b> goes into <b>136</b> eight times with a
remainder of <b>8</b> and last but not least the blue color value, which we divided
<b>196 by 16</b> in which <b>16</b> goes into <b>196</b> twelve times with a remainder of <b>4</b>.
Now if we string all the values together and convert all the numbers from <b>10</b>
and up to their hexadecimal base equivalents are answer will be <b>#aa88c4</b>.</p>


<p>One more thing before I continue the hexadecimal value &#8216;<b>f</b>&#8216; will display the
color the brightest and the hexadecimal value &#8216;<b>0</b>&#8216; will display the color the
darkest.</p>


<p>Now I created a chart that shows the equivalent values for hexadecimal
notation, RGB percentage notation and RGB integer-triplet notation. For the
percentages, I used fractional numbers that I rounded to the nearest tenth. I
converted all 256 numbers for you, somebody give me a cookie or a bottle of
gin for this. The chart can be found below.</p>

<table  width="550px" border="2" rules="all" cellpadding="3" cellspacing="0" summary="Hexadecimal Equivalent Color Chart Values" >

<colgroup>
	<col />
	<col style="color: navy; background-color: #ebebeb;" />
	<col style="color: green;" />
	<col style="background-color: #ebebeb;" />
	<col style="color: navy;" />
	<col style="color: green; background-color: #ebebeb;" />
	<col />
	<col style="color: navy; background-color: #ebebeb;" />
	<col style="color: green;" />
</colgroup>


<tr  height="30px" style="background-color: #3374d2; color: #fff; font-weight: bold;">
<td>Number</td> <td>Hex</td> <td>Percentage</td>
<td>Number</td> <td>Hex</td> <td>Percentage</td>
<td>Number</td> <td>Hex</td> <td>Percentage</td>

</tr>


<tr>
<td >0</td> <td >00</td> <td >0%</td>
<td>86</td> <td>56</td> <td>33.7%</td>
<td >172</td> <td >ac</td> <td >67.5%</td>

</tr>

<tr>
<td >1</td> <td >01</td> <td >0.4%</td>
<td>87</td> <td>57</td> <td>34.1%</td>
<td >173</td> <td >ad</td> <td >67.8%</td>

</tr>

<tr>
<td >2</td> <td >02</td> <td >0.8%</td>
<td>88</td> <td>58</td> <td>34.5%</td>
<td >174</td> <td >ae</td> <td >68.2%</td>

</tr>

<tr>
<td >3</td> <td >03</td> <td >1.2%</td>
<td>89</td> <td>59</td> <td>34.9%</td>
<td >175</td> <td >af</td> <td >68.6%</td>

</tr>

<tr>
<td >4</td> <td >04</td> <td >1.6%</td>
<td>90</td> <td>5a</td> <td>35.3%</td>
<td>176</td> <td>b0</td> <td>69%</td>

</tr>

<tr>
<td >5</td> <td >05</td> <td >2%</td>
<td>91</td> <td>5b</td> <td>35.7%</td>
<td>177</td> <td>b1</td> <td>69.4%</td>

</tr>

<tr>
<td >6</td> <td >06</td> <td >2.4%</td>
<td>92</td> <td>5c</td> <td>36%</td>
<td>178</td> <td>b2</td> <td>69.8%</td>

</tr>

<tr>
<td >7</td> <td >07</td> <td >2.7%</td>
<td>93</td> <td>5d</td><td>36.5%</td>
<td>179</td> <td>b3</td><td>70.2%</td>

</tr>

<tr>
<td >8</td> <td >08</td> <td >3%</td>
<td>94</td> <td>5e</td> <td>36.9%</td>
<td>180</td> <td>b4</td> <td>70.6%</td>

</tr>

<tr>
<td >9</td> <td >09</td> <td >3.5%</td>
<td>95</td> <td>5f</td> <td>37.3%</td>
<td>181</td> <td>b5</td> <td>71%</td>

</tr>

<tr>
<td >10</td> <td >0a</td> <td >3.9%</td>
<td >96</td> <td >60</td> <td >37.6%</td>
<td>182</td> <td>b6</td> <td>71.4%</td>

</tr>

<tr>
<td >11</td> <td >0b</td> <td >4.3%</td>
<td >97</td> <td >61</td> <td >38%</td>
<td>183</td> <td>b7</td> <td>71.8%</td>

</tr>

<tr>
<td >12</td> <td >0c</td> <td >4.7%</td>
<td >98</td> <td >62</td> <td >38.4%</td>
<td>184</td> <td>b8</td><td>72.2%</td>

</tr>

<tr>
<td >13</td> <td >0d</td> <td >5.1%</td>
<td >99</td> <td >63</td> <td >38.8%</td>
<td>185</td> <td>b9</td> <td>72.5%</td>

</tr>

<tr>
<td >14</td> <td >0e</td> <td >5.5%</td>
<td >100</td> <td >64</td> <td >39.2%</td>
<td>186</td> <td>ba</td> <td>72.9%</td>

</tr>

<tr>
<td >15</td> <td >0f</td> <td >5.9%</td>
<td >101</td> <td >65</td> <td >39.6%</td>
<td>187</td> <td>bb</td> <td>73.3%</td>

</tr>

<tr>
<td>16</td> <td>10</td> <td>6.3%</td>
<td >102</td> <td >66</td> <td >40%</td>
<td>188</td> <td>bc</td> <td>73.7%</td>

</tr>

<tr>
<td>17</td> <td>11</td> <td>6.7%</td>
<td >103</td> <td >67</td> <td >40.4%</td>
<td>189</td> <td>bd</td> <td>74.1%</td>

</tr>

<tr>
<td>18</td> <td>12</td> <td>7.1%</td>
<td >104</td> <td >68</td> <td >40.8%</td>
<td>190</td> <td>be</td> <td>74.5%</td>

</tr>

<tr>
<td>19</td> <td>13</td> <td>7.5%</td>
<td >105</td> <td >69</td> <td >41.1%</td>
<td>191</td> <td>bf</td> <td>74.9%</td>

</tr>

<tr>
<td>20</td> <td>14</td> <td>7.8%</td>
<td >106</td> <td >6a</td> <td >41.6%</td>
<td >192</td> <td >c0</td> <td >75.3%</td>

</tr>

<tr>
<td>21</td> <td>15</td> <td>8.2%</td>
<td >107</td> <td >6b</td> <td >42%</td>
<td >193</td> <td >c1</td> <td >75.7%</td>

</tr>

<tr>
<td>22</td> <td>16</td> <td>8.6%</td>
<td >108</td> <td >6c</td> <td >42.4%</td>
<td >194</td> <td >c2</td> <td >76%</td>

</tr>

<tr>
<td>23</td> <td>17</td> <td>9%</td>
<td >109</td> <td >6d</td> <td >42.7%</td>
<td >195</td> <td >c3</td> <td >76.5%</td>

</tr>

<tr>
<td>24</td> <td>18</td> <td>9.4%</td>
<td >110</td> <td >6e</td> <td >43.1%</td>
<td >196</td> <td >c4</td> <td >76.9%</td>

</tr>

<tr>
<td>25</td> <td>19</td> <td>9.8%</td>
<td >111</td> <td >6f</td> <td >43.5%</td>
<td >197</td> <td >c5</td> <td >77.3%</td>

</tr>

<tr>
<td>26</td> <td>1a</td> <td>10.2%</td>
<td>112</td> <td>70</td> <td>43.9%</td>
<td >198</td> <td >c6</td> <td >77.6%</td>

</tr>

<tr>
<td>27</td> <td>1b</td> <td>10.6%</td>
<td>113</td> <td>71</td> <td>44.3%</td>
<td >199</td> <td >c7</td> <td >78%</td>

</tr>

<tr>
<td>28</td> <td>1c</td> <td>11%</td>
<td>114</td> <td>72</td> <td>44.7%</td>
<td >200</td> <td >c8</td> <td >78.4%</td>

</tr>

<tr>
<td>29</td> <td>1d</td> <td>11.4%</td>
<td>115</td> <td>73</td> <td>45.1%</td>
<td >201</td> <td >c9</td> <td >78.8%</td>

</tr>

<tr>
<td>30</td> <td>1e</td> <td>11.8%</td>
<td>116</td> <td>74</td> <td>45.5%</td>
<td >202</td> <td >ca</td> <td >79.2%</td>

</tr>

<tr>
<td>31</td> <td>1f</td> <td>12.2%</td>
<td>117</td> <td>75</td> <td>45.9%</td>
<td >203</td> <td >cb</td> <td >79.6%</td>

</tr>

<tr>
<td >32</td> <td >20</td> <td >12.5%</td>
<td>118</td> <td>76</td> <td>46.3%</td>
<td >204</td> <td >cc</td> <td >80%</td>

</tr>

<tr>
<td >33</td> <td >21</td> <td >12.9%</td>
<td>119</td> <td>77</td> <td>46.7%</td>
<td >205</td> <td >cd</td> <td >80.4%</td>

</tr>

<tr>
<td >34</td> <td >22</td> <td >13.3%</td>
<td>120</td> <td>78</td> <td>47.1%</td>
<td >206</td> <td >ce</td> <td >80.8%</td>

</tr>

<tr>
<td >35</td> <td >23</td> <td >13.7%</td>
<td>121</td> <td>79</td> <td>47.5%</td>
<td >207</td> <td >cf</td>  <td >81.2%</td>

</tr>

<tr>
<td >36</td> <td >24</td> <td >14.1%</td>
<td>122</td> <td>7a</td> <td>47.8%</td>
<td>208</td> <td>d0</td> <td>81.6%</td>

</tr>

<tr>
<td >37</td> <td >25</td> <td >14.5%</td>
<td>123</td> <td>7b</td> <td>48.2%</td>
<td>209</td> <td>d1</td> <td>82%</td>

</tr>

<tr>
<td >38</td> <td >26</td> <td >14.9%</td>
<td>124</td> <td>7c</td> <td>48.6%</td>
<td>210</td> <td>d2</td> <td>82.4%</td>

</tr>

<tr>
<td >39</td> <td >27</td> <td >15.3%</td>
<td>125</td> <td>7d</td> <td>49%</td>
<td>211</td> <td>d3</td> <td>82.7%</td>

</tr>

<tr>
<td >40</td> <td >28</td> <td >15.7%</td>
<td>126</td> <td>7e</td> <td>49.4%</td>
<td>212</td> <td>d4</td> <td>83.1%</td>

</tr>

<tr>
<td >41</td> <td >29</td> <td >16.1%</td>
<td>127</td> <td>7f</td> <td>49.8%</td>
<td>213</td> <td>d5</td> <td>83.5%</td>

</tr>

<tr>
<td >42</td> <td >2a</td> <td >16.5%</td>
<td >128</td> <td >80</td> <td >50.2%</td>
<td>214</td> <td>d6</td> <td>83.9%</td>

</tr>

<tr>
<td >43</td> <td >2b</td> <td >16.9%</td>
<td >129</td> <td >81</td> <td >50.6%</td>
<td>215</td> <td>d7</td> <td>84.3%</td>

</tr>

<tr>
<td >44</td> <td >2c</td> <td >17.3%</td>
<td >130</td> <td >82</td> <td >51%</td>
<td>216</td> <td>d8</td> <td>84.7%</td>

</tr>

<tr>
<td >45</td> <td >2d</td> <td >17.6%</td>
<td >131</td> <td >83</td> <td >51.4%</td>
<td>217</td> <td>d9</td> <td>85.1%</td>

</tr>

<tr>
<td >46</td> <td >2e</td> <td >18%</td>
<td >132</td> <td >84</td> <td >51.8%</td>
<td>218</td> <td>da</td> <td>85.5%</td>

</tr>

<tr>
<td >47</td> <td >2f</td> <td >18.4%</td>
<td >133</td> <td >85</td> <td >52.2%</td>
<td>219</td> <td>db</td> <td>85.9%</td>

</tr>

<tr>
<td>48</td> <td>30</td> <td>18.8%</td>
<td >134</td> <td >86</td> <td >52.5%</td>
<td>220</td> <td>dc</td> <td>86.3%</td>

</tr>

<tr>
<td>49</td> <td>31</td> <td>19.2%</td>
<td >135</td> <td >87</td> <td >52.9%</td>
<td>221</td> <td>dd</td> <td>86.7%</td>

</tr>

<tr>
<td>50</td> <td>32</td> <td>19.6%</td>
<td >136</td> <td >88</td> <td >53.3%</td>
<td>222</td> <td>de</td> <td>87.1%</td>

</tr>

<tr>
<td>51</td> <td>33</td> <td>20%</td>
<td >137</td> <td >89</td> <td >53.7%</td>
<td>223</td> <td>df</td> <td>87.5%</td>

</tr>

<tr>
<td>52</td> <td>34</td> <td>20.4%</td>
<td >138</td> <td >8a</td> <td >54.1%</td>
<td >224</td> <td >e0</td> <td >87.8%</td>

</tr>

<tr>
<td>53</td> <td>35</td> <td>20.8%</td>
<td >139</td> <td >8b</td> <td >54.5%</td>
<td >225</td> <td >e1</td> <td >88.2%</td>

</tr>

<tr>
<td>54</td> <td>36</td> <td>21.2%</td>
<td >140</td> <td >8c</td> <td >54.9%</td>
<td >226</td> <td >e2</td> <td >88.6%</td>

</tr>

<tr>
<td>55</td> <td>37</td> <td>21.6%</td>
<td >141</td> <td >8d</td> <td >55.3%</td>
<td >227</td> <td >e3</td> <td >89%</td>

</tr>

<tr>
<td>56</td> <td>38</td> <td>22%</td>
<td >142</td> <td >8e</td> <td >55.7%</td>
<td >228</td> <td >e4</td> <td >89.4%</td>

</tr>

<tr>
<td>57</td> <td>39</td> <td>22.4%</td>
<td >143</td> <td >8f</td> <td >56.1%</td>
<td >229</td> <td >e5</td> <td >89.8%</td>

</tr>

<tr>
<td>58</td> <td>3a</td> <td>22.8%</td>
<td>144</td> <td>90</td> <td>56.5%</td>
<td >230</td> <td >e6</td> <td >90.2%</td>

</tr>

<tr>
<td>59</td> <td>3b</td> <td>23.1%</td>
<td>145</td> <td>91</td> <td>56.9%</td>
<td >231</td> <td >e7</td> <td >90.6%</td>

</tr>

<tr>
<td>60</td> <td>3c</td> <td>23.5%</td>
<td>146</td> <td>92</td> <td>57.3%</td>
<td >232</td> <td >e8</td> <td >91%</td>

</tr>

<tr>
<td>61</td> <td>3d</td> <td>23.9%</td>
<td>147</td> <td>93</td> <td>57.6%</td>
<td >233</td> <td >e9</td> <td >91.4%</td>

</tr>

<tr>
<td>62</td> <td>3e</td> <td>24.3%</td>
<td>148</td> <td>94</td> <td>58%</td>
<td >234</td> <td >ea</td> <td >91.8%</td>

</tr>

<tr>
<td>63</td> <td>3f</td> <td>24.7%</td>
<td>149</td> <td>95</td> <td>58.4%</td>
<td >235</td> <td >eb</td> <td >92.2%</td>

</tr>

<tr>
<td >64</td> <td >40</td> <td >25.1%</td>
<td>150</td> <td>96</td> <td>58.8%</td>
<td >236</td> <td >ec</td> <td >92.5%</td>

</tr>

<tr>
<td >65</td> <td >41</td> <td >25.5%</td>
<td>151</td> <td>97</td> <td>59.2%</td>
<td >237</td> <td >ed</td> <td >92.9%</td>

</tr>

<tr>
<td >66</td> <td >42</td> <td >25.9%</td>
<td>152</td> <td>98</td> <td>59.6%</td>
<td >238</td> <td >ee</td> <td >93.3%</td>

</tr>

<tr>
<td >67</td> <td >43</td> <td >26.3%</td>
<td>153</td> <td>99</td> <td>60%</td>
<td >239</td> <td >ef</td> <td >93.7%</td>

</tr>

<tr>
<td >68</td> <td >44</td> <td >26.7%</td>
<td>154</td> <td>9a</td> <td>60.4%</td>
<td>240</td> <td>f0</td> <td>94.1%</td>

</tr>

<tr>
<td >69</td> <td >45</td> <td >27.1%</td>
<td>155</td> <td>9b</td> <td>60.8%</td>
<td>241</td> <td>f1</td> <td>94.5%</td>

</tr>

<tr>
<td >70</td> <td >46</td> <td >27.5%</td>
<td>156</td> <td>9c</td> <td>61.2%</td>
<td>242</td> <td>f2</td> <td>94.9%</td>

</tr>

<tr>
<td >71</td> <td >47</td> <td >27.8%</td>
<td>157</td> <td>9d</td> <td>61.6%</td>
<td>243</td> <td>f3</td> <td>95.3%</td>

</tr>

<tr>
<td >72</td> <td >48</td> <td >28.2%</td>
<td>158</td> <td>9e</td> <td>62%</td>
<td>244</td> <td>f4</td> <td>95.7%</td>

</tr>

<tr>
<td >73</td> <td >49</td> <td >28.6%</td>
<td>159</td> <td>9f</td> <td>62.4%</td>
<td>245</td> <td>f5</td> <td>96.1%</td>

</tr>

<tr>
<td >74</td> <td >4a</td> <td >29%</td>
<td >160</td> <td >a0</td> <td >62.7%</td>
<td>246</td> <td>f6</td> <td>96.5%</td>

</tr>

<tr>
<td >75</td> <td >4b</td> <td >29.4%</td>
<td >161</td> <td >a1</td> <td >63.1%</td>
<td>247</td> <td>f7</td> <td>96.9%</td>

</tr>

<tr>
<td >76</td> <td >4c</td> <td >29.8%</td>
<td >162</td> <td >a2</td> <td >63.5%</td>
<td>248</td> <td>f8</td> <td>97.3%</td>

</tr>

<tr>
<td >77</td> <td >4d</td> <td >30.2%</td>
<td >163</td> <td >a3</td> <td >63.9%</td>
<td>249</td> <td>f9</td> <td>97.6%</td>

</tr>

<tr>
<td >78</td> <td >4e</td> <td >30.6%</td>
<td >164</td> <td >a4</td> <td >64.3%</td>
<td>250</td> <td>fa</td> <td>98%</td>

</tr>

<tr>
<td >79</td> <td >4f</td> <td >31%</td>
<td >165</td> <td >a5</td> <td >64.7%</td>
<td>251</td> <td>fb</td> <td>98.4%</td>

</tr>

<tr>
<td>80</td> <td>50</td> <td>31.4%</td>
<td >166</td> <td >a6</td> <td >65.1%</td>
<td>252</td> <td>fc</td> <td>98.8%</td>

</tr>

<tr>
<td>81</td> <td>51</td> <td>31.8%</td>
<td >167</td> <td >a7</td> <td >65.5%</td>
<td>253</td> <td>fd</td> <td>99.2%</td>

</tr>

<tr>
<td>82</td> <td>52</td> <td>32.2%</td>
<td >168</td> <td >a8</td>  <td >65.9%</td>
<td>254</td> <td>fe</td> <td>99.6%</td>

</tr>

<tr>
<td>83</td> <td>53</td> <td>32.5%</td>
<td >169</td> <td >a9</td> <td >66.3%</td>
<td>255</td> <td>ff</td> <td>100%</td>

</tr>

<tr>
<td>84</td> <td>54</td> <td>32.9%</td>
<td >170</td> <td >aa</td> <td >66.7%</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
</tr>

<tr>
<td>85</td> <td>55</td> <td>33.3%</td>
<td >171</td> <td >ab</td> <td >67.1%</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>
</tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=466</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Color Basics (A Detailed Guide)</title>
		<link>http://www.codenique.com/web_color/web_color_basics.php</link>
		<comments>http://www.codenique.com/web_color/web_color_basics.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:51:31 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[web color]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=462</guid>
		<description><![CDATA[Now let me introduce you to the basics of color also known as colour. Why you ask because most web designers want to know how to add color to their web page or their entire site. Now in HTML and XHTML you have two options for displaying color, which include named colors and hexadecimal codes. [...]]]></description>
			<content:encoded><![CDATA[<p>Now let me introduce you to the basics of color also known as colour. Why you ask because most web designers want to know how to add color to their web page or their entire site. Now in HTML and XHTML you have two options for displaying color, which include named colors and hexadecimal codes. And in CSS, you have five options for displaying color, which include the named colors, along with the hexadecimal codes or you can use the functional RGB notation, which consists of two color value types, which are made up of a triplet of integers that are called percentage notation and integer-triplet notation. And last but not least, you can use the shorthand notation method, which was designed for CSS only. You should realize though that not every color can be represented by the shorthand notation method, I know it sucks.</p>
<span id="more-462"></span>
<p>The other options of displaying color that I mentioned earlier for CSS includes the functional RGB notation method and its two color value types as well as the shorthand notation method. Will still work with HTML and XHTML color type attributes, but sometimes the browsers will misinterpret the color values or not display them at all, so its best to use the value types with their recommended technologies. Also, which DOCTYPE you choose for your web page will affect how color is represented in your browser.</p>

<p>Now in CSS, color is more dominate then it is in HTML or XHTML. In CSS when you use the functional RGB notation method, you will have a choice of using two types of number values, which are called integers, which are also known as whole numbers like <b>2</b>, <b>14</b> and so on, integers are also known as reals, which is short for real numbers or fractional numbers. I will explain more about the functional RGB notation method later on in this chapter.</p>

<p>First let me explain the most common method for displaying color, which is the hexadecimal color notation, which is also known as the hex triplets or simply hex. Now hexadecimal stands for a base of 16, which basically means that there are sixteen symbols that range from <b>0</b>-<b>9</b> and <b>a</b>-<b>f</b>. So to give you a better understanding of what I mean, the letter <b>a</b>, for example, will represent the number <b>10</b> and the letter <b>b</b> will represent the number <b>11</b> and so on.</p>

<p>Now in order to display a color using hexadecimal notation we will need to use the hash sign (<b>#</b>), which is required, followed by the six digit hexadecimal number that represents the <span class="three">red</span>, <span class="six">green</span>, and <span class="one">blue</span> (<span class="three">R</span><span class="six">G</span><span class="one">B</span>) components of the color. What I mean is that the first two digits will represent the color <span class="three">red</span>, and the next two digits will represent the color <span class="six">green</span>, and the last two digits will represent the color <span class="one">blue</span>.</p>

<p>So our color value should follow the following formula as in the following example, <b>#</b><span class="three">RR</span><span class="six">GG</span><span class="one">BB</span>. Now both <span class="three">RR</span>&#8217;s represent <span class="three">red</span>, and both <span class="six">GG</span>&#8217;s represent <span class="six">green</span>, and both <span class="one">BB</span>&#8217;s stand for <span class="one">blue</span>. Also, a good thing to know is that there are no spaces, commas, or other types of spacers that come between the three pairs of numbers and letters. Also, another thing to remember is that 24-bit color is represented in this format.</p>

<p>Now in order to display the number 1 as a hexadecimal value you will have to code it in the following form <span class="two">01</span>. So if you want to display the number 9 as a hexadecimal value, you will do so as <span class="two">09</span> and if you want to display the number 10 as a hexadecimal value, you will do so by coding in <span class="two">0a</span> and the number 11 as <span class="two">0b</span> all the way to 15, which will be displayed as <span class="two">0f</span>. Now when you get to number 16 you will display it as <span class="two">10</span> in hexadecimal form and the number 26 will be displayed as <span class="two">1a</span> in hexadecimal form and so on all the way up to the number 255, which will be displayed as <span class="two">ff</span> in hexadecimal form. Later on in this chapter, I will include a chart showing each number up to 255 next to its hexadecimal equivalent to give you a better understanding of what I&#8217;m talking about.</p>

<p>One thing that you should realize is that hexadecimal numbers can range from <span class="two">00</span> all the way to <span class="two">ff</span> representing the numbers 0-255. You should also know that each three RGB colors can have values that can range from 0 to 255 with a possibility of 256 values each, which means that there are 16,777,216 possible color combinations.</p>

<p>Now in the example below I will use the &#060;font&#062; tag and its color attribute to show you how to display color. One thing you should remember is that the &#060;font&#062; tag and its color attribute have been deprecated in favor of CSS, which I will explain later on so take this as a history lesson.</p>

<p>Now let me show you how to code in a hexadecimal value.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To HTML, XHTML &#038; CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font color&#061;&#034;<span class="two">#00aa56</span>&#034;&#062;I'm a hexadecimal color value&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font color="#00aa56">I&#8217;m a hexadecimal color value</font>
</p>

<br />

<p>Now that you know how to code hexadecimal color values, I will now show you how to code in hexadecimal numbers that are made up of three matched pairs of numbers or letters. What I mean is that when a hexadecimal color value has three matched pairs of numbers or letters, for example, <span class="two">#aa0022</span> you can use the shorthand notation color value, which in this case will be <span class="two">#a02</span>. So basically, all you have to do is use one number or letter from each double value for your shorthand notations color value. One thing you should know is that not every color can be represented by the shorthand notation method. The shorthand notation method was designed for CSS and will only work with CSS style sheets so I will show you how to code it in with CSS using the inline style method. In order to use CSS inline styles we will need to add the style attribute to the &#060;font&#062; tag, we will also need the CSS color property. I will explain more about the style attribute in a future tutorial.</p>

<p>Now let me show you how to code in a shorthand hexadecimal value.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font style&#061;&#034;color: <span class="two">#c13;</span>&#034;&#062;<span class="two">#c13</span> is short for the value <span class="two">#cc1133</span>&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font style="color: #c13;">#c13 is short for the value #cc1133</font>
</p>

<br />

<p>Now let me explain to you in more detail about the two color value types that use functional RGB notation that I mentioned earlier, which are called percentage notation and integer-triplet notation. Before I get into the two different kinds of RGB color values let me just say this. Is that each value follows the same format, which starts with the keyword name <span class="four">rgb</span> followed by the left parenthesis <span class="four">(</span> followed by a comma separated list, which is made up of three integer values or three percentage values followed by the right parenthesis <span class="four">)</span>. As with the hexadecimal notation the first set of numbers will represent red, the second will represent green and the last blue.</p>

<p>First let me explain the percentage notation, which has values that can range from <span class="five">0%</span>-<span class="five">100%</span>, which represents the numbers or integers or whatever name you prefer to call them from 0-255 in which <span class="five">0%</span> is equal to the number 0 and <span class="five">100%</span> is equal to 255.</p>


<p>Now the beauty of using percentages is that you can declare percentages as real numbers also known as fractional numbers, which means that you can give any color a value of <span class="five">14.8%</span> red, <span class="five">81.6%</span> green and <span class="five">85.2%</span> blue, for example. But a user agent also known as a browser that ignores the decimal points, which some do, will normally round the value to the nearest integer, which will change the values that I stated earlier in the example to <span class="five">15%</span> red, <span class="five">82%</span> green and <span class="five">85%</span> blue.</p>

<p>Now in percentage notation when you declare a value out of its range it will be moved to the nearest default ranges edge, which will either be <span class="five">0%</span> if it is less than or <span class="five">100%</span>, if it&#8217;s greater than. An example of this is when you declare a value of <span class="five">2014%</span>, the value will be moved to <span class="five">100%</span> and if you declare a value at <span class="five">-900%</span> the value will be moved to <span class="five">0%</span>.</p>

<p>Now let me show you how to code in the RGB percentage notation value the CSS inline style way using the style attribute with the &#060;font&#062; tag in the example below.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font style&#061;&#034;color: <span class="four">rgb(<span class="five">2%</span>,<span class="five">14%</span>,<span class="five">81%</span>)</span>;&#034;&#062;RGB percentage notation color value&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font style="color: rgb(2%,14%,81%);">RGB percentage notation color value</font>
</p> 

<br />

<p>Now let me show you what&#8217;s up with the RGB integer-triplet notation, which instead of using the percentage values of <span class="five">0%</span>-<span class="five">100%</span> we will be using the integer values, which are also known as whole numbers that will have the range of <span class="seven">0</span>-<span class="seven">255</span>. One thing you should know is that only whole numbers are allowed when using the integer-triplet notation.</p>

<p>Now just like in percentage notation in integer-triplet notation when you declare a value out of its range it will be moved to the nearest default ranges edge, which will either be <span class="seven">0</span> if it is less than or <span class="seven">255</span> if it&#8217;s greater than. An example of this is when you declare a value of <span class="seven">800</span>, the value will be moved to <span class="seven">255</span> and if you declare a value of <span class="seven">-9000</span>, the value will be moved to <span class="seven">0</span>.</p>

<p>Just like the RGB percentage notation method the integer-triplet notation method is coded almost the same way except for the values, which are in integer form instead of being in the percentage form, as I will show you in the example below using the CSS inline style technique.</p>

<p>Again, I will be using the &#060;font&#062; tag with the style attribute when demonstrating the RGB integer-triplet notation in the example below.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font style&#061;&#034;color: <span class="four">rgb(<span class="seven">2</span>,<span class="seven">214</span>,<span class="seven">81</span>)</span>;&#034;&#062;RGB integer-triplet notation color value&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font style="color: rgb(2,214,81);">RGB integer-triplet notation color value</font>
</p> 

<br />

<p>Both percentage notation and integer-triplet notation are allowed to have negative values, for example, <span class="five">-81%</span> or <span class="seven">-81</span>, but as with fractional numbers, which are found in the percentage notation. Some browsers might ignore the negative values and will round the value to <span class="five">0%</span> or <span class="seven">0</span> depending on which notation value you are using.</p>

<p>Now I&#8217;m going to show you how to code in the negative values below using CSS.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font style&#061;&#034;color: <span class="four">rgb(<span class="five">2%</span>,<span class="five">-14%</span>,<span class="five">81%</span>)</span>;&#034;&#062;RGB percentage notation with a negative value&#060;&#047;font&#062;<br />
&#060;font style&#061;&#034;color: <span class="four">rgb(<span class="seven">200</span>,<span class="seven">-124</span>,<span class="seven">81</span>)</span>;&#034;&#062;RGB integer-triplet notation with a negative value&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font style="color: rgb(2%,-14%,81%);">RGB percentage notation with a negative value</font> <br />
<font style="color: rgb(200,-124,81);">RGB integer-triplet notation with a negative value</font>
</p> 

<br />

<p>Also, both percentage notation and integer-triplet notation values are allowed to have white space around their numerical values, which will not affect the way the color will be displayed. I will show you what I mean in the example below.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font style&#061;&#034;color: <span class="four">rgb(<span class="eight">244</span>,<span class="eight">100</span>,<span class="eight">81</span>)</span>;&#034;&#062;color value without white space&#060;&#047;font&#062;<br />
&#060;font style&#061;&#034;color: <span class="four">rgb(<span class="nine">244</span> , <span class="nine">100</span> , <span class="nine">81</span> )</span>;&#034;&#062;color value with white space&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font style="color: rgb(244,100,81);">color value without white space</font> <br />
<font style="color: rgb(244 , 100 , 81 );">color value with white space</font>
</p>

<br />

<p>Now let me explain to you the 17 standard predefined color name values also known as color keywords, which include <b>aqua</b>, <b>black</b>, <b>blue</b>, <b>fuchsia</b>, <b>gray</b>, <b>green</b>, <b>lime</b>, <b>maroon</b>, <b>navy</b>, <b>olive</b>, <b>orange</b>, <b>purple</b>, <b>red</b>, <b>silver</b>, <b>teal</b>, <b>white</b>, and <b>yellow</b>. The color names are case-insensitive. The color names where designed for HTML, XHTML and CSS 2.1. There are many more color names for CSS3 but they are not standard for HTML, XHTML and CSS 2.1, but I&#8217;ll put you up on game about the rest of the colored name values in a future tutorial. Now colored names are not the best way to display color, there are more exact ways to specify colors in CSS, which I have already explained earlier in this tutorial.</p>

<p>Now let me explain in more detail about the color names but more specifically the color <b>gray</b>, which can be spelled with an &#8216;<b>e</b>&#8216; as in <b>grey</b> but Internet Explorer (IE) will not recognize the color name <b>grey</b> spelled with an &#8216;<b>e</b>&#8216;, it will only recognize the color name <b>gray</b> spelled with an &#8216;<b>a</b>&#8216; just to let you know.</p>


<p>Now I will show you how to code in a standard predefined color name with the &#060;font&#062; tag and its color attribute.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To HTML, XHTML &#038; CSS&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />

&#060;p&#062;<br />
&#060;font color&#061;&#034;<span class="ten">olive</span>&#034;&#062;This is a standard color name&#060;&#047;font&#062;<br />
&#060;&#047;p&#062;

<br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;<br />
</code>
</p>

<p>Here is how the above code should be displayed in your browser.</p>

<p>
<font color="olive">This is a standard color name</font>
</p> 

<br />

<p>Here is the list of the 17 standard predefined color name values in the table below along with their alternative codes and values.</p>

<table border="2" rules="all" cellpadding="3" cellspacing="0" summary="The 17 standard predefined color name values">
<colgroup>
<col />
<col />
<col />
<col />
<col />
<col style="text-align: center;" />
</colgroup>

<tr height="30px" style="background-color: gray; color: #fff; font-weight: bold;">
<td>Color</td> <td>Percentage</td> <td>Integer</td> <td>Hexadecimal</td> <td>Short Hex</td> <td>Example</td>
</tr>

<tr>
<td>black</td> <td>rgb(0%,0%,0%)</td> <td>rgb(0,0,0)</td> <td>#000000</td> <td>#000</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #000000;" alt="Color Example" /></td>
</tr>

<tr>
<td>gray</td> <td>rgb(50%,50%,50%)</td> <td>rgb(128,128,128)</td> <td>#808080</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #808080;" alt="Color Example" /></td>
</tr>

<tr>
<td>silver</td> <td>rgb(75%,75%,75%)</td> <td>rgb(192,192,192)</td> <td>#c0c0c0</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #c0c0c0;" alt="Color Example" /></td>
</tr>

<tr>
<td>white</td> <td>rgb(100%,100%,100%)</td> <td>rgb(255,255,255)</td> <td>#ffffff</td> <td>#fff</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #ffffff;" alt="Color Example" /></td>
</tr>

<tr>
<td>olive</td> <td>rgb(50%,50%,0%)</td> <td>rgb(128,128,0)</td> <td>#808000</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #808000;" alt="Color Example" /></td>
</tr>

<tr>
<td>purple</td> <td>rgb(50%,0%,50%)</td> <td>rgb(128,0,128)</td> <td >#800080</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #800080;" alt="Color Example" /></td>

</tr>

<tr>
<td>fuchsia</td> <td>rgb(100%,0%,100%)</td> <td>rgb(255,0,255)</td> <td>#ff00ff</td> <td>#f0f</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #ff00ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>maroon</td> <td>rgb(50%,0%,0%)</td> <td>rgb(128,0,0)</td> <td>#800000</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #800000;" alt="Color Example" /></td>
</tr>

<tr>
<td>red</td> <td>rgb(100%,0%,0%)</td> <td>rgb(255,0,0)</td> <td>#ff0000</td> <td>#f00</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #ff0000;" alt="Color Example" /></td>
</tr>

<tr>
<td>orange</td> <td>rgb(100%,65%,0%)</td> <td>rgb(255,165,0)</td> <td>#ffa500</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #ffa500;" alt="Color Example" /></td>
</tr>

<tr>
<td>yellow</td> <td>rgb(100%,100%,0%)</td> <td>rgb(255,255,0)</td> <td >#ffff00</td> <td>#ff0</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #ffff00;" alt="Color Example" /></td>
</tr>

<tr>
<td>green</td> <td>rgb(0%,50%,0%)</td> <td>rgb(0,128,0)</td> <td>#008000</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #008000;" alt="Color Example" /></td>
</tr>

<tr>
<td>teal</td> <td>rgb(0%,50%,50%)</td> <td>rgb(0,128,128)</td> <td>#008080</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #008080;" alt="Color Example" /></td>

</tr>

<tr>
<td>lime</td> <td>rgb(0%,100%,0%)</td> <td>rgb(0,255,0)</td> <td>#00ff00</td> <td>#0f0</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #00ff00;" alt="Color Example" /></td>
</tr>

<tr>

<td>navy</td> <td>rgb(0%,0%,50%)</td> <td>rgb(0,0,128)</td> <td>#000080</td> <td>&nbsp;</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #000080;" alt="Color Example" /></td>
</tr>

<tr>
<td>blue</td> <td>rgb(0%,0%,100%)</td> <td>rgb(0,0,255)</td> <td>#0000ff</td> <td>#00f</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #0000ff;" alt="Color Example" /></td>
</tr>

<tr>
<td>aqua</td> <td>rgb(0%,100%,100%)</td> <td>rgb(0,255,255)</td> <td>#00ffff</td> <td>#0ff</td> <td style="text-align: center;"><img src="http://www.codenique.com/images/color.png" width="50px" height="50px" style="background-color: #00ffff;" alt="Color Example" /></td>
</tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=462</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add JavaScript To Your Web Pages Part 2</title>
		<link>http://www.codenique.com/javascript/getting_started/external.php</link>
		<comments>http://www.codenique.com/javascript/getting_started/external.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:49:49 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[getting started]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[script tag]]></category>
		<category><![CDATA[src attribute]]></category>
		<category><![CDATA[type attribute]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=460</guid>
		<description><![CDATA[Now let me show you how to add JavaScript to your web pages using the external method, which is the most widely, used method as well as the best way to add JavaScript to your web pages.

In order to create your external JavaScript file you will need to first open
Notepad for the PC or TextEdit [...]]]></description>
			<content:encoded><![CDATA[<p>Now let me show you how to add JavaScript to your web pages using the external method, which is the most widely, used method as well as the best way to add JavaScript to your web pages.</p>
<span id="more-460"></span>
<p>In order to create your external JavaScript file you will need to first open
Notepad for the PC or TextEdit for the MAC, both of which are free, but any text editor will do free or paid for.</p>

<p>You will then need to type your JavaScript code into the Notepad or TextEdit
file. Next, you will need to save and name your JavaScript file by giving it a
<b>.js</b> extension; for example, <b>external.js</b> is the way to save your file.</p>

<p>Now lets link the JavaScript file to the web page, in order to do this we will
need to use the <span class="one">&#060;script&#062;</span> tag along with the required <span class="two">type</span> attribute with
the value of <span class="two">text&#047;javascript</span>. We will also need the <span class="three">src</span> attribute in which its
value will be the location of our JavaScript file, which can be either a relative
or absolute value. The <span class="one">&#060;script&#062;</span> tag also requires an end tag. You can place the <span class="one">&#060;script&#062;</span> tag either between the &#060;head&#062 or &#060;body&#062; tags.</p>

<p>Having an external JavaScript file allows you to include the same JavaScript
code on multiple pages in which you do not have to include the CDATA
declaration. You can also include as many scripts as you like which you can place within the
&#060;head&#062; tags of your file or within the &#060;body&#062; tags of your file by using the <span class="one">&#060;script&#062;</span> tag and its attributes.</p>

<p>Its also important to know is that when JavaScript code is imported from an external source file via the <span class="one">&#060;script&#062;</span> tags <span class="three">src</span> attribute into an XHTML document it will always be compatible with XHTML.</p>

<p>Now let me show you how to write in the JavaScript code for the JavaScript
file which we will name <span class="three">your_script.js</span>. The following code will display the date, time and year aligned to the
right with an italic font on your web page.</p>

<p class="code">
<code>
document.write&#040;&#034;&#060;p align&#061;&#039;right&#039;&#062;&#060;i&#062;&#034; &#043; Date&#040;&#041; &#043; &#034;&#060;&#092;&#047;i&#062; &#060;&#092;&#047;p&#062;&#034;&#041;
</code>
</p>

<p>Now below is the code on how to link to the JavaScript file.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To JavaScript&#060;&#047;title&#062;<br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />
<span class="one">&#060;script <span class="two">type&#061;&#034;text&#047;javascript&#034;</span> <span class="three">src&#061;&#034;your_script.js&#034;</span>&#062;&#060;&#047;script&#062;</span><br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;
</code>
</p>

<p>Here is how the JavaScript code will be displayed in your browser in the example below.</p>

<script type="text/javascript" src="http://www.codenique.com/javascript/getting_started/examples/example_2.js"></script>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=460</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add JavaScript To Your Web Pages Part 1</title>
		<link>http://www.codenique.com/javascript/getting_started/internal.php</link>
		<comments>http://www.codenique.com/javascript/getting_started/internal.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:48:29 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[getting started]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[CDATA]]></category>
		<category><![CDATA[script tag]]></category>
		<category><![CDATA[type attribute]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=457</guid>
		<description><![CDATA[You can add JavaScript to your web pages internally or externally. I will show
you the internal method first.

We will need to use the &#060;script&#062; tag, which is used in the external method
as well, but written in a different way. The &#060;script&#062; tag also requires an end
tag. Everything between the &#060;script&#062; tags will be the JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>You can add JavaScript to your web pages internally or externally. I will show
you the internal method first.</p>
<span id="more-457"></span>
<p>We will need to use the <span class="one">&#060;script&#062;</span> tag, which is used in the external method
as well, but written in a different way. The <span class="one">&#060;script&#062;</span> tag also requires an end
tag. Everything between the <span class="one">&#060;script&#062;</span> tags will be the JavaScript code that
the browser will process. You cannot place any HTML or XHTML within the
<span class="one">&#060;script&#062;</span> tag. You may place the <span class="one">&#060;script&#062;</span> tag as many times as you wish
in-between either the &#060;head&#062; or &#060;body&#062; tags.</p>

<p>You will also need the <span class="one">&#060;script&#062;</span> tags required <span class="two">type</span> attribute with the value
of <span class="three">text&#047;javascript</span> this will indicate, which scripting language is used for the
current script.</p>

<p>We will also need to add the JavaScript single-line comments <span class="four">&#047;&#047;</span> along with
the CDATA section <span class="five">&#060;&#033;&#091;CDATA&#091; &#093;&#093;&#062;</span>. You should start off by declaring the
JavaScript single-line comment and CDATA section by coding in <span class="four">&#047;&#047;</span><span class="five">&#060;&#033;&#091;CDATA&#091;</span>
and ending it with the <span class="four">&#047;&#047;</span><span class="five">&#093;&#093;&#062;</span> declaration to comment out the JavaScript code
from browsers that cannot handle the JavaScript code. This will also make
your JavaScript code compatible with XHTML documents as well as hide your
JavaScript code from XML parsers. The JavaScript single-line comments <span class="four">&#047;&#047;</span>
will comment out the CDATA section <span class="five">&#060;&#033;&#091;CDATA&#091; &#093;&#093;&#062;</span>, to make sure that the
JavaScript interrupter does not interpret the CDATA markup as JavaScript
code, which would cause a JavaScript error. The CDATA section must wrap
around the JavaScript code, which I will show you how to do in the upcoming
example.</p>

<p>Now the content inside the <span class="one">&#060;script&#062;</span> tags are handled differently in HTML 4 and in XHTML. In HTML 4, the content type is declared as CDATA, which means that entity references won’t be parsed. Now in XHTML web pages that are correctly displayed using the MIME type &quot;application/xhtml+xml&quot;, the content type is declared as (#PCDATA), which basically means that entities will be parsed. This means that in XHTML, all special characters need to be encoded, for example all greater-than symbols should be encoded as &#038;#062; or all the content inside the <span class="one">&#060;script&#062;</span> tags should be wrapped inside a CDATA section.</p>

<p>Now lets code in some JavaScript code into our web page, which I will show
you how to do in the example below. We will be coding in an alert button, which when clicked will display an alert box.</p>

<p class="code">
<code>
&#060;html&#062;<br />
&#060;head&#062;<br />
&#060;title&#062;Welcome To JavaScript&#060;&#047;title&#062;<br />
<span class="one">&#060;script <span class="two">type&#061;&#034;<span class="three">text&#047;javascript</span>&#034;</span>&#062;</span><br />
<span class="four">&#047;&#047;</span><span class="five">&#060;&#033;&#091;CDATA&#091;</span><br />
<span class="six">function disp_alert &#040;&#041;</span><br />
<span class="six">&#123;</span><br />
<span class="six">alert &#040;&#034;I am an alert box&#034;&#041;;</span><br />
<span class="six">&#125;</span><br />
<span class="four">&#047;&#047;</span><span class="five">&#093;&#093;&#062;</span><br />
<span class="one">&#060;&#047;script&#062;</span><br />
&#060;&#047;head&#062;<br />
&#060;body&#062;<br /><br />
<span class="six">&#060;input type&#061;&#034;button&#034; onclick&#061;&#034;disp_alert &#040;&#041;&#034; value&#061;&#034;Display Alert&#034; &#047;&#062;</span><br /><br />
&#060;&#047;body&#062;<br />
&#060;&#047;html&#062;
</code>
</p>

<p>Click the link below, which will take you to another web page to see the above code in action. You should then be able to see a display alert button, which when clicked should display an alert box.</p>

<a href="http://www.codenique.com/javascript/getting_started/examples/example.php" title="How To Add JavaScript To Your Web Pages Part 1 Example">How To Add JavaScript To Your Web Pages Part 1 Example</a>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=457</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is JavaScript&#063;</title>
		<link>http://www.codenique.com/javascript/getting_started/define.php</link>
		<comments>http://www.codenique.com/javascript/getting_started/define.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:47:40 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[getting started]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[basic]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=455</guid>
		<description><![CDATA[JavaScript, which was originally called Mocha and then LiveScript, is used to
add interactivity to your web pages without learning complex programming
languages. With JavaScript, you can write scripts that can display the time or
add an alert box, rollovers and much more.

JavaScript is an object and prototype based programming language, which
was created in 1995 by Brendan Erich [...]]]></description>
			<content:encoded><![CDATA[<p>JavaScript, which was originally called Mocha and then LiveScript, is used to
add interactivity to your web pages without learning complex programming
languages. With JavaScript, you can write scripts that can display the time or
add an alert box, rollovers and much more.</p>
<span id="more-455"></span>
<p>JavaScript is an object and prototype based programming language, which
was created in 1995 by Brendan Erich at Netscape.</p>

<p>You should realize that JavaScript is not like Java but both are similar to the
C programming language.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=455</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recognizing The Cascade</title>
		<link>http://www.codenique.com/css/getting_started/cascade.php</link>
		<comments>http://www.codenique.com/css/getting_started/cascade.php#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:46:27 +0000</pubDate>
		<dc:creator>CodeNique</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[basic]]></category>

		<guid isPermaLink="false">http://www.codenique.com/?p=452</guid>
		<description><![CDATA[Now let me explain to you on how to recognize the cascade game, which the browsers
play in order to determine on how to use the CSS style rules declarations.

It&#8217;s a good idea to recognize the cascade game in order to understand how the style rules
declarations will be applied to your web page. There are about [...]]]></description>
			<content:encoded><![CDATA[<p>Now let me explain to you on how to recognize the cascade game, which the browsers
play in order to determine on how to use the CSS style rules declarations.</p>
<span id="more-452"></span>
<p>It&#8217;s a good idea to recognize the cascade game in order to understand how the style rules
declarations will be applied to your web page. There are about four levels to
the cascade game, which I will explain in a sec.</p>

<p><b>1.</b> The first level will try to locate all the style rules declarations from each
style sheet, which can include internal, external and inline styles. The user agents will
then try to match the selectors to the appropriate tags.</p>

<p><b>2.</b> The second step is to sort out each declaration by giving greater
importance to declarations marked !important then followed by sorting the
declarations by origin. There are three types of origins, author, which are
author style sheets, reader style sheets also known as a user or visitor, and
user agent style sheets also known as a browser. Declarations that have
normal weight from the authors style sheet will receive the highest status.
Declarations from the user will receive medium status and declarations from user agent style sheets will receive the lowest priority. However, !important reader
declarations take priority over any other styles including !important author
declarations. Both the author and reader declarations take priority over the
user agents default declarations.</p>

<p><b>3.</b> The third step is to arrange the specificity of the selector; the more
detailed the selector the more priority it is given over regular selectors.</p>

<p><b>4.</b> And the fourth step will sort out the declarations by order specified
giving higher priority to declarations that appear latest in the style sheet or
document. And declarations inside the imported style sheets are considered
to come before any declarations in the style sheet that imported them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codenique.com/?feed=rss2&amp;p=452</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
