Shades of Buddha Gold #C59C11
Tints of Buddha Gold #C59C11
RGB
CMYK
RGB Variations
Color information
#C59C11 (or 0xC59C11) is known color: Buddha Gold. HEX triplet: C5, 9C and 11. RGB value is (197,156,17). Sum of RGB (Red+Green+Blue) = 197+156+17=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59C11 is #3A63EE. Grayscale: #999999. Windows color (decimal): -3826671 or 1154245. OLE color: 1154245.
HSL color Cylindrical-coordinate representation of color #C59C11: hue angle of 46.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 #C59C11 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.23 |
| HSL | 46.33º | 0.84% | 0.42% | - |
| HSV(B) | 46.33º | 0.91% | 0.77% | - |
| XYZ | 35.02 | 35.69 | 5.57 | - |
| YUV | 152.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 17 | 0 | 0.21 | 0.91 | 0.23 | 46.33 | 0.84 | 0.42 |
| Hex | C5 | 9C | 11 | 0 | 15 | 5B | 17 | 2E | 54 | 2A |
| Octal | 305 | 234 | 21 | 0 | 25 | 133 | 27 | 56 | 124 | 52 |
| Binary | 11000101 | 10011100 | 10001 | 0 | 10101 | 1011011 | 10111 | 101110 | 1010100 | 101010 |
Color Harmonies of #C59C11
Complementary color
Monochromatic Colors of #C59C11
Black with #C59C11
Text Example
Text Example
White with #C59C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C11; }
p { color: rgb(197,156,17); }
H1.HeaderClassName
{
color: #C59C11;
}
.AnyTagClassName
{
color: #C59C11;
}
</style>
background-color css
<style>
a { background-color: #C59C11; }
a { background-color: rgb(197,156,17); }
div.DivClassName
{
background-color: #C59C11;
}
.BgClassName
{
background-color: #C59C11;
}
</style>
border-color css
<style>
span { border-color: #C59C11; }
span { border-color: rgb(197,156,17); }
td.TdClassName
{
border-color: #C59C11;
}
.TagClassName
{
border-color: #C59C11;
}
</style>