Shades of Buddha Gold #C59D18
Tints of Buddha Gold #C59D18
RGB
CMYK
RGB Variations
Color information
#C59D18 (or 0xC59D18) is known color: Buddha Gold. HEX triplet: C5, 9D and 18. RGB value is (197,157,24). Sum of RGB (Red+Green+Blue) = 197+157+24=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D18 is #3A62E7. Grayscale: #9A9A9A. Windows color (decimal): -3826408 or 1613253. OLE color: 1613253.
HSL color Cylindrical-coordinate representation of color #C59D18: hue angle of 46.13º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C59D18 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 24 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.23 |
| HSL | 46.13º | 0.78% | 0.43% | - |
| HSV(B) | 46.13º | 0.88% | 0.77% | - |
| XYZ | 35.25 | 36.05 | 5.96 | - |
| YUV | 153.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 24 | 0 | 0.20 | 0.88 | 0.23 | 46.13 | 0.78 | 0.43 |
| Hex | C5 | 9D | 18 | 0 | 14 | 58 | 17 | 2E | 4E | 2B |
| Octal | 305 | 235 | 30 | 0 | 24 | 130 | 27 | 56 | 116 | 53 |
| Binary | 11000101 | 10011101 | 11000 | 0 | 10100 | 1011000 | 10111 | 101110 | 1001110 | 101011 |
Color Harmonies of #C59D18
Complementary color
Monochromatic Colors of #C59D18
Black with #C59D18
Text Example
Text Example
White with #C59D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D18; }
p { color: rgb(197,157,24); }
H1.HeaderClassName
{
color: #C59D18;
}
.AnyTagClassName
{
color: #C59D18;
}
</style>
background-color css
<style>
a { background-color: #C59D18; }
a { background-color: rgb(197,157,24); }
div.DivClassName
{
background-color: #C59D18;
}
.BgClassName
{
background-color: #C59D18;
}
</style>
border-color css
<style>
span { border-color: #C59D18; }
span { border-color: rgb(197,157,24); }
td.TdClassName
{
border-color: #C59D18;
}
.TagClassName
{
border-color: #C59D18;
}
</style>