Shades of Buddha Gold #CCA210
Tints of Buddha Gold #CCA210
RGB
CMYK
RGB Variations
Color information
#CCA210 (or 0xCCA210) is known color: Buddha Gold. HEX triplet: CC, A2 and 10. RGB value is (204,162,16). Sum of RGB (Red+Green+Blue) = 204+162+16=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA210 is #335DEF. Grayscale: #9E9E9E. Windows color (decimal): -3366384 or 1090252. OLE color: 1090252.
HSL color Cylindrical-coordinate representation of color #CCA210: hue angle of 46.6º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCA210 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.2 |
| HSL | 46.6º | 0.85% | 0.43% | - |
| HSV(B) | 46.6º | 0.92% | 0.8% | - |
| XYZ | 37.92 | 38.72 | 5.96 | - |
| YUV | 157.91 | 47.91 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 16 | 0 | 0.21 | 0.92 | 0.2 | 46.6 | 0.85 | 0.43 |
| Hex | CC | A2 | 10 | 0 | 15 | 5C | 14 | 2F | 55 | 2B |
| Octal | 314 | 242 | 20 | 0 | 25 | 134 | 24 | 57 | 125 | 53 |
| Binary | 11001100 | 10100010 | 10000 | 0 | 10101 | 1011100 | 10100 | 101111 | 1010101 | 101011 |
Color Harmonies of #CCA210
Complementary color
Monochromatic Colors of #CCA210
Black with #CCA210
Text Example
Text Example
White with #CCA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA210; }
p { color: rgb(204,162,16); }
H1.HeaderClassName
{
color: #CCA210;
}
.AnyTagClassName
{
color: #CCA210;
}
</style>
background-color css
<style>
a { background-color: #CCA210; }
a { background-color: rgb(204,162,16); }
div.DivClassName
{
background-color: #CCA210;
}
.BgClassName
{
background-color: #CCA210;
}
</style>
border-color css
<style>
span { border-color: #CCA210; }
span { border-color: rgb(204,162,16); }
td.TdClassName
{
border-color: #CCA210;
}
.TagClassName
{
border-color: #CCA210;
}
</style>