Shades of Buddha Gold #C59A07
Tints of Buddha Gold #C59A07
RGB
CMYK
RGB Variations
Color information
#C59A07 (or 0xC59A07) is known color: Buddha Gold. HEX triplet: C5, 9A and 07. RGB value is (197,154,7). Sum of RGB (Red+Green+Blue) = 197+154+7=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A07 is #3A65F8. Grayscale: #969696. Windows color (decimal): -3827193 or 498373. OLE color: 498373.
HSL color Cylindrical-coordinate representation of color #C59A07: hue angle of 46.42º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C59A07 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 7 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.23 |
| HSL | 46.42º | 0.93% | 0.4% | - |
| HSV(B) | 46.42º | 0.96% | 0.77% | - |
| XYZ | 34.62 | 35 | 5.13 | - |
| YUV | 150.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 7 | 0 | 0.22 | 0.96 | 0.23 | 46.42 | 0.93 | 0.4 |
| Hex | C5 | 9A | 7 | 0 | 16 | 60 | 17 | 2E | 5D | 28 |
| Octal | 305 | 232 | 7 | 0 | 26 | 140 | 27 | 56 | 135 | 50 |
| Binary | 11000101 | 10011010 | 111 | 0 | 10110 | 1100000 | 10111 | 101110 | 1011101 | 101000 |
Color Harmonies of #C59A07
Complementary color
Monochromatic Colors of #C59A07
Black with #C59A07
Text Example
Text Example
White with #C59A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A07; }
p { color: rgb(197,154,7); }
H1.HeaderClassName
{
color: #C59A07;
}
.AnyTagClassName
{
color: #C59A07;
}
</style>
background-color css
<style>
a { background-color: #C59A07; }
a { background-color: rgb(197,154,7); }
div.DivClassName
{
background-color: #C59A07;
}
.BgClassName
{
background-color: #C59A07;
}
</style>
border-color css
<style>
span { border-color: #C59A07; }
span { border-color: rgb(197,154,7); }
td.TdClassName
{
border-color: #C59A07;
}
.TagClassName
{
border-color: #C59A07;
}
</style>