Shades of Buddha Gold #CAA810
Tints of Buddha Gold #CAA810
RGB
CMYK
RGB Variations
Color information
#CAA810 (or 0xCAA810) is known color: Buddha Gold. HEX triplet: CA, A8 and 10. RGB value is (202,168,16). Sum of RGB (Red+Green+Blue) = 202+168+16=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA810 is #3557EF. Grayscale: #A1A1A1. Windows color (decimal): -3495920 or 1091786. OLE color: 1091786.
HSL color Cylindrical-coordinate representation of color #CAA810: hue angle of 49.03º 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 #CAA810 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.21 |
| HSL | 49.03º | 0.85% | 0.43% | - |
| HSV(B) | 49.03º | 0.92% | 0.79% | - |
| XYZ | 38.45 | 40.6 | 6.3 | - |
| YUV | 160.84 | 46.26 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 16 | 0 | 0.17 | 0.92 | 0.21 | 49.03 | 0.85 | 0.43 |
| Hex | CA | A8 | 10 | 0 | 11 | 5C | 15 | 31 | 55 | 2B |
| Octal | 312 | 250 | 20 | 0 | 21 | 134 | 25 | 61 | 125 | 53 |
| Binary | 11001010 | 10101000 | 10000 | 0 | 10001 | 1011100 | 10101 | 110001 | 1010101 | 101011 |
Color Harmonies of #CAA810
Complementary color
Monochromatic Colors of #CAA810
Black with #CAA810
Text Example
Text Example
White with #CAA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA810; }
p { color: rgb(202,168,16); }
H1.HeaderClassName
{
color: #CAA810;
}
.AnyTagClassName
{
color: #CAA810;
}
</style>
background-color css
<style>
a { background-color: #CAA810; }
a { background-color: rgb(202,168,16); }
div.DivClassName
{
background-color: #CAA810;
}
.BgClassName
{
background-color: #CAA810;
}
</style>
border-color css
<style>
span { border-color: #CAA810; }
span { border-color: rgb(202,168,16); }
td.TdClassName
{
border-color: #CAA810;
}
.TagClassName
{
border-color: #CAA810;
}
</style>