Shades of Gamboge #CC9900
Tints of Gamboge #CC9900
RGB
CMYK
RGB Variations
Color information
#CC9900 (or 0xCC9900) is known color: Gamboge. HEX triplet: CC, 99 and 00. RGB value is (204,153,0). Sum of RGB (Red+Green+Blue) = 204+153+0=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9900 is a web safe color. Inversed color of #CC9900 is #3366FF. Grayscale: #979797. Windows color (decimal): -3368704 or 39372. OLE color: 39372.
HSL color Cylindrical-coordinate representation of color #CC9900: hue angle of 45º 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 #CC9900 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.2 |
| HSL | 45º | 1% | 0.4% | - |
| HSV(B) | 45º | 1% | 0.8% | - |
| XYZ | 36.29 | 35.62 | 4.96 | - |
| YUV | 150.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 0 | 0 | 0.25 | 1 | 0.2 | 45 | 1 | 0.4 |
| Hex | CC | 99 | 0 | 0 | 19 | 64 | 14 | 2D | 64 | 28 |
| Octal | 314 | 231 | 0 | 0 | 31 | 144 | 24 | 55 | 144 | 50 |
| Binary | 11001100 | 10011001 | 0 | 0 | 11001 | 1100100 | 10100 | 101101 | 1100100 | 101000 |
Color Harmonies of #CC9900
Complementary color
Monochromatic Colors of #CC9900
Black with #CC9900
Text Example
Text Example
White with #CC9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9900; }
p { color: rgb(204,153,0); }
H1.HeaderClassName
{
color: #CC9900;
}
.AnyTagClassName
{
color: #CC9900;
}
</style>
background-color css
<style>
a { background-color: #CC9900; }
a { background-color: rgb(204,153,0); }
div.DivClassName
{
background-color: #CC9900;
}
.BgClassName
{
background-color: #CC9900;
}
</style>
border-color css
<style>
span { border-color: #CC9900; }
span { border-color: rgb(204,153,0); }
td.TdClassName
{
border-color: #CC9900;
}
.TagClassName
{
border-color: #CC9900;
}
</style>