Shades of Gamboge #CC9A00
Tints of Gamboge #CC9A00
RGB
CMYK
RGB Variations
Color information
#CC9A00 (or 0xCC9A00) is known color: Gamboge. HEX triplet: CC, 9A and 00. RGB value is (204,154,0). Sum of RGB (Red+Green+Blue) = 204+154+0=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9A00 is #3365FF. Grayscale: #989898. Windows color (decimal): -3368448 or 39628. OLE color: 39628.
HSL color Cylindrical-coordinate representation of color #CC9A00: hue angle of 45.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC9A00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 154 | 0 | - |
CMYK | 0 | 0.25 | 1 | 0.2 |
HSL | 45.29º | 1% | 0.4% | - |
HSV(B) | 45.29º | 1% | 0.8% | - |
XYZ | 36.46 | 35.95 | 5.02 | - |
YUV | 151.39 | 42.57 | 165.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 154 | 0 | 0 | 0.25 | 1 | 0.2 | 45.29 | 1 | 0.4 |
Hex | CC | 9A | 0 | 0 | 19 | 64 | 14 | 2D | 64 | 28 |
Octal | 314 | 232 | 0 | 0 | 31 | 144 | 24 | 55 | 144 | 50 |
Binary | 11001100 | 10011010 | 0 | 0 | 11001 | 1100100 | 10100 | 101101 | 1100100 | 101000 |
Color Harmonies of #CC9A00
Complementary color
Monochromatic Colors of #CC9A00
Black with #CC9A00
Text Example
Text Example
White with #CC9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A00; }
p { color: rgb(204,154,0); }
H1.HeaderClassName
{
color: #CC9A00;
}
.AnyTagClassName
{
color: #CC9A00;
}
</style>
background-color css
<style>
a { background-color: #CC9A00; }
a { background-color: rgb(204,154,0); }
div.DivClassName
{
background-color: #CC9A00;
}
.BgClassName
{
background-color: #CC9A00;
}
</style>
border-color css
<style>
span { border-color: #CC9A00; }
span { border-color: rgb(204,154,0); }
td.TdClassName
{
border-color: #CC9A00;
}
.TagClassName
{
border-color: #CC9A00;
}
</style>