Shades of Buddha Gold #CAA410
Tints of Buddha Gold #CAA410
RGB
CMYK
RGB Variations
Color information
#CAA410 (or 0xCAA410) is known color: Buddha Gold. HEX triplet: CA, A4 and 10. RGB value is (202,164,16). Sum of RGB (Red+Green+Blue) = 202+164+16=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA410 is #355BEF. Grayscale: #9F9F9F. Windows color (decimal): -3496944 or 1090762. OLE color: 1090762.
HSL color Cylindrical-coordinate representation of color #CAA410: hue angle of 47.74º 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 #CAA410 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.21 |
| HSL | 47.74º | 0.85% | 0.43% | - |
| HSV(B) | 47.74º | 0.92% | 0.79% | - |
| XYZ | 37.73 | 39.14 | 6.06 | - |
| YUV | 158.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 16 | 0 | 0.19 | 0.92 | 0.21 | 47.74 | 0.85 | 0.43 |
| Hex | CA | A4 | 10 | 0 | 13 | 5C | 15 | 30 | 55 | 2B |
| Octal | 312 | 244 | 20 | 0 | 23 | 134 | 25 | 60 | 125 | 53 |
| Binary | 11001010 | 10100100 | 10000 | 0 | 10011 | 1011100 | 10101 | 110000 | 1010101 | 101011 |
Color Harmonies of #CAA410
Complementary color
Monochromatic Colors of #CAA410
Black with #CAA410
Text Example
Text Example
White with #CAA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA410; }
p { color: rgb(202,164,16); }
H1.HeaderClassName
{
color: #CAA410;
}
.AnyTagClassName
{
color: #CAA410;
}
</style>
background-color css
<style>
a { background-color: #CAA410; }
a { background-color: rgb(202,164,16); }
div.DivClassName
{
background-color: #CAA410;
}
.BgClassName
{
background-color: #CAA410;
}
</style>
border-color css
<style>
span { border-color: #CAA410; }
span { border-color: rgb(202,164,16); }
td.TdClassName
{
border-color: #CAA410;
}
.TagClassName
{
border-color: #CAA410;
}
</style>