Shades of Buddha Gold #C59D00
Tints of Buddha Gold #C59D00
RGB
CMYK
RGB Variations
Color information
#C59D00 (or 0xC59D00) is known color: Buddha Gold. HEX triplet: C5, 9D and 00. RGB value is (197,157,0). Sum of RGB (Red+Green+Blue) = 197+157+0=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D00 is #3A62FF. Grayscale: #979797. Windows color (decimal): -3826432 or 40389. OLE color: 40389.
HSL color Cylindrical-coordinate representation of color #C59D00: hue angle of 47.82º 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 #C59D00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.23 |
| HSL | 47.82º | 1% | 0.39% | - |
| HSV(B) | 47.82º | 1% | 0.77% | - |
| XYZ | 35.08 | 35.98 | 5.1 | - |
| YUV | 151.06 | 42.75 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 0 | 0 | 0.20 | 1 | 0.23 | 47.82 | 1 | 0.39 |
| Hex | C5 | 9D | 0 | 0 | 14 | 64 | 17 | 30 | 64 | 27 |
| Octal | 305 | 235 | 0 | 0 | 24 | 144 | 27 | 60 | 144 | 47 |
| Binary | 11000101 | 10011101 | 0 | 0 | 10100 | 1100100 | 10111 | 110000 | 1100100 | 100111 |
Color Harmonies of #C59D00
Complementary color
Monochromatic Colors of #C59D00
Black with #C59D00
Text Example
Text Example
White with #C59D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D00; }
p { color: rgb(197,157,0); }
H1.HeaderClassName
{
color: #C59D00;
}
.AnyTagClassName
{
color: #C59D00;
}
</style>
background-color css
<style>
a { background-color: #C59D00; }
a { background-color: rgb(197,157,0); }
div.DivClassName
{
background-color: #C59D00;
}
.BgClassName
{
background-color: #C59D00;
}
</style>
border-color css
<style>
span { border-color: #C59D00; }
span { border-color: rgb(197,157,0); }
td.TdClassName
{
border-color: #C59D00;
}
.TagClassName
{
border-color: #C59D00;
}
</style>