Shades of Buddha Gold #C59E00
Tints of Buddha Gold #C59E00
RGB
CMYK
RGB Variations
Color information
#C59E00 (or 0xC59E00) is known color: Buddha Gold. HEX triplet: C5, 9E and 00. RGB value is (197,158,0). Sum of RGB (Red+Green+Blue) = 197+158+0=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E00 is #3A61FF. Grayscale: #989898. Windows color (decimal): -3826176 or 40645. OLE color: 40645.
HSL color Cylindrical-coordinate representation of color #C59E00: hue angle of 48.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C59E00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.23 |
| HSL | 48.12º | 1% | 0.39% | - |
| HSV(B) | 48.12º | 1% | 0.77% | - |
| XYZ | 35.25 | 36.32 | 5.15 | - |
| YUV | 151.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 0 | 0 | 0.20 | 1 | 0.23 | 48.12 | 1 | 0.39 |
| Hex | C5 | 9E | 0 | 0 | 14 | 64 | 17 | 30 | 64 | 27 |
| Octal | 305 | 236 | 0 | 0 | 24 | 144 | 27 | 60 | 144 | 47 |
| Binary | 11000101 | 10011110 | 0 | 0 | 10100 | 1100100 | 10111 | 110000 | 1100100 | 100111 |
Color Harmonies of #C59E00
Complementary color
Monochromatic Colors of #C59E00
Black with #C59E00
Text Example
Text Example
White with #C59E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E00; }
p { color: rgb(197,158,0); }
H1.HeaderClassName
{
color: #C59E00;
}
.AnyTagClassName
{
color: #C59E00;
}
</style>
background-color css
<style>
a { background-color: #C59E00; }
a { background-color: rgb(197,158,0); }
div.DivClassName
{
background-color: #C59E00;
}
.BgClassName
{
background-color: #C59E00;
}
</style>
border-color css
<style>
span { border-color: #C59E00; }
span { border-color: rgb(197,158,0); }
td.TdClassName
{
border-color: #C59E00;
}
.TagClassName
{
border-color: #C59E00;
}
</style>