Shades of Buddha Gold #C59F24
Tints of Buddha Gold #C59F24
RGB
CMYK
RGB Variations
Color information
#C59F24 (or 0xC59F24) is known color: Buddha Gold. HEX triplet: C5, 9F and 24. RGB value is (197,159,36). Sum of RGB (Red+Green+Blue) = 197+159+36=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F24 is #3A60DB. Grayscale: #9C9C9C. Windows color (decimal): -3825884 or 2400197. OLE color: 2400197.
HSL color Cylindrical-coordinate representation of color #C59F24: hue angle of 45.84º 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 #C59F24 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 36 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.23 |
| HSL | 45.84º | 0.69% | 0.46% | - |
| HSV(B) | 45.84º | 0.82% | 0.77% | - |
| XYZ | 35.74 | 36.79 | 6.89 | - |
| YUV | 156.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 36 | 0 | 0.19 | 0.82 | 0.23 | 45.84 | 0.69 | 0.46 |
| Hex | C5 | 9F | 24 | 0 | 13 | 52 | 17 | 2E | 45 | 2E |
| Octal | 305 | 237 | 44 | 0 | 23 | 122 | 27 | 56 | 105 | 56 |
| Binary | 11000101 | 10011111 | 100100 | 0 | 10011 | 1010010 | 10111 | 101110 | 1000101 | 101110 |
Color Harmonies of #C59F24
Complementary color
Monochromatic Colors of #C59F24
Black with #C59F24
Text Example
Text Example
White with #C59F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F24; }
p { color: rgb(197,159,36); }
H1.HeaderClassName
{
color: #C59F24;
}
.AnyTagClassName
{
color: #C59F24;
}
</style>
background-color css
<style>
a { background-color: #C59F24; }
a { background-color: rgb(197,159,36); }
div.DivClassName
{
background-color: #C59F24;
}
.BgClassName
{
background-color: #C59F24;
}
</style>
border-color css
<style>
span { border-color: #C59F24; }
span { border-color: rgb(197,159,36); }
td.TdClassName
{
border-color: #C59F24;
}
.TagClassName
{
border-color: #C59F24;
}
</style>