Shades of Gamboge #CC9E03
Tints of Gamboge #CC9E03
RGB
CMYK
RGB Variations
Color information
#CC9E03 (or 0xCC9E03) is known color: Gamboge. HEX triplet: CC, 9E and 03. RGB value is (204,158,3). Sum of RGB (Red+Green+Blue) = 204+158+3=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9E03 is #3361FC. Grayscale: #9A9A9A. Windows color (decimal): -3367421 or 237260. OLE color: 237260.
HSL color Cylindrical-coordinate representation of color #CC9E03: hue angle of 46.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC9E03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.2 |
| HSL | 46.27º | 0.97% | 0.41% | - |
| HSV(B) | 46.27º | 0.99% | 0.8% | - |
| XYZ | 37.15 | 37.3 | 5.33 | - |
| YUV | 154.08 | 42.74 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 3 | 0 | 0.23 | 0.99 | 0.2 | 46.27 | 0.97 | 0.41 |
| Hex | CC | 9E | 3 | 0 | 17 | 63 | 14 | 2E | 61 | 29 |
| Octal | 314 | 236 | 3 | 0 | 27 | 143 | 24 | 56 | 141 | 51 |
| Binary | 11001100 | 10011110 | 11 | 0 | 10111 | 1100011 | 10100 | 101110 | 1100001 | 101001 |
Color Harmonies of #CC9E03
Complementary color
Monochromatic Colors of #CC9E03
Black with #CC9E03
Text Example
Text Example
White with #CC9E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E03; }
p { color: rgb(204,158,3); }
H1.HeaderClassName
{
color: #CC9E03;
}
.AnyTagClassName
{
color: #CC9E03;
}
</style>
background-color css
<style>
a { background-color: #CC9E03; }
a { background-color: rgb(204,158,3); }
div.DivClassName
{
background-color: #CC9E03;
}
.BgClassName
{
background-color: #CC9E03;
}
</style>
border-color css
<style>
span { border-color: #CC9E03; }
span { border-color: rgb(204,158,3); }
td.TdClassName
{
border-color: #CC9E03;
}
.TagClassName
{
border-color: #CC9E03;
}
</style>