Shades of Buddha Gold #CAA90E
Tints of Buddha Gold #CAA90E
RGB
CMYK
RGB Variations
Color information
#CAA90E (or 0xCAA90E) is known color: Buddha Gold. HEX triplet: CA, A9 and 0E. RGB value is (202,169,14). Sum of RGB (Red+Green+Blue) = 202+169+14=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA90E is #3556F1. Grayscale: #A1A1A1. Windows color (decimal): -3495666 or 960970. OLE color: 960970.
HSL color Cylindrical-coordinate representation of color #CAA90E: hue angle of 49.47º 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 #CAA90E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 14 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.21 |
| HSL | 49.47º | 0.87% | 0.42% | - |
| HSV(B) | 49.47º | 0.93% | 0.79% | - |
| XYZ | 38.62 | 40.96 | 6.29 | - |
| YUV | 161.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 14 | 0 | 0.16 | 0.93 | 0.21 | 49.47 | 0.87 | 0.42 |
| Hex | CA | A9 | E | 0 | 10 | 5D | 15 | 31 | 57 | 2A |
| Octal | 312 | 251 | 16 | 0 | 20 | 135 | 25 | 61 | 127 | 52 |
| Binary | 11001010 | 10101001 | 1110 | 0 | 10000 | 1011101 | 10101 | 110001 | 1010111 | 101010 |
Color Harmonies of #CAA90E
Complementary color
Monochromatic Colors of #CAA90E
Black with #CAA90E
Text Example
Text Example
White with #CAA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA90E; }
p { color: rgb(202,169,14); }
H1.HeaderClassName
{
color: #CAA90E;
}
.AnyTagClassName
{
color: #CAA90E;
}
</style>
background-color css
<style>
a { background-color: #CAA90E; }
a { background-color: rgb(202,169,14); }
div.DivClassName
{
background-color: #CAA90E;
}
.BgClassName
{
background-color: #CAA90E;
}
</style>
border-color css
<style>
span { border-color: #CAA90E; }
span { border-color: rgb(202,169,14); }
td.TdClassName
{
border-color: #CAA90E;
}
.TagClassName
{
border-color: #CAA90E;
}
</style>