Shades of Buddha Gold #CAA30E
Tints of Buddha Gold #CAA30E
RGB
CMYK
RGB Variations
Color information
#CAA30E (or 0xCAA30E) is known color: Buddha Gold. HEX triplet: CA, A3 and 0E. RGB value is (202,163,14). Sum of RGB (Red+Green+Blue) = 202+163+14=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA30E is #355CF1. Grayscale: #9E9E9E. Windows color (decimal): -3497202 or 959434. OLE color: 959434.
HSL color Cylindrical-coordinate representation of color #CAA30E: hue angle of 47.55º 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 #CAA30E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 14 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.21 |
| HSL | 47.55º | 0.87% | 0.42% | - |
| HSV(B) | 47.55º | 0.93% | 0.79% | - |
| XYZ | 37.53 | 38.78 | 5.92 | - |
| YUV | 157.68 | 46.92 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 14 | 0 | 0.19 | 0.93 | 0.21 | 47.55 | 0.87 | 0.42 |
| Hex | CA | A3 | E | 0 | 13 | 5D | 15 | 30 | 57 | 2A |
| Octal | 312 | 243 | 16 | 0 | 23 | 135 | 25 | 60 | 127 | 52 |
| Binary | 11001010 | 10100011 | 1110 | 0 | 10011 | 1011101 | 10101 | 110000 | 1010111 | 101010 |
Color Harmonies of #CAA30E
Complementary color
Monochromatic Colors of #CAA30E
Black with #CAA30E
Text Example
Text Example
White with #CAA30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA30E; }
p { color: rgb(202,163,14); }
H1.HeaderClassName
{
color: #CAA30E;
}
.AnyTagClassName
{
color: #CAA30E;
}
</style>
background-color css
<style>
a { background-color: #CAA30E; }
a { background-color: rgb(202,163,14); }
div.DivClassName
{
background-color: #CAA30E;
}
.BgClassName
{
background-color: #CAA30E;
}
</style>
border-color css
<style>
span { border-color: #CAA30E; }
span { border-color: rgb(202,163,14); }
td.TdClassName
{
border-color: #CAA30E;
}
.TagClassName
{
border-color: #CAA30E;
}
</style>