Shades of Buddha Gold #CCA110
Tints of Buddha Gold #CCA110
RGB
CMYK
RGB Variations
Color information
#CCA110 (or 0xCCA110) is known color: Buddha Gold. HEX triplet: CC, A1 and 10. RGB value is (204,161,16). Sum of RGB (Red+Green+Blue) = 204+161+16=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA110 is #335EEF. Grayscale: #9D9D9D. Windows color (decimal): -3366640 or 1089996. OLE color: 1089996.
HSL color Cylindrical-coordinate representation of color #CCA110: hue angle of 46.28º 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 #CCA110 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.2 |
| HSL | 46.28º | 0.85% | 0.43% | - |
| HSV(B) | 46.28º | 0.92% | 0.8% | - |
| XYZ | 37.74 | 38.36 | 5.91 | - |
| YUV | 157.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 16 | 0 | 0.21 | 0.92 | 0.2 | 46.28 | 0.85 | 0.43 |
| Hex | CC | A1 | 10 | 0 | 15 | 5C | 14 | 2E | 55 | 2B |
| Octal | 314 | 241 | 20 | 0 | 25 | 134 | 24 | 56 | 125 | 53 |
| Binary | 11001100 | 10100001 | 10000 | 0 | 10101 | 1011100 | 10100 | 101110 | 1010101 | 101011 |
Color Harmonies of #CCA110
Complementary color
Monochromatic Colors of #CCA110
Black with #CCA110
Text Example
Text Example
White with #CCA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA110; }
p { color: rgb(204,161,16); }
H1.HeaderClassName
{
color: #CCA110;
}
.AnyTagClassName
{
color: #CCA110;
}
</style>
background-color css
<style>
a { background-color: #CCA110; }
a { background-color: rgb(204,161,16); }
div.DivClassName
{
background-color: #CCA110;
}
.BgClassName
{
background-color: #CCA110;
}
</style>
border-color css
<style>
span { border-color: #CCA110; }
span { border-color: rgb(204,161,16); }
td.TdClassName
{
border-color: #CCA110;
}
.TagClassName
{
border-color: #CCA110;
}
</style>