Shades of Buddha Gold #C59D11
Tints of Buddha Gold #C59D11
RGB
CMYK
RGB Variations
Color information
#C59D11 (or 0xC59D11) is known color: Buddha Gold. HEX triplet: C5, 9D and 11. RGB value is (197,157,17). Sum of RGB (Red+Green+Blue) = 197+157+17=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D11 is #3A62EE. Grayscale: #999999. Windows color (decimal): -3826415 or 1154501. OLE color: 1154501.
HSL color Cylindrical-coordinate representation of color #C59D11: hue angle of 46.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C59D11 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.23 |
| HSL | 46.67º | 0.84% | 0.42% | - |
| HSV(B) | 46.67º | 0.91% | 0.77% | - |
| XYZ | 35.18 | 36.02 | 5.63 | - |
| YUV | 153 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 17 | 0 | 0.20 | 0.91 | 0.23 | 46.67 | 0.84 | 0.42 |
| Hex | C5 | 9D | 11 | 0 | 14 | 5B | 17 | 2F | 54 | 2A |
| Octal | 305 | 235 | 21 | 0 | 24 | 133 | 27 | 57 | 124 | 52 |
| Binary | 11000101 | 10011101 | 10001 | 0 | 10100 | 1011011 | 10111 | 101111 | 1010100 | 101010 |
Color Harmonies of #C59D11
Complementary color
Monochromatic Colors of #C59D11
Black with #C59D11
Text Example
Text Example
White with #C59D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D11; }
p { color: rgb(197,157,17); }
H1.HeaderClassName
{
color: #C59D11;
}
.AnyTagClassName
{
color: #C59D11;
}
</style>
background-color css
<style>
a { background-color: #C59D11; }
a { background-color: rgb(197,157,17); }
div.DivClassName
{
background-color: #C59D11;
}
.BgClassName
{
background-color: #C59D11;
}
</style>
border-color css
<style>
span { border-color: #C59D11; }
span { border-color: rgb(197,157,17); }
td.TdClassName
{
border-color: #C59D11;
}
.TagClassName
{
border-color: #C59D11;
}
</style>