Shades of Buddha Gold #C59D17
Tints of Buddha Gold #C59D17
RGB
CMYK
RGB Variations
Color information
#C59D17 (or 0xC59D17) is known color: Buddha Gold. HEX triplet: C5, 9D and 17. RGB value is (197,157,23). Sum of RGB (Red+Green+Blue) = 197+157+23=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D17 is #3A62E8. Grayscale: #9A9A9A. Windows color (decimal): -3826409 or 1547717. OLE color: 1547717.
HSL color Cylindrical-coordinate representation of color #C59D17: hue angle of 46.21º degrees, saturation: 0.79, 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 #C59D17 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 23 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.23 |
| HSL | 46.21º | 0.79% | 0.43% | - |
| HSV(B) | 46.21º | 0.88% | 0.77% | - |
| XYZ | 35.24 | 36.05 | 5.91 | - |
| YUV | 153.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 23 | 0 | 0.20 | 0.88 | 0.23 | 46.21 | 0.79 | 0.43 |
| Hex | C5 | 9D | 17 | 0 | 14 | 58 | 17 | 2E | 4F | 2B |
| Octal | 305 | 235 | 27 | 0 | 24 | 130 | 27 | 56 | 117 | 53 |
| Binary | 11000101 | 10011101 | 10111 | 0 | 10100 | 1011000 | 10111 | 101110 | 1001111 | 101011 |
Color Harmonies of #C59D17
Complementary color
Monochromatic Colors of #C59D17
Black with #C59D17
Text Example
Text Example
White with #C59D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D17; }
p { color: rgb(197,157,23); }
H1.HeaderClassName
{
color: #C59D17;
}
.AnyTagClassName
{
color: #C59D17;
}
</style>
background-color css
<style>
a { background-color: #C59D17; }
a { background-color: rgb(197,157,23); }
div.DivClassName
{
background-color: #C59D17;
}
.BgClassName
{
background-color: #C59D17;
}
</style>
border-color css
<style>
span { border-color: #C59D17; }
span { border-color: rgb(197,157,23); }
td.TdClassName
{
border-color: #C59D17;
}
.TagClassName
{
border-color: #C59D17;
}
</style>