Shades of Gamboge #CCA400
Tints of Gamboge #CCA400
RGB
CMYK
RGB Variations
Color information
#CCA400 (or 0xCCA400) is known color: Gamboge. HEX triplet: CC, A4 and 00. RGB value is (204,164,0). Sum of RGB (Red+Green+Blue) = 204+164+0=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA400 is #335BFF. Grayscale: #9D9D9D. Windows color (decimal): -3365888 or 42188. OLE color: 42188.
HSL color Cylindrical-coordinate representation of color #CCA400: hue angle of 48.24º 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 #CCA400 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.2 |
| HSL | 48.24º | 1% | 0.4% | - |
| HSV(B) | 48.24º | 1% | 0.8% | - |
| XYZ | 38.18 | 39.39 | 5.59 | - |
| YUV | 157.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 0 | 0 | 0.20 | 1 | 0.2 | 48.24 | 1 | 0.4 |
| Hex | CC | A4 | 0 | 0 | 14 | 64 | 14 | 30 | 64 | 28 |
| Octal | 314 | 244 | 0 | 0 | 24 | 144 | 24 | 60 | 144 | 50 |
| Binary | 11001100 | 10100100 | 0 | 0 | 10100 | 1100100 | 10100 | 110000 | 1100100 | 101000 |
Color Harmonies of #CCA400
Complementary color
Monochromatic Colors of #CCA400
Black with #CCA400
Text Example
Text Example
White with #CCA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA400; }
p { color: rgb(204,164,0); }
H1.HeaderClassName
{
color: #CCA400;
}
.AnyTagClassName
{
color: #CCA400;
}
</style>
background-color css
<style>
a { background-color: #CCA400; }
a { background-color: rgb(204,164,0); }
div.DivClassName
{
background-color: #CCA400;
}
.BgClassName
{
background-color: #CCA400;
}
</style>
border-color css
<style>
span { border-color: #CCA400; }
span { border-color: rgb(204,164,0); }
td.TdClassName
{
border-color: #CCA400;
}
.TagClassName
{
border-color: #CCA400;
}
</style>