Shades of Gamboge #CCA300
Tints of Gamboge #CCA300
RGB
CMYK
RGB Variations
Color information
#CCA300 (or 0xCCA300) is known color: Gamboge. HEX triplet: CC, A3 and 00. RGB value is (204,163,0). Sum of RGB (Red+Green+Blue) = 204+163+0=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA300 is #335CFF. Grayscale: #9D9D9D. Windows color (decimal): -3366144 or 41932. OLE color: 41932.
HSL color Cylindrical-coordinate representation of color #CCA300: hue angle of 47.94º 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 #CCA300 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 163 | 0 | - |
CMYK | 0 | 0.20 | 1 | 0.2 |
HSL | 47.94º | 1% | 0.4% | - |
HSV(B) | 47.94º | 1% | 0.8% | - |
XYZ | 38 | 39.03 | 5.53 | - |
YUV | 156.68 | 39.58 | 161.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 163 | 0 | 0 | 0.20 | 1 | 0.2 | 47.94 | 1 | 0.4 |
Hex | CC | A3 | 0 | 0 | 14 | 64 | 14 | 30 | 64 | 28 |
Octal | 314 | 243 | 0 | 0 | 24 | 144 | 24 | 60 | 144 | 50 |
Binary | 11001100 | 10100011 | 0 | 0 | 10100 | 1100100 | 10100 | 110000 | 1100100 | 101000 |
Color Harmonies of #CCA300
Complementary color
Monochromatic Colors of #CCA300
Black with #CCA300
Text Example
Text Example
White with #CCA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA300; }
p { color: rgb(204,163,0); }
H1.HeaderClassName
{
color: #CCA300;
}
.AnyTagClassName
{
color: #CCA300;
}
</style>
background-color css
<style>
a { background-color: #CCA300; }
a { background-color: rgb(204,163,0); }
div.DivClassName
{
background-color: #CCA300;
}
.BgClassName
{
background-color: #CCA300;
}
</style>
border-color css
<style>
span { border-color: #CCA300; }
span { border-color: rgb(204,163,0); }
td.TdClassName
{
border-color: #CCA300;
}
.TagClassName
{
border-color: #CCA300;
}
</style>