Shades of Buddha Gold #CAA60E
Tints of Buddha Gold #CAA60E
RGB
CMYK
RGB Variations
Color information
#CAA60E (or 0xCAA60E) is known color: Buddha Gold. HEX triplet: CA, A6 and 0E. RGB value is (202,166,14). Sum of RGB (Red+Green+Blue) = 202+166+14=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA60E is #3559F1. Grayscale: #A0A0A0. Windows color (decimal): -3496434 or 960202. OLE color: 960202.
HSL color Cylindrical-coordinate representation of color #CAA60E: hue angle of 48.51º 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 #CAA60E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 14 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.21 |
| HSL | 48.51º | 0.87% | 0.42% | - |
| HSV(B) | 48.51º | 0.93% | 0.79% | - |
| XYZ | 38.07 | 39.86 | 6.1 | - |
| YUV | 159.44 | 45.93 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 14 | 0 | 0.18 | 0.93 | 0.21 | 48.51 | 0.87 | 0.42 |
| Hex | CA | A6 | E | 0 | 12 | 5D | 15 | 31 | 57 | 2A |
| Octal | 312 | 246 | 16 | 0 | 22 | 135 | 25 | 61 | 127 | 52 |
| Binary | 11001010 | 10100110 | 1110 | 0 | 10010 | 1011101 | 10101 | 110001 | 1010111 | 101010 |
Color Harmonies of #CAA60E
Complementary color
Monochromatic Colors of #CAA60E
Black with #CAA60E
Text Example
Text Example
White with #CAA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA60E; }
p { color: rgb(202,166,14); }
H1.HeaderClassName
{
color: #CAA60E;
}
.AnyTagClassName
{
color: #CAA60E;
}
</style>
background-color css
<style>
a { background-color: #CAA60E; }
a { background-color: rgb(202,166,14); }
div.DivClassName
{
background-color: #CAA60E;
}
.BgClassName
{
background-color: #CAA60E;
}
</style>
border-color css
<style>
span { border-color: #CAA60E; }
span { border-color: rgb(202,166,14); }
td.TdClassName
{
border-color: #CAA60E;
}
.TagClassName
{
border-color: #CAA60E;
}
</style>