Shades of Buddha Gold #C59A10
Tints of Buddha Gold #C59A10
RGB
CMYK
RGB Variations
Color information
#C59A10 (or 0xC59A10) is known color: Buddha Gold. HEX triplet: C5, 9A and 10. RGB value is (197,154,16). Sum of RGB (Red+Green+Blue) = 197+154+16=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A10 is #3A65EF. Grayscale: #979797. Windows color (decimal): -3827184 or 1088197. OLE color: 1088197.
HSL color Cylindrical-coordinate representation of color #C59A10: hue angle of 45.75º 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 #C59A10 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 16 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.23 |
| HSL | 45.75º | 0.85% | 0.42% | - |
| HSV(B) | 45.75º | 0.92% | 0.77% | - |
| XYZ | 34.68 | 35.02 | 5.42 | - |
| YUV | 151.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 16 | 0 | 0.22 | 0.92 | 0.23 | 45.75 | 0.85 | 0.42 |
| Hex | C5 | 9A | 10 | 0 | 16 | 5C | 17 | 2E | 55 | 2A |
| Octal | 305 | 232 | 20 | 0 | 26 | 134 | 27 | 56 | 125 | 52 |
| Binary | 11000101 | 10011010 | 10000 | 0 | 10110 | 1011100 | 10111 | 101110 | 1010101 | 101010 |
Color Harmonies of #C59A10
Complementary color
Monochromatic Colors of #C59A10
Black with #C59A10
Text Example
Text Example
White with #C59A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A10; }
p { color: rgb(197,154,16); }
H1.HeaderClassName
{
color: #C59A10;
}
.AnyTagClassName
{
color: #C59A10;
}
</style>
background-color css
<style>
a { background-color: #C59A10; }
a { background-color: rgb(197,154,16); }
div.DivClassName
{
background-color: #C59A10;
}
.BgClassName
{
background-color: #C59A10;
}
</style>
border-color css
<style>
span { border-color: #C59A10; }
span { border-color: rgb(197,154,16); }
td.TdClassName
{
border-color: #C59A10;
}
.TagClassName
{
border-color: #C59A10;
}
</style>