Shades of Old Gold #C5B53B
Tints of Old Gold #C5B53B
RGB
CMYK
RGB Variations
Color information
#C5B53B (or 0xC5B53B) is known color: Old Gold. HEX triplet: C5, B5 and 3B. RGB value is (197,181,59). Sum of RGB (Red+Green+Blue) = 197+181+59=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B53B is #3A4AC4. Grayscale: #ACACAC. Windows color (decimal): -3820229 or 3913157. OLE color: 3913157.
HSL color Cylindrical-coordinate representation of color #C5B53B: hue angle of 53.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5B53B is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 59 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.23 |
| HSL | 53.04º | 0.54% | 0.5% | - |
| HSV(B) | 53.04º | 0.7% | 0.77% | - |
| XYZ | 40.34 | 45.23 | 10.74 | - |
| YUV | 171.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 59 | 0 | 0.08 | 0.70 | 0.23 | 53.04 | 0.54 | 0.5 |
| Hex | C5 | B5 | 3B | 0 | 8 | 46 | 17 | 35 | 36 | 32 |
| Octal | 305 | 265 | 73 | 0 | 10 | 106 | 27 | 65 | 66 | 62 |
| Binary | 11000101 | 10110101 | 111011 | 0 | 1000 | 1000110 | 10111 | 110101 | 110110 | 110010 |
Color Harmonies of #C5B53B
Complementary color
Monochromatic Colors of #C5B53B
Black with #C5B53B
Text Example
Text Example
White with #C5B53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B53B; }
p { color: rgb(197,181,59); }
H1.HeaderClassName
{
color: #C5B53B;
}
.AnyTagClassName
{
color: #C5B53B;
}
</style>
background-color css
<style>
a { background-color: #C5B53B; }
a { background-color: rgb(197,181,59); }
div.DivClassName
{
background-color: #C5B53B;
}
.BgClassName
{
background-color: #C5B53B;
}
</style>
border-color css
<style>
span { border-color: #C5B53B; }
span { border-color: rgb(197,181,59); }
td.TdClassName
{
border-color: #C5B53B;
}
.TagClassName
{
border-color: #C5B53B;
}
</style>