Shades of Buddha Gold #C59F0E
Tints of Buddha Gold #C59F0E
RGB
CMYK
RGB Variations
Color information
#C59F0E (or 0xC59F0E) is known color: Buddha Gold. HEX triplet: C5, 9F and 0E. RGB value is (197,159,14). Sum of RGB (Red+Green+Blue) = 197+159+14=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59F0E is #3A60F1. Grayscale: #9A9A9A. Windows color (decimal): -3825906 or 958405. OLE color: 958405.
HSL color Cylindrical-coordinate representation of color #C59F0E: hue angle of 47.54º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C59F0E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 14 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.23 |
| HSL | 47.54º | 0.87% | 0.41% | - |
| HSV(B) | 47.54º | 0.93% | 0.77% | - |
| XYZ | 35.5 | 36.7 | 5.63 | - |
| YUV | 153.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 14 | 0 | 0.19 | 0.93 | 0.23 | 47.54 | 0.87 | 0.41 |
| Hex | C5 | 9F | E | 0 | 13 | 5D | 17 | 30 | 57 | 29 |
| Octal | 305 | 237 | 16 | 0 | 23 | 135 | 27 | 60 | 127 | 51 |
| Binary | 11000101 | 10011111 | 1110 | 0 | 10011 | 1011101 | 10111 | 110000 | 1010111 | 101001 |
Color Harmonies of #C59F0E
Complementary color
Monochromatic Colors of #C59F0E
Black with #C59F0E
Text Example
Text Example
White with #C59F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F0E; }
p { color: rgb(197,159,14); }
H1.HeaderClassName
{
color: #C59F0E;
}
.AnyTagClassName
{
color: #C59F0E;
}
</style>
background-color css
<style>
a { background-color: #C59F0E; }
a { background-color: rgb(197,159,14); }
div.DivClassName
{
background-color: #C59F0E;
}
.BgClassName
{
background-color: #C59F0E;
}
</style>
border-color css
<style>
span { border-color: #C59F0E; }
span { border-color: rgb(197,159,14); }
td.TdClassName
{
border-color: #C59F0E;
}
.TagClassName
{
border-color: #C59F0E;
}
</style>