Shades of Buddha Gold #C59611
Tints of Buddha Gold #C59611
RGB
CMYK
RGB Variations
Color information
#C59611 (or 0xC59611) is known color: Buddha Gold. HEX triplet: C5, 96 and 11. RGB value is (197,150,17). Sum of RGB (Red+Green+Blue) = 197+150+17=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C59611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59611 is #3A69EE. Grayscale: #959595. Windows color (decimal): -3828207 or 1152709. OLE color: 1152709.
HSL color Cylindrical-coordinate representation of color #C59611: hue angle of 44.33º 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 #C59611 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.23 |
| HSL | 44.33º | 0.84% | 0.42% | - |
| HSV(B) | 44.33º | 0.91% | 0.77% | - |
| XYZ | 34.03 | 33.72 | 5.25 | - |
| YUV | 148.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 17 | 0 | 0.24 | 0.91 | 0.23 | 44.33 | 0.84 | 0.42 |
| Hex | C5 | 96 | 11 | 0 | 18 | 5B | 17 | 2C | 54 | 2A |
| Octal | 305 | 226 | 21 | 0 | 30 | 133 | 27 | 54 | 124 | 52 |
| Binary | 11000101 | 10010110 | 10001 | 0 | 11000 | 1011011 | 10111 | 101100 | 1010100 | 101010 |
Color Harmonies of #C59611
Complementary color
Monochromatic Colors of #C59611
Black with #C59611
Text Example
Text Example
White with #C59611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59611; }
p { color: rgb(197,150,17); }
H1.HeaderClassName
{
color: #C59611;
}
.AnyTagClassName
{
color: #C59611;
}
</style>
background-color css
<style>
a { background-color: #C59611; }
a { background-color: rgb(197,150,17); }
div.DivClassName
{
background-color: #C59611;
}
.BgClassName
{
background-color: #C59611;
}
</style>
border-color css
<style>
span { border-color: #C59611; }
span { border-color: rgb(197,150,17); }
td.TdClassName
{
border-color: #C59611;
}
.TagClassName
{
border-color: #C59611;
}
</style>