Shades of Old Gold #C5B031
Tints of Old Gold #C5B031
RGB
CMYK
RGB Variations
Color information
#C5B031 (or 0xC5B031) is known color: Old Gold. HEX triplet: C5, B0 and 31. RGB value is (197,176,49). Sum of RGB (Red+Green+Blue) = 197+176+49=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B031 is #3A4FCE. Grayscale: #A8A8A8. Windows color (decimal): -3821519 or 3256517. OLE color: 3256517.
HSL color Cylindrical-coordinate representation of color #C5B031: hue angle of 51.49º 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 #C5B031 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 49 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.23 |
| HSL | 51.49º | 0.6% | 0.48% | - |
| HSV(B) | 51.49º | 0.75% | 0.77% | - |
| XYZ | 39.11 | 43.14 | 9.17 | - |
| YUV | 167.8 | 60.96 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 49 | 0 | 0.11 | 0.75 | 0.23 | 51.49 | 0.6 | 0.48 |
| Hex | C5 | B0 | 31 | 0 | B | 4B | 17 | 33 | 3C | 30 |
| Octal | 305 | 260 | 61 | 0 | 13 | 113 | 27 | 63 | 74 | 60 |
| Binary | 11000101 | 10110000 | 110001 | 0 | 1011 | 1001011 | 10111 | 110011 | 111100 | 110000 |
Color Harmonies of #C5B031
Complementary color
Monochromatic Colors of #C5B031
Black with #C5B031
Text Example
Text Example
White with #C5B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B031; }
p { color: rgb(197,176,49); }
H1.HeaderClassName
{
color: #C5B031;
}
.AnyTagClassName
{
color: #C5B031;
}
</style>
background-color css
<style>
a { background-color: #C5B031; }
a { background-color: rgb(197,176,49); }
div.DivClassName
{
background-color: #C5B031;
}
.BgClassName
{
background-color: #C5B031;
}
</style>
border-color css
<style>
span { border-color: #C5B031; }
span { border-color: rgb(197,176,49); }
td.TdClassName
{
border-color: #C5B031;
}
.TagClassName
{
border-color: #C5B031;
}
</style>