Shades of Buddha Gold #C59A22
Tints of Buddha Gold #C59A22
RGB
CMYK
RGB Variations
Color information
#C59A22 (or 0xC59A22) is known color: Buddha Gold. HEX triplet: C5, 9A and 22. RGB value is (197,154,34). Sum of RGB (Red+Green+Blue) = 197+154+34=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A22 is #3A65DD. Grayscale: #999999. Windows color (decimal): -3827166 or 2267845. OLE color: 2267845.
HSL color Cylindrical-coordinate representation of color #C59A22: hue angle of 44.17º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C59A22 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 34 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.23 |
| HSL | 44.17º | 0.71% | 0.45% | - |
| HSV(B) | 44.17º | 0.83% | 0.77% | - |
| XYZ | 34.87 | 35.1 | 6.45 | - |
| YUV | 153.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 34 | 0 | 0.22 | 0.83 | 0.23 | 44.17 | 0.71 | 0.45 |
| Hex | C5 | 9A | 22 | 0 | 16 | 53 | 17 | 2C | 47 | 2D |
| Octal | 305 | 232 | 42 | 0 | 26 | 123 | 27 | 54 | 107 | 55 |
| Binary | 11000101 | 10011010 | 100010 | 0 | 10110 | 1010011 | 10111 | 101100 | 1000111 | 101101 |
Color Harmonies of #C59A22
Complementary color
Monochromatic Colors of #C59A22
Black with #C59A22
Text Example
Text Example
White with #C59A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A22; }
p { color: rgb(197,154,34); }
H1.HeaderClassName
{
color: #C59A22;
}
.AnyTagClassName
{
color: #C59A22;
}
</style>
background-color css
<style>
a { background-color: #C59A22; }
a { background-color: rgb(197,154,34); }
div.DivClassName
{
background-color: #C59A22;
}
.BgClassName
{
background-color: #C59A22;
}
</style>
border-color css
<style>
span { border-color: #C59A22; }
span { border-color: rgb(197,154,34); }
td.TdClassName
{
border-color: #C59A22;
}
.TagClassName
{
border-color: #C59A22;
}
</style>