Shades of Buddha Gold #C59810
Tints of Buddha Gold #C59810
RGB
CMYK
RGB Variations
Color information
#C59810 (or 0xC59810) is known color: Buddha Gold. HEX triplet: C5, 98 and 10. RGB value is (197,152,16). Sum of RGB (Red+Green+Blue) = 197+152+16=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C59810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59810 is #3A67EF. Grayscale: #969696. Windows color (decimal): -3827696 or 1087685. OLE color: 1087685.
HSL color Cylindrical-coordinate representation of color #C59810: hue angle of 45.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C59810 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.23 |
| HSL | 45.08º | 0.85% | 0.42% | - |
| HSV(B) | 45.08º | 0.92% | 0.77% | - |
| XYZ | 34.35 | 34.36 | 5.31 | - |
| YUV | 149.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 16 | 0 | 0.23 | 0.92 | 0.23 | 45.08 | 0.85 | 0.42 |
| Hex | C5 | 98 | 10 | 0 | 17 | 5C | 17 | 2D | 55 | 2A |
| Octal | 305 | 230 | 20 | 0 | 27 | 134 | 27 | 55 | 125 | 52 |
| Binary | 11000101 | 10011000 | 10000 | 0 | 10111 | 1011100 | 10111 | 101101 | 1010101 | 101010 |
Color Harmonies of #C59810
Complementary color
Monochromatic Colors of #C59810
Black with #C59810
Text Example
Text Example
White with #C59810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59810; }
p { color: rgb(197,152,16); }
H1.HeaderClassName
{
color: #C59810;
}
.AnyTagClassName
{
color: #C59810;
}
</style>
background-color css
<style>
a { background-color: #C59810; }
a { background-color: rgb(197,152,16); }
div.DivClassName
{
background-color: #C59810;
}
.BgClassName
{
background-color: #C59810;
}
</style>
border-color css
<style>
span { border-color: #C59810; }
span { border-color: rgb(197,152,16); }
td.TdClassName
{
border-color: #C59810;
}
.TagClassName
{
border-color: #C59810;
}
</style>