Shades of Buddha Gold #CAA20A
Tints of Buddha Gold #CAA20A
RGB
CMYK
RGB Variations
Color information
#CAA20A (or 0xCAA20A) is known color: Buddha Gold. HEX triplet: CA, A2 and 0A. RGB value is (202,162,10). Sum of RGB (Red+Green+Blue) = 202+162+10=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA20A is #355DF5. Grayscale: #9D9D9D. Windows color (decimal): -3497462 or 697034. OLE color: 697034.
HSL color Cylindrical-coordinate representation of color #CAA20A: hue angle of 47.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAA20A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.21 |
| HSL | 47.5º | 0.91% | 0.42% | - |
| HSV(B) | 47.5º | 0.95% | 0.79% | - |
| XYZ | 37.33 | 38.42 | 5.74 | - |
| YUV | 156.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 10 | 0 | 0.20 | 0.95 | 0.21 | 47.5 | 0.91 | 0.42 |
| Hex | CA | A2 | A | 0 | 14 | 5F | 15 | 30 | 5B | 2A |
| Octal | 312 | 242 | 12 | 0 | 24 | 137 | 25 | 60 | 133 | 52 |
| Binary | 11001010 | 10100010 | 1010 | 0 | 10100 | 1011111 | 10101 | 110000 | 1011011 | 101010 |
Color Harmonies of #CAA20A
Complementary color
Monochromatic Colors of #CAA20A
Black with #CAA20A
Text Example
Text Example
White with #CAA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA20A; }
p { color: rgb(202,162,10); }
H1.HeaderClassName
{
color: #CAA20A;
}
.AnyTagClassName
{
color: #CAA20A;
}
</style>
background-color css
<style>
a { background-color: #CAA20A; }
a { background-color: rgb(202,162,10); }
div.DivClassName
{
background-color: #CAA20A;
}
.BgClassName
{
background-color: #CAA20A;
}
</style>
border-color css
<style>
span { border-color: #CAA20A; }
span { border-color: rgb(202,162,10); }
td.TdClassName
{
border-color: #CAA20A;
}
.TagClassName
{
border-color: #CAA20A;
}
</style>