Shades of Buddha Gold #C59C24
Tints of Buddha Gold #C59C24
RGB
CMYK
RGB Variations
Color information
#C59C24 (or 0xC59C24) is known color: Buddha Gold. HEX triplet: C5, 9C and 24. RGB value is (197,156,36). Sum of RGB (Red+Green+Blue) = 197+156+36=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59C24 is #3A63DB. Grayscale: #9B9B9B. Windows color (decimal): -3826652 or 2399429. OLE color: 2399429.
HSL color Cylindrical-coordinate representation of color #C59C24: hue angle of 44.72º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C59C24 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 36 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.23 |
| HSL | 44.72º | 0.69% | 0.46% | - |
| HSV(B) | 44.72º | 0.82% | 0.77% | - |
| XYZ | 35.23 | 35.77 | 6.72 | - |
| YUV | 154.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 36 | 0 | 0.21 | 0.82 | 0.23 | 44.72 | 0.69 | 0.46 |
| Hex | C5 | 9C | 24 | 0 | 15 | 52 | 17 | 2D | 45 | 2E |
| Octal | 305 | 234 | 44 | 0 | 25 | 122 | 27 | 55 | 105 | 56 |
| Binary | 11000101 | 10011100 | 100100 | 0 | 10101 | 1010010 | 10111 | 101101 | 1000101 | 101110 |
Color Harmonies of #C59C24
Complementary color
Monochromatic Colors of #C59C24
Black with #C59C24
Text Example
Text Example
White with #C59C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C24; }
p { color: rgb(197,156,36); }
H1.HeaderClassName
{
color: #C59C24;
}
.AnyTagClassName
{
color: #C59C24;
}
</style>
background-color css
<style>
a { background-color: #C59C24; }
a { background-color: rgb(197,156,36); }
div.DivClassName
{
background-color: #C59C24;
}
.BgClassName
{
background-color: #C59C24;
}
</style>
border-color css
<style>
span { border-color: #C59C24; }
span { border-color: rgb(197,156,36); }
td.TdClassName
{
border-color: #C59C24;
}
.TagClassName
{
border-color: #C59C24;
}
</style>