Shades of Buddha Gold #CAA013
Tints of Buddha Gold #CAA013
RGB
CMYK
RGB Variations
Color information
#CAA013 (or 0xCAA013) is known color: Buddha Gold. HEX triplet: CA, A0 and 13. RGB value is (202,160,19). Sum of RGB (Red+Green+Blue) = 202+160+19=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA013 is #355FEC. Grayscale: #9D9D9D. Windows color (decimal): -3497965 or 1286346. OLE color: 1286346.
HSL color Cylindrical-coordinate representation of color #CAA013: hue angle of 46.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAA013 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.21 |
| HSL | 46.23º | 0.83% | 0.43% | - |
| HSV(B) | 46.23º | 0.91% | 0.79% | - |
| XYZ | 37.05 | 37.75 | 5.95 | - |
| YUV | 156.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 19 | 0 | 0.21 | 0.91 | 0.21 | 46.23 | 0.83 | 0.43 |
| Hex | CA | A0 | 13 | 0 | 15 | 5B | 15 | 2E | 53 | 2B |
| Octal | 312 | 240 | 23 | 0 | 25 | 133 | 25 | 56 | 123 | 53 |
| Binary | 11001010 | 10100000 | 10011 | 0 | 10101 | 1011011 | 10101 | 101110 | 1010011 | 101011 |
Color Harmonies of #CAA013
Complementary color
Monochromatic Colors of #CAA013
Black with #CAA013
Text Example
Text Example
White with #CAA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA013; }
p { color: rgb(202,160,19); }
H1.HeaderClassName
{
color: #CAA013;
}
.AnyTagClassName
{
color: #CAA013;
}
</style>
background-color css
<style>
a { background-color: #CAA013; }
a { background-color: rgb(202,160,19); }
div.DivClassName
{
background-color: #CAA013;
}
.BgClassName
{
background-color: #CAA013;
}
</style>
border-color css
<style>
span { border-color: #CAA013; }
span { border-color: rgb(202,160,19); }
td.TdClassName
{
border-color: #CAA013;
}
.TagClassName
{
border-color: #CAA013;
}
</style>