Shades of Buddha Gold #C59511
Tints of Buddha Gold #C59511
RGB
CMYK
RGB Variations
Color information
#C59511 (or 0xC59511) is known color: Buddha Gold. HEX triplet: C5, 95 and 11. RGB value is (197,149,17). Sum of RGB (Red+Green+Blue) = 197+149+17=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C59511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59511 is #3A6AEE. Grayscale: #949494. Windows color (decimal): -3828463 or 1152453. OLE color: 1152453.
HSL color Cylindrical-coordinate representation of color #C59511: hue angle of 44º 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 #C59511 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 17 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.23 |
| HSL | 44º | 0.84% | 0.42% | - |
| HSV(B) | 44º | 0.91% | 0.77% | - |
| XYZ | 33.87 | 33.41 | 5.19 | - |
| YUV | 148.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 17 | 0 | 0.24 | 0.91 | 0.23 | 44 | 0.84 | 0.42 |
| Hex | C5 | 95 | 11 | 0 | 18 | 5B | 17 | 2C | 54 | 2A |
| Octal | 305 | 225 | 21 | 0 | 30 | 133 | 27 | 54 | 124 | 52 |
| Binary | 11000101 | 10010101 | 10001 | 0 | 11000 | 1011011 | 10111 | 101100 | 1010100 | 101010 |
Color Harmonies of #C59511
Complementary color
Monochromatic Colors of #C59511
Black with #C59511
Text Example
Text Example
White with #C59511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59511; }
p { color: rgb(197,149,17); }
H1.HeaderClassName
{
color: #C59511;
}
.AnyTagClassName
{
color: #C59511;
}
</style>
background-color css
<style>
a { background-color: #C59511; }
a { background-color: rgb(197,149,17); }
div.DivClassName
{
background-color: #C59511;
}
.BgClassName
{
background-color: #C59511;
}
</style>
border-color css
<style>
span { border-color: #C59511; }
span { border-color: rgb(197,149,17); }
td.TdClassName
{
border-color: #C59511;
}
.TagClassName
{
border-color: #C59511;
}
</style>