Shades of Buddha Gold #CA9A0E
Tints of Buddha Gold #CA9A0E
RGB
CMYK
RGB Variations
Color information
#CA9A0E (or 0xCA9A0E) is known color: Buddha Gold. HEX triplet: CA, 9A and 0E. RGB value is (202,154,14). Sum of RGB (Red+Green+Blue) = 202+154+14=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A0E is #3565F1. Grayscale: #989898. Windows color (decimal): -3499506 or 957130. OLE color: 957130.
HSL color Cylindrical-coordinate representation of color #CA9A0E: hue angle of 44.68º 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 #CA9A0E is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 14 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.21 |
| HSL | 44.68º | 0.87% | 0.42% | - |
| HSV(B) | 44.68º | 0.93% | 0.79% | - |
| XYZ | 35.99 | 35.7 | 5.41 | - |
| YUV | 152.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 14 | 0 | 0.24 | 0.93 | 0.21 | 44.68 | 0.87 | 0.42 |
| Hex | CA | 9A | E | 0 | 18 | 5D | 15 | 2D | 57 | 2A |
| Octal | 312 | 232 | 16 | 0 | 30 | 135 | 25 | 55 | 127 | 52 |
| Binary | 11001010 | 10011010 | 1110 | 0 | 11000 | 1011101 | 10101 | 101101 | 1010111 | 101010 |
Color Harmonies of #CA9A0E
Complementary color
Monochromatic Colors of #CA9A0E
Black with #CA9A0E
Text Example
Text Example
White with #CA9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A0E; }
p { color: rgb(202,154,14); }
H1.HeaderClassName
{
color: #CA9A0E;
}
.AnyTagClassName
{
color: #CA9A0E;
}
</style>
background-color css
<style>
a { background-color: #CA9A0E; }
a { background-color: rgb(202,154,14); }
div.DivClassName
{
background-color: #CA9A0E;
}
.BgClassName
{
background-color: #CA9A0E;
}
</style>
border-color css
<style>
span { border-color: #CA9A0E; }
span { border-color: rgb(202,154,14); }
td.TdClassName
{
border-color: #CA9A0E;
}
.TagClassName
{
border-color: #CA9A0E;
}
</style>