Shades of Buddha Gold #C59A0F
Tints of Buddha Gold #C59A0F
RGB
CMYK
RGB Variations
Color information
#C59A0F (or 0xC59A0F) is known color: Buddha Gold. HEX triplet: C5, 9A and 0F. RGB value is (197,154,15). Sum of RGB (Red+Green+Blue) = 197+154+15=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A0F is #3A65F0. Grayscale: #979797. Windows color (decimal): -3827185 or 1022661. OLE color: 1022661.
HSL color Cylindrical-coordinate representation of color #C59A0F: hue angle of 45.82º degrees, saturation: 0.86, 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 #C59A0F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 15 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.23 |
| HSL | 45.82º | 0.86% | 0.42% | - |
| HSV(B) | 45.82º | 0.92% | 0.77% | - |
| XYZ | 34.67 | 35.02 | 5.38 | - |
| YUV | 151.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 15 | 0 | 0.22 | 0.92 | 0.23 | 45.82 | 0.86 | 0.42 |
| Hex | C5 | 9A | F | 0 | 16 | 5C | 17 | 2E | 56 | 2A |
| Octal | 305 | 232 | 17 | 0 | 26 | 134 | 27 | 56 | 126 | 52 |
| Binary | 11000101 | 10011010 | 1111 | 0 | 10110 | 1011100 | 10111 | 101110 | 1010110 | 101010 |
Color Harmonies of #C59A0F
Complementary color
Monochromatic Colors of #C59A0F
Black with #C59A0F
Text Example
Text Example
White with #C59A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A0F; }
p { color: rgb(197,154,15); }
H1.HeaderClassName
{
color: #C59A0F;
}
.AnyTagClassName
{
color: #C59A0F;
}
</style>
background-color css
<style>
a { background-color: #C59A0F; }
a { background-color: rgb(197,154,15); }
div.DivClassName
{
background-color: #C59A0F;
}
.BgClassName
{
background-color: #C59A0F;
}
</style>
border-color css
<style>
span { border-color: #C59A0F; }
span { border-color: rgb(197,154,15); }
td.TdClassName
{
border-color: #C59A0F;
}
.TagClassName
{
border-color: #C59A0F;
}
</style>