Shades of Buddha Gold #CAA213
Tints of Buddha Gold #CAA213
RGB
CMYK
RGB Variations
Color information
#CAA213 (or 0xCAA213) is known color: Buddha Gold. HEX triplet: CA, A2 and 13. RGB value is (202,162,19). Sum of RGB (Red+Green+Blue) = 202+162+19=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA213 is #355DEC. Grayscale: #9E9E9E. Windows color (decimal): -3497453 or 1286858. OLE color: 1286858.
HSL color Cylindrical-coordinate representation of color #CAA213: hue angle of 46.89º 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 #CAA213 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 19 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.21 |
| HSL | 46.89º | 0.83% | 0.43% | - |
| HSV(B) | 46.89º | 0.91% | 0.79% | - |
| XYZ | 37.4 | 38.44 | 6.07 | - |
| YUV | 157.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 19 | 0 | 0.20 | 0.91 | 0.21 | 46.89 | 0.83 | 0.43 |
| Hex | CA | A2 | 13 | 0 | 14 | 5B | 15 | 2F | 53 | 2B |
| Octal | 312 | 242 | 23 | 0 | 24 | 133 | 25 | 57 | 123 | 53 |
| Binary | 11001010 | 10100010 | 10011 | 0 | 10100 | 1011011 | 10101 | 101111 | 1010011 | 101011 |
Color Harmonies of #CAA213
Complementary color
Monochromatic Colors of #CAA213
Black with #CAA213
Text Example
Text Example
White with #CAA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA213; }
p { color: rgb(202,162,19); }
H1.HeaderClassName
{
color: #CAA213;
}
.AnyTagClassName
{
color: #CAA213;
}
</style>
background-color css
<style>
a { background-color: #CAA213; }
a { background-color: rgb(202,162,19); }
div.DivClassName
{
background-color: #CAA213;
}
.BgClassName
{
background-color: #CAA213;
}
</style>
border-color css
<style>
span { border-color: #CAA213; }
span { border-color: rgb(202,162,19); }
td.TdClassName
{
border-color: #CAA213;
}
.TagClassName
{
border-color: #CAA213;
}
</style>