Shades of Buddha Gold #CCA610
Tints of Buddha Gold #CCA610
RGB
CMYK
RGB Variations
Color information
#CCA610 (or 0xCCA610) is known color: Buddha Gold. HEX triplet: CC, A6 and 10. RGB value is (204,166,16). Sum of RGB (Red+Green+Blue) = 204+166+16=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA610 is #3359EF. Grayscale: #A0A0A0. Windows color (decimal): -3365360 or 1091276. OLE color: 1091276.
HSL color Cylindrical-coordinate representation of color #CCA610: hue angle of 47.87º 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 #CCA610 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.2 |
| HSL | 47.87º | 0.85% | 0.43% | - |
| HSV(B) | 47.87º | 0.92% | 0.8% | - |
| XYZ | 38.63 | 40.15 | 6.2 | - |
| YUV | 160.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 16 | 0 | 0.19 | 0.92 | 0.2 | 47.87 | 0.85 | 0.43 |
| Hex | CC | A6 | 10 | 0 | 13 | 5C | 14 | 30 | 55 | 2B |
| Octal | 314 | 246 | 20 | 0 | 23 | 134 | 24 | 60 | 125 | 53 |
| Binary | 11001100 | 10100110 | 10000 | 0 | 10011 | 1011100 | 10100 | 110000 | 1010101 | 101011 |
Color Harmonies of #CCA610
Complementary color
Monochromatic Colors of #CCA610
Black with #CCA610
Text Example
Text Example
White with #CCA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA610; }
p { color: rgb(204,166,16); }
H1.HeaderClassName
{
color: #CCA610;
}
.AnyTagClassName
{
color: #CCA610;
}
</style>
background-color css
<style>
a { background-color: #CCA610; }
a { background-color: rgb(204,166,16); }
div.DivClassName
{
background-color: #CCA610;
}
.BgClassName
{
background-color: #CCA610;
}
</style>
border-color css
<style>
span { border-color: #CCA610; }
span { border-color: rgb(204,166,16); }
td.TdClassName
{
border-color: #CCA610;
}
.TagClassName
{
border-color: #CCA610;
}
</style>