Shades of Gamboge #CCA202
Tints of Gamboge #CCA202
RGB
CMYK
RGB Variations
Color information
#CCA202 (or 0xCCA202) is known color: Gamboge. HEX triplet: CC, A2 and 02. RGB value is (204,162,2). Sum of RGB (Red+Green+Blue) = 204+162+2=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA202 is #335DFD. Grayscale: #9D9D9D. Windows color (decimal): -3366398 or 172748. OLE color: 172748.
HSL color Cylindrical-coordinate representation of color #CCA202: hue angle of 47.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCA202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.2 |
| HSL | 47.52º | 0.98% | 0.4% | - |
| HSV(B) | 47.52º | 0.99% | 0.8% | - |
| XYZ | 37.83 | 38.68 | 5.53 | - |
| YUV | 156.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 2 | 0 | 0.21 | 0.99 | 0.2 | 47.52 | 0.98 | 0.4 |
| Hex | CC | A2 | 2 | 0 | 15 | 63 | 14 | 30 | 62 | 28 |
| Octal | 314 | 242 | 2 | 0 | 25 | 143 | 24 | 60 | 142 | 50 |
| Binary | 11001100 | 10100010 | 10 | 0 | 10101 | 1100011 | 10100 | 110000 | 1100010 | 101000 |
Color Harmonies of #CCA202
Complementary color
Monochromatic Colors of #CCA202
Black with #CCA202
Text Example
Text Example
White with #CCA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA202; }
p { color: rgb(204,162,2); }
H1.HeaderClassName
{
color: #CCA202;
}
.AnyTagClassName
{
color: #CCA202;
}
</style>
background-color css
<style>
a { background-color: #CCA202; }
a { background-color: rgb(204,162,2); }
div.DivClassName
{
background-color: #CCA202;
}
.BgClassName
{
background-color: #CCA202;
}
</style>
border-color css
<style>
span { border-color: #CCA202; }
span { border-color: rgb(204,162,2); }
td.TdClassName
{
border-color: #CCA202;
}
.TagClassName
{
border-color: #CCA202;
}
</style>