Shades of Old Gold #C5B931
Tints of Old Gold #C5B931
RGB
CMYK
RGB Variations
Color information
#C5B931 (or 0xC5B931) is known color: Old Gold. HEX triplet: C5, B9 and 31. RGB value is (197,185,49). Sum of RGB (Red+Green+Blue) = 197+185+49=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B931 is #3A46CE. Grayscale: #ADADAD. Windows color (decimal): -3819215 or 3258821. OLE color: 3258821.
HSL color Cylindrical-coordinate representation of color #C5B931: hue angle of 55.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5B931 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 49 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.23 |
| HSL | 55.14º | 0.6% | 0.48% | - |
| HSV(B) | 55.14º | 0.75% | 0.77% | - |
| XYZ | 40.93 | 46.79 | 9.78 | - |
| YUV | 173.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 49 | 0 | 0.06 | 0.75 | 0.23 | 55.14 | 0.6 | 0.48 |
| Hex | C5 | B9 | 31 | 0 | 6 | 4B | 17 | 37 | 3C | 30 |
| Octal | 305 | 271 | 61 | 0 | 6 | 113 | 27 | 67 | 74 | 60 |
| Binary | 11000101 | 10111001 | 110001 | 0 | 110 | 1001011 | 10111 | 110111 | 111100 | 110000 |
Color Harmonies of #C5B931
Complementary color
Monochromatic Colors of #C5B931
Black with #C5B931
Text Example
Text Example
White with #C5B931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B931; }
p { color: rgb(197,185,49); }
H1.HeaderClassName
{
color: #C5B931;
}
.AnyTagClassName
{
color: #C5B931;
}
</style>
background-color css
<style>
a { background-color: #C5B931; }
a { background-color: rgb(197,185,49); }
div.DivClassName
{
background-color: #C5B931;
}
.BgClassName
{
background-color: #C5B931;
}
</style>
border-color css
<style>
span { border-color: #C5B931; }
span { border-color: rgb(197,185,49); }
td.TdClassName
{
border-color: #C5B931;
}
.TagClassName
{
border-color: #C5B931;
}
</style>