Shades of Buddha Gold #C59E01
Tints of Buddha Gold #C59E01
RGB
CMYK
RGB Variations
Color information
#C59E01 (or 0xC59E01) is known color: Buddha Gold. HEX triplet: C5, 9E and 01. RGB value is (197,158,1). Sum of RGB (Red+Green+Blue) = 197+158+1=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E01 is #3A61FE. Grayscale: #989898. Windows color (decimal): -3826175 or 106181. OLE color: 106181.
HSL color Cylindrical-coordinate representation of color #C59E01: hue angle of 48.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C59E01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.23 |
| HSL | 48.06º | 0.99% | 0.39% | - |
| HSV(B) | 48.06º | 0.99% | 0.77% | - |
| XYZ | 35.26 | 36.33 | 5.18 | - |
| YUV | 151.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 1 | 0 | 0.20 | 0.99 | 0.23 | 48.06 | 0.99 | 0.39 |
| Hex | C5 | 9E | 1 | 0 | 14 | 63 | 17 | 30 | 63 | 27 |
| Octal | 305 | 236 | 1 | 0 | 24 | 143 | 27 | 60 | 143 | 47 |
| Binary | 11000101 | 10011110 | 1 | 0 | 10100 | 1100011 | 10111 | 110000 | 1100011 | 100111 |
Color Harmonies of #C59E01
Complementary color
Monochromatic Colors of #C59E01
Black with #C59E01
Text Example
Text Example
White with #C59E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E01; }
p { color: rgb(197,158,1); }
H1.HeaderClassName
{
color: #C59E01;
}
.AnyTagClassName
{
color: #C59E01;
}
</style>
background-color css
<style>
a { background-color: #C59E01; }
a { background-color: rgb(197,158,1); }
div.DivClassName
{
background-color: #C59E01;
}
.BgClassName
{
background-color: #C59E01;
}
</style>
border-color css
<style>
span { border-color: #C59E01; }
span { border-color: rgb(197,158,1); }
td.TdClassName
{
border-color: #C59E01;
}
.TagClassName
{
border-color: #C59E01;
}
</style>