Shades of Buddha Gold #C59D03
Tints of Buddha Gold #C59D03
RGB
CMYK
RGB Variations
Color information
#C59D03 (or 0xC59D03) is known color: Buddha Gold. HEX triplet: C5, 9D and 03. RGB value is (197,157,3). Sum of RGB (Red+Green+Blue) = 197+157+3=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59D03 is #3A62FC. Grayscale: #989898. Windows color (decimal): -3826429 or 236997. OLE color: 236997.
HSL color Cylindrical-coordinate representation of color #C59D03: hue angle of 47.63º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C59D03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.23 |
| HSL | 47.63º | 0.97% | 0.39% | - |
| HSV(B) | 47.63º | 0.98% | 0.77% | - |
| XYZ | 35.1 | 35.99 | 5.18 | - |
| YUV | 151.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 3 | 0 | 0.20 | 0.98 | 0.23 | 47.63 | 0.97 | 0.39 |
| Hex | C5 | 9D | 3 | 0 | 14 | 62 | 17 | 30 | 61 | 27 |
| Octal | 305 | 235 | 3 | 0 | 24 | 142 | 27 | 60 | 141 | 47 |
| Binary | 11000101 | 10011101 | 11 | 0 | 10100 | 1100010 | 10111 | 110000 | 1100001 | 100111 |
Color Harmonies of #C59D03
Complementary color
Monochromatic Colors of #C59D03
Black with #C59D03
Text Example
Text Example
White with #C59D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D03; }
p { color: rgb(197,157,3); }
H1.HeaderClassName
{
color: #C59D03;
}
.AnyTagClassName
{
color: #C59D03;
}
</style>
background-color css
<style>
a { background-color: #C59D03; }
a { background-color: rgb(197,157,3); }
div.DivClassName
{
background-color: #C59D03;
}
.BgClassName
{
background-color: #C59D03;
}
</style>
border-color css
<style>
span { border-color: #C59D03; }
span { border-color: rgb(197,157,3); }
td.TdClassName
{
border-color: #C59D03;
}
.TagClassName
{
border-color: #C59D03;
}
</style>