Shades of Buddha Gold #CAA20E
Tints of Buddha Gold #CAA20E
RGB
CMYK
RGB Variations
Color information
#CAA20E (or 0xCAA20E) is known color: Buddha Gold. HEX triplet: CA, A2 and 0E. RGB value is (202,162,14). Sum of RGB (Red+Green+Blue) = 202+162+14=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA20E is #355DF1. Grayscale: #9D9D9D. Windows color (decimal): -3497458 or 959178. OLE color: 959178.
HSL color Cylindrical-coordinate representation of color #CAA20E: hue angle of 47.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAA20E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.21 |
| HSL | 47.23º | 0.87% | 0.42% | - |
| HSV(B) | 47.23º | 0.93% | 0.79% | - |
| XYZ | 37.36 | 38.43 | 5.86 | - |
| YUV | 157.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 14 | 0 | 0.20 | 0.93 | 0.21 | 47.23 | 0.87 | 0.42 |
| Hex | CA | A2 | E | 0 | 14 | 5D | 15 | 2F | 57 | 2A |
| Octal | 312 | 242 | 16 | 0 | 24 | 135 | 25 | 57 | 127 | 52 |
| Binary | 11001010 | 10100010 | 1110 | 0 | 10100 | 1011101 | 10101 | 101111 | 1010111 | 101010 |
Color Harmonies of #CAA20E
Complementary color
Monochromatic Colors of #CAA20E
Black with #CAA20E
Text Example
Text Example
White with #CAA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA20E; }
p { color: rgb(202,162,14); }
H1.HeaderClassName
{
color: #CAA20E;
}
.AnyTagClassName
{
color: #CAA20E;
}
</style>
background-color css
<style>
a { background-color: #CAA20E; }
a { background-color: rgb(202,162,14); }
div.DivClassName
{
background-color: #CAA20E;
}
.BgClassName
{
background-color: #CAA20E;
}
</style>
border-color css
<style>
span { border-color: #CAA20E; }
span { border-color: rgb(202,162,14); }
td.TdClassName
{
border-color: #CAA20E;
}
.TagClassName
{
border-color: #CAA20E;
}
</style>