Shades of Buddha Gold #C59D25
Tints of Buddha Gold #C59D25
RGB
CMYK
RGB Variations
Color information
#C59D25 (or 0xC59D25) is known color: Buddha Gold. HEX triplet: C5, 9D and 25. RGB value is (197,157,37). Sum of RGB (Red+Green+Blue) = 197+157+37=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59D25 is #3A62DA. Grayscale: #9B9B9B. Windows color (decimal): -3826395 or 2465221. OLE color: 2465221.
HSL color Cylindrical-coordinate representation of color #C59D25: hue angle of 45º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C59D25 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 37 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.23 |
| HSL | 45º | 0.68% | 0.46% | - |
| HSV(B) | 45º | 0.81% | 0.77% | - |
| XYZ | 35.42 | 36.12 | 6.86 | - |
| YUV | 155.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 37 | 0 | 0.20 | 0.81 | 0.23 | 45 | 0.68 | 0.46 |
| Hex | C5 | 9D | 25 | 0 | 14 | 51 | 17 | 2D | 44 | 2E |
| Octal | 305 | 235 | 45 | 0 | 24 | 121 | 27 | 55 | 104 | 56 |
| Binary | 11000101 | 10011101 | 100101 | 0 | 10100 | 1010001 | 10111 | 101101 | 1000100 | 101110 |
Color Harmonies of #C59D25
Complementary color
Monochromatic Colors of #C59D25
Black with #C59D25
Text Example
Text Example
White with #C59D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D25; }
p { color: rgb(197,157,37); }
H1.HeaderClassName
{
color: #C59D25;
}
.AnyTagClassName
{
color: #C59D25;
}
</style>
background-color css
<style>
a { background-color: #C59D25; }
a { background-color: rgb(197,157,37); }
div.DivClassName
{
background-color: #C59D25;
}
.BgClassName
{
background-color: #C59D25;
}
</style>
border-color css
<style>
span { border-color: #C59D25; }
span { border-color: rgb(197,157,37); }
td.TdClassName
{
border-color: #C59D25;
}
.TagClassName
{
border-color: #C59D25;
}
</style>