Shades of Buddha Gold #CAA610
Tints of Buddha Gold #CAA610
RGB
CMYK
RGB Variations
Color information
#CAA610 (or 0xCAA610) is known color: Buddha Gold. HEX triplet: CA, A6 and 10. RGB value is (202,166,16). Sum of RGB (Red+Green+Blue) = 202+166+16=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA610 is #3559EF. Grayscale: #A0A0A0. Windows color (decimal): -3496432 or 1091274. OLE color: 1091274.
HSL color Cylindrical-coordinate representation of color #CAA610: hue angle of 48.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAA610 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 16 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.21 |
| HSL | 48.39º | 0.85% | 0.43% | - |
| HSV(B) | 48.39º | 0.92% | 0.79% | - |
| XYZ | 38.09 | 39.87 | 6.18 | - |
| YUV | 159.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 16 | 0 | 0.18 | 0.92 | 0.21 | 48.39 | 0.85 | 0.43 |
| Hex | CA | A6 | 10 | 0 | 12 | 5C | 15 | 30 | 55 | 2B |
| Octal | 312 | 246 | 20 | 0 | 22 | 134 | 25 | 60 | 125 | 53 |
| Binary | 11001010 | 10100110 | 10000 | 0 | 10010 | 1011100 | 10101 | 110000 | 1010101 | 101011 |
Color Harmonies of #CAA610
Complementary color
Monochromatic Colors of #CAA610
Black with #CAA610
Text Example
Text Example
White with #CAA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA610; }
p { color: rgb(202,166,16); }
H1.HeaderClassName
{
color: #CAA610;
}
.AnyTagClassName
{
color: #CAA610;
}
</style>
background-color css
<style>
a { background-color: #CAA610; }
a { background-color: rgb(202,166,16); }
div.DivClassName
{
background-color: #CAA610;
}
.BgClassName
{
background-color: #CAA610;
}
</style>
border-color css
<style>
span { border-color: #CAA610; }
span { border-color: rgb(202,166,16); }
td.TdClassName
{
border-color: #CAA610;
}
.TagClassName
{
border-color: #CAA610;
}
</style>