Shades of Gamboge #CC9A03
Tints of Gamboge #CC9A03
RGB
CMYK
RGB Variations
Color information
#CC9A03 (or 0xCC9A03) is known color: Gamboge. HEX triplet: CC, 9A and 03. RGB value is (204,154,3). Sum of RGB (Red+Green+Blue) = 204+154+3=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9A03 is #3365FC. Grayscale: #989898. Windows color (decimal): -3368445 or 236236. OLE color: 236236.
HSL color Cylindrical-coordinate representation of color #CC9A03: hue angle of 45.07º 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 #CC9A03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.2 |
| HSL | 45.07º | 0.97% | 0.41% | - |
| HSV(B) | 45.07º | 0.99% | 0.8% | - |
| XYZ | 36.47 | 35.96 | 5.1 | - |
| YUV | 151.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 3 | 0 | 0.25 | 0.99 | 0.2 | 45.07 | 0.97 | 0.41 |
| Hex | CC | 9A | 3 | 0 | 19 | 63 | 14 | 2D | 61 | 29 |
| Octal | 314 | 232 | 3 | 0 | 31 | 143 | 24 | 55 | 141 | 51 |
| Binary | 11001100 | 10011010 | 11 | 0 | 11001 | 1100011 | 10100 | 101101 | 1100001 | 101001 |
Color Harmonies of #CC9A03
Complementary color
Monochromatic Colors of #CC9A03
Black with #CC9A03
Text Example
Text Example
White with #CC9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A03; }
p { color: rgb(204,154,3); }
H1.HeaderClassName
{
color: #CC9A03;
}
.AnyTagClassName
{
color: #CC9A03;
}
</style>
background-color css
<style>
a { background-color: #CC9A03; }
a { background-color: rgb(204,154,3); }
div.DivClassName
{
background-color: #CC9A03;
}
.BgClassName
{
background-color: #CC9A03;
}
</style>
border-color css
<style>
span { border-color: #CC9A03; }
span { border-color: rgb(204,154,3); }
td.TdClassName
{
border-color: #CC9A03;
}
.TagClassName
{
border-color: #CC9A03;
}
</style>