Shades of Buddha Gold #CAA715
Tints of Buddha Gold #CAA715
RGB
CMYK
RGB Variations
Color information
#CAA715 (or 0xCAA715) is known color: Buddha Gold. HEX triplet: CA, A7 and 15. RGB value is (202,167,21). Sum of RGB (Red+Green+Blue) = 202+167+21=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA715 is #3558EA. Grayscale: #A1A1A1. Windows color (decimal): -3496171 or 1419210. OLE color: 1419210.
HSL color Cylindrical-coordinate representation of color #CAA715: hue angle of 48.4º 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 #CAA715 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 21 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.21 |
| HSL | 48.4º | 0.81% | 0.44% | - |
| HSV(B) | 48.4º | 0.9% | 0.79% | - |
| XYZ | 38.31 | 40.25 | 6.46 | - |
| YUV | 160.82 | 49.1 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 21 | 0 | 0.17 | 0.90 | 0.21 | 48.4 | 0.81 | 0.44 |
| Hex | CA | A7 | 15 | 0 | 11 | 5A | 15 | 30 | 51 | 2C |
| Octal | 312 | 247 | 25 | 0 | 21 | 132 | 25 | 60 | 121 | 54 |
| Binary | 11001010 | 10100111 | 10101 | 0 | 10001 | 1011010 | 10101 | 110000 | 1010001 | 101100 |
Color Harmonies of #CAA715
Complementary color
Monochromatic Colors of #CAA715
Black with #CAA715
Text Example
Text Example
White with #CAA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA715; }
p { color: rgb(202,167,21); }
H1.HeaderClassName
{
color: #CAA715;
}
.AnyTagClassName
{
color: #CAA715;
}
</style>
background-color css
<style>
a { background-color: #CAA715; }
a { background-color: rgb(202,167,21); }
div.DivClassName
{
background-color: #CAA715;
}
.BgClassName
{
background-color: #CAA715;
}
</style>
border-color css
<style>
span { border-color: #CAA715; }
span { border-color: rgb(202,167,21); }
td.TdClassName
{
border-color: #CAA715;
}
.TagClassName
{
border-color: #CAA715;
}
</style>