Shades of Buddha Gold #C59D13
Tints of Buddha Gold #C59D13
RGB
CMYK
RGB Variations
Color information
#C59D13 (or 0xC59D13) is known color: Buddha Gold. HEX triplet: C5, 9D and 13. RGB value is (197,157,19). Sum of RGB (Red+Green+Blue) = 197+157+19=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D13 is #3A62EC. Grayscale: #999999. Windows color (decimal): -3826413 or 1285573. OLE color: 1285573.
HSL color Cylindrical-coordinate representation of color #C59D13: hue angle of 46.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C59D13 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 19 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.23 |
| HSL | 46.52º | 0.82% | 0.42% | - |
| HSV(B) | 46.52º | 0.9% | 0.77% | - |
| XYZ | 35.2 | 36.03 | 5.72 | - |
| YUV | 153.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 19 | 0 | 0.20 | 0.90 | 0.23 | 46.52 | 0.82 | 0.42 |
| Hex | C5 | 9D | 13 | 0 | 14 | 5A | 17 | 2F | 52 | 2A |
| Octal | 305 | 235 | 23 | 0 | 24 | 132 | 27 | 57 | 122 | 52 |
| Binary | 11000101 | 10011101 | 10011 | 0 | 10100 | 1011010 | 10111 | 101111 | 1010010 | 101010 |
Color Harmonies of #C59D13
Complementary color
Monochromatic Colors of #C59D13
Black with #C59D13
Text Example
Text Example
White with #C59D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D13; }
p { color: rgb(197,157,19); }
H1.HeaderClassName
{
color: #C59D13;
}
.AnyTagClassName
{
color: #C59D13;
}
</style>
background-color css
<style>
a { background-color: #C59D13; }
a { background-color: rgb(197,157,19); }
div.DivClassName
{
background-color: #C59D13;
}
.BgClassName
{
background-color: #C59D13;
}
</style>
border-color css
<style>
span { border-color: #C59D13; }
span { border-color: rgb(197,157,19); }
td.TdClassName
{
border-color: #C59D13;
}
.TagClassName
{
border-color: #C59D13;
}
</style>