Shades of Buddha Gold #C59C17
Tints of Buddha Gold #C59C17
RGB
CMYK
RGB Variations
Color information
#C59C17 (or 0xC59C17) is known color: Buddha Gold. HEX triplet: C5, 9C and 17. RGB value is (197,156,23). Sum of RGB (Red+Green+Blue) = 197+156+23=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59C17 is #3A63E8. Grayscale: #999999. Windows color (decimal): -3826665 or 1547461. OLE color: 1547461.
HSL color Cylindrical-coordinate representation of color #C59C17: hue angle of 45.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C59C17 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.23 |
| HSL | 45.86º | 0.79% | 0.43% | - |
| HSV(B) | 45.86º | 0.88% | 0.77% | - |
| XYZ | 35.07 | 35.71 | 5.85 | - |
| YUV | 153.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 23 | 0 | 0.21 | 0.88 | 0.23 | 45.86 | 0.79 | 0.43 |
| Hex | C5 | 9C | 17 | 0 | 15 | 58 | 17 | 2E | 4F | 2B |
| Octal | 305 | 234 | 27 | 0 | 25 | 130 | 27 | 56 | 117 | 53 |
| Binary | 11000101 | 10011100 | 10111 | 0 | 10101 | 1011000 | 10111 | 101110 | 1001111 | 101011 |
Color Harmonies of #C59C17
Complementary color
Monochromatic Colors of #C59C17
Black with #C59C17
Text Example
Text Example
White with #C59C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C17; }
p { color: rgb(197,156,23); }
H1.HeaderClassName
{
color: #C59C17;
}
.AnyTagClassName
{
color: #C59C17;
}
</style>
background-color css
<style>
a { background-color: #C59C17; }
a { background-color: rgb(197,156,23); }
div.DivClassName
{
background-color: #C59C17;
}
.BgClassName
{
background-color: #C59C17;
}
</style>
border-color css
<style>
span { border-color: #C59C17; }
span { border-color: rgb(197,156,23); }
td.TdClassName
{
border-color: #C59C17;
}
.TagClassName
{
border-color: #C59C17;
}
</style>