Shades of Buddha Gold #C59A04
Tints of Buddha Gold #C59A04
RGB
CMYK
RGB Variations
Color information
#C59A04 (or 0xC59A04) is known color: Buddha Gold. HEX triplet: C5, 9A and 04. RGB value is (197,154,4). Sum of RGB (Red+Green+Blue) = 197+154+4=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A04 is #3A65FB. Grayscale: #969696. Windows color (decimal): -3827196 or 301765. OLE color: 301765.
HSL color Cylindrical-coordinate representation of color #C59A04: hue angle of 46.63º degrees, saturation: 0.96, 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 #C59A04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.23 |
| HSL | 46.63º | 0.96% | 0.39% | - |
| HSV(B) | 46.63º | 0.98% | 0.77% | - |
| XYZ | 34.6 | 34.99 | 5.04 | - |
| YUV | 149.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 4 | 0 | 0.22 | 0.98 | 0.23 | 46.63 | 0.96 | 0.39 |
| Hex | C5 | 9A | 4 | 0 | 16 | 62 | 17 | 2F | 60 | 27 |
| Octal | 305 | 232 | 4 | 0 | 26 | 142 | 27 | 57 | 140 | 47 |
| Binary | 11000101 | 10011010 | 100 | 0 | 10110 | 1100010 | 10111 | 101111 | 1100000 | 100111 |
Color Harmonies of #C59A04
Complementary color
Monochromatic Colors of #C59A04
Black with #C59A04
Text Example
Text Example
White with #C59A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A04; }
p { color: rgb(197,154,4); }
H1.HeaderClassName
{
color: #C59A04;
}
.AnyTagClassName
{
color: #C59A04;
}
</style>
background-color css
<style>
a { background-color: #C59A04; }
a { background-color: rgb(197,154,4); }
div.DivClassName
{
background-color: #C59A04;
}
.BgClassName
{
background-color: #C59A04;
}
</style>
border-color css
<style>
span { border-color: #C59A04; }
span { border-color: rgb(197,154,4); }
td.TdClassName
{
border-color: #C59A04;
}
.TagClassName
{
border-color: #C59A04;
}
</style>