Shades of Buddha Gold #CAA019
Tints of Buddha Gold #CAA019
RGB
CMYK
RGB Variations
Color information
#CAA019 (or 0xCAA019) is known color: Buddha Gold. HEX triplet: CA, A0 and 19. RGB value is (202,160,25). Sum of RGB (Red+Green+Blue) = 202+160+25=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA019 is #355FE6. Grayscale: #9D9D9D. Windows color (decimal): -3497959 or 1679562. OLE color: 1679562.
HSL color Cylindrical-coordinate representation of color #CAA019: hue angle of 45.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAA019 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.21 |
| HSL | 45.76º | 0.78% | 0.45% | - |
| HSV(B) | 45.76º | 0.88% | 0.79% | - |
| XYZ | 37.1 | 37.77 | 6.25 | - |
| YUV | 157.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 25 | 0 | 0.21 | 0.88 | 0.21 | 45.76 | 0.78 | 0.45 |
| Hex | CA | A0 | 19 | 0 | 15 | 58 | 15 | 2E | 4E | 2D |
| Octal | 312 | 240 | 31 | 0 | 25 | 130 | 25 | 56 | 116 | 55 |
| Binary | 11001010 | 10100000 | 11001 | 0 | 10101 | 1011000 | 10101 | 101110 | 1001110 | 101101 |
Color Harmonies of #CAA019
Complementary color
Monochromatic Colors of #CAA019
Black with #CAA019
Text Example
Text Example
White with #CAA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA019; }
p { color: rgb(202,160,25); }
H1.HeaderClassName
{
color: #CAA019;
}
.AnyTagClassName
{
color: #CAA019;
}
</style>
background-color css
<style>
a { background-color: #CAA019; }
a { background-color: rgb(202,160,25); }
div.DivClassName
{
background-color: #CAA019;
}
.BgClassName
{
background-color: #CAA019;
}
</style>
border-color css
<style>
span { border-color: #CAA019; }
span { border-color: rgb(202,160,25); }
td.TdClassName
{
border-color: #CAA019;
}
.TagClassName
{
border-color: #CAA019;
}
</style>