Shades of Buddha Gold #C59917
Tints of Buddha Gold #C59917
RGB
CMYK
RGB Variations
Color information
#C59917 (or 0xC59917) is known color: Buddha Gold. HEX triplet: C5, 99 and 17. RGB value is (197,153,23). Sum of RGB (Red+Green+Blue) = 197+153+23=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C59917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59917 is #3A66E8. Grayscale: #979797. Windows color (decimal): -3827433 or 1546693. OLE color: 1546693.
HSL color Cylindrical-coordinate representation of color #C59917: hue angle of 44.83º 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 #C59917 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 23 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.23 |
| HSL | 44.83º | 0.79% | 0.43% | - |
| HSV(B) | 44.83º | 0.88% | 0.77% | - |
| XYZ | 34.57 | 34.71 | 5.69 | - |
| YUV | 151.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 23 | 0 | 0.22 | 0.88 | 0.23 | 44.83 | 0.79 | 0.43 |
| Hex | C5 | 99 | 17 | 0 | 16 | 58 | 17 | 2D | 4F | 2B |
| Octal | 305 | 231 | 27 | 0 | 26 | 130 | 27 | 55 | 117 | 53 |
| Binary | 11000101 | 10011001 | 10111 | 0 | 10110 | 1011000 | 10111 | 101101 | 1001111 | 101011 |
Color Harmonies of #C59917
Complementary color
Monochromatic Colors of #C59917
Black with #C59917
Text Example
Text Example
White with #C59917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59917; }
p { color: rgb(197,153,23); }
H1.HeaderClassName
{
color: #C59917;
}
.AnyTagClassName
{
color: #C59917;
}
</style>
background-color css
<style>
a { background-color: #C59917; }
a { background-color: rgb(197,153,23); }
div.DivClassName
{
background-color: #C59917;
}
.BgClassName
{
background-color: #C59917;
}
</style>
border-color css
<style>
span { border-color: #C59917; }
span { border-color: rgb(197,153,23); }
td.TdClassName
{
border-color: #C59917;
}
.TagClassName
{
border-color: #C59917;
}
</style>