Shades of Buddha Gold #C59E16
Tints of Buddha Gold #C59E16
RGB
CMYK
RGB Variations
Color information
#C59E16 (or 0xC59E16) is known color: Buddha Gold. HEX triplet: C5, 9E and 16. RGB value is (197,158,22). Sum of RGB (Red+Green+Blue) = 197+158+22=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59E16 is #3A61E9. Grayscale: #9A9A9A. Windows color (decimal): -3826154 or 1482437. OLE color: 1482437.
HSL color Cylindrical-coordinate representation of color #C59E16: hue angle of 46.63º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C59E16 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 22 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.23 |
| HSL | 46.63º | 0.8% | 0.43% | - |
| HSV(B) | 46.63º | 0.89% | 0.77% | - |
| XYZ | 35.4 | 36.38 | 5.92 | - |
| YUV | 154.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 22 | 0 | 0.20 | 0.89 | 0.23 | 46.63 | 0.8 | 0.43 |
| Hex | C5 | 9E | 16 | 0 | 14 | 59 | 17 | 2F | 50 | 2B |
| Octal | 305 | 236 | 26 | 0 | 24 | 131 | 27 | 57 | 120 | 53 |
| Binary | 11000101 | 10011110 | 10110 | 0 | 10100 | 1011001 | 10111 | 101111 | 1010000 | 101011 |
Color Harmonies of #C59E16
Complementary color
Monochromatic Colors of #C59E16
Black with #C59E16
Text Example
Text Example
White with #C59E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E16; }
p { color: rgb(197,158,22); }
H1.HeaderClassName
{
color: #C59E16;
}
.AnyTagClassName
{
color: #C59E16;
}
</style>
background-color css
<style>
a { background-color: #C59E16; }
a { background-color: rgb(197,158,22); }
div.DivClassName
{
background-color: #C59E16;
}
.BgClassName
{
background-color: #C59E16;
}
</style>
border-color css
<style>
span { border-color: #C59E16; }
span { border-color: rgb(197,158,22); }
td.TdClassName
{
border-color: #C59E16;
}
.TagClassName
{
border-color: #C59E16;
}
</style>