Shades of Buddha Gold #CAA110
Tints of Buddha Gold #CAA110
RGB
CMYK
RGB Variations
Color information
#CAA110 (or 0xCAA110) is known color: Buddha Gold. HEX triplet: CA, A1 and 10. RGB value is (202,161,16). Sum of RGB (Red+Green+Blue) = 202+161+16=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA110 is #355EEF. Grayscale: #9D9D9D. Windows color (decimal): -3497712 or 1089994. OLE color: 1089994.
HSL color Cylindrical-coordinate representation of color #CAA110: hue angle of 46.77º 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 #CAA110 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.21 |
| HSL | 46.77º | 0.85% | 0.43% | - |
| HSV(B) | 46.77º | 0.92% | 0.79% | - |
| XYZ | 37.2 | 38.08 | 5.88 | - |
| YUV | 156.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 16 | 0 | 0.20 | 0.92 | 0.21 | 46.77 | 0.85 | 0.43 |
| Hex | CA | A1 | 10 | 0 | 14 | 5C | 15 | 2F | 55 | 2B |
| Octal | 312 | 241 | 20 | 0 | 24 | 134 | 25 | 57 | 125 | 53 |
| Binary | 11001010 | 10100001 | 10000 | 0 | 10100 | 1011100 | 10101 | 101111 | 1010101 | 101011 |
Color Harmonies of #CAA110
Complementary color
Monochromatic Colors of #CAA110
Black with #CAA110
Text Example
Text Example
White with #CAA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA110; }
p { color: rgb(202,161,16); }
H1.HeaderClassName
{
color: #CAA110;
}
.AnyTagClassName
{
color: #CAA110;
}
</style>
background-color css
<style>
a { background-color: #CAA110; }
a { background-color: rgb(202,161,16); }
div.DivClassName
{
background-color: #CAA110;
}
.BgClassName
{
background-color: #CAA110;
}
</style>
border-color css
<style>
span { border-color: #CAA110; }
span { border-color: rgb(202,161,16); }
td.TdClassName
{
border-color: #CAA110;
}
.TagClassName
{
border-color: #CAA110;
}
</style>