Shades of Buddha Gold #C59C00
Tints of Buddha Gold #C59C00
RGB
CMYK
RGB Variations
Color information
#C59C00 (or 0xC59C00) is known color: Buddha Gold. HEX triplet: C5, 9C and 00. RGB value is (197,156,0). Sum of RGB (Red+Green+Blue) = 197+156+0=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59C00 is #3A63FF. Grayscale: #979797. Windows color (decimal): -3826688 or 40133. OLE color: 40133.
HSL color Cylindrical-coordinate representation of color #C59C00: hue angle of 47.51º 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 #C59C00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.23 |
| HSL | 47.51º | 1% | 0.39% | - |
| HSV(B) | 47.51º | 1% | 0.77% | - |
| XYZ | 34.91 | 35.65 | 5.04 | - |
| YUV | 150.48 | 43.08 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 0 | 0 | 0.21 | 1 | 0.23 | 47.51 | 1 | 0.39 |
| Hex | C5 | 9C | 0 | 0 | 15 | 64 | 17 | 30 | 64 | 27 |
| Octal | 305 | 234 | 0 | 0 | 25 | 144 | 27 | 60 | 144 | 47 |
| Binary | 11000101 | 10011100 | 0 | 0 | 10101 | 1100100 | 10111 | 110000 | 1100100 | 100111 |
Color Harmonies of #C59C00
Complementary color
Monochromatic Colors of #C59C00
Black with #C59C00
Text Example
Text Example
White with #C59C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C00; }
p { color: rgb(197,156,0); }
H1.HeaderClassName
{
color: #C59C00;
}
.AnyTagClassName
{
color: #C59C00;
}
</style>
background-color css
<style>
a { background-color: #C59C00; }
a { background-color: rgb(197,156,0); }
div.DivClassName
{
background-color: #C59C00;
}
.BgClassName
{
background-color: #C59C00;
}
</style>
border-color css
<style>
span { border-color: #C59C00; }
span { border-color: rgb(197,156,0); }
td.TdClassName
{
border-color: #C59C00;
}
.TagClassName
{
border-color: #C59C00;
}
</style>