Shades of Buddha Gold #CAA815
Tints of Buddha Gold #CAA815
RGB
CMYK
RGB Variations
Color information
#CAA815 (or 0xCAA815) is known color: Buddha Gold. HEX triplet: CA, A8 and 15. RGB value is (202,168,21). Sum of RGB (Red+Green+Blue) = 202+168+21=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA815 is #3557EA. Grayscale: #A2A2A2. Windows color (decimal): -3495915 or 1419466. OLE color: 1419466.
HSL color Cylindrical-coordinate representation of color #CAA815: hue angle of 48.73º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA815 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.21 |
| HSL | 48.73º | 0.81% | 0.44% | - |
| HSV(B) | 48.73º | 0.9% | 0.79% | - |
| XYZ | 38.5 | 40.62 | 6.52 | - |
| YUV | 161.41 | 48.76 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 21 | 0 | 0.17 | 0.90 | 0.21 | 48.73 | 0.81 | 0.44 |
| Hex | CA | A8 | 15 | 0 | 11 | 5A | 15 | 31 | 51 | 2C |
| Octal | 312 | 250 | 25 | 0 | 21 | 132 | 25 | 61 | 121 | 54 |
| Binary | 11001010 | 10101000 | 10101 | 0 | 10001 | 1011010 | 10101 | 110001 | 1010001 | 101100 |
Color Harmonies of #CAA815
Complementary color
Monochromatic Colors of #CAA815
Black with #CAA815
Text Example
Text Example
White with #CAA815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA815; }
p { color: rgb(202,168,21); }
H1.HeaderClassName
{
color: #CAA815;
}
.AnyTagClassName
{
color: #CAA815;
}
</style>
background-color css
<style>
a { background-color: #CAA815; }
a { background-color: rgb(202,168,21); }
div.DivClassName
{
background-color: #CAA815;
}
.BgClassName
{
background-color: #CAA815;
}
</style>
border-color css
<style>
span { border-color: #CAA815; }
span { border-color: rgb(202,168,21); }
td.TdClassName
{
border-color: #CAA815;
}
.TagClassName
{
border-color: #CAA815;
}
</style>