Shades of Old Gold #C5B037
Tints of Old Gold #C5B037
RGB
CMYK
RGB Variations
Color information
#C5B037 (or 0xC5B037) is known color: Old Gold. HEX triplet: C5, B0 and 37. RGB value is (197,176,55). Sum of RGB (Red+Green+Blue) = 197+176+55=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B037 is #3A4FC8. Grayscale: #A8A8A8. Windows color (decimal): -3821513 or 3649733. OLE color: 3649733.
HSL color Cylindrical-coordinate representation of color #C5B037: hue angle of 51.13º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5B037 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 55 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.23 |
| HSL | 51.13º | 0.56% | 0.49% | - |
| HSV(B) | 51.13º | 0.72% | 0.77% | - |
| XYZ | 39.24 | 43.2 | 9.88 | - |
| YUV | 168.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 55 | 0 | 0.11 | 0.72 | 0.23 | 51.13 | 0.56 | 0.49 |
| Hex | C5 | B0 | 37 | 0 | B | 48 | 17 | 33 | 38 | 31 |
| Octal | 305 | 260 | 67 | 0 | 13 | 110 | 27 | 63 | 70 | 61 |
| Binary | 11000101 | 10110000 | 110111 | 0 | 1011 | 1001000 | 10111 | 110011 | 111000 | 110001 |
Color Harmonies of #C5B037
Complementary color
Monochromatic Colors of #C5B037
Black with #C5B037
Text Example
Text Example
White with #C5B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B037; }
p { color: rgb(197,176,55); }
H1.HeaderClassName
{
color: #C5B037;
}
.AnyTagClassName
{
color: #C5B037;
}
</style>
background-color css
<style>
a { background-color: #C5B037; }
a { background-color: rgb(197,176,55); }
div.DivClassName
{
background-color: #C5B037;
}
.BgClassName
{
background-color: #C5B037;
}
</style>
border-color css
<style>
span { border-color: #C5B037; }
span { border-color: rgb(197,176,55); }
td.TdClassName
{
border-color: #C5B037;
}
.TagClassName
{
border-color: #C5B037;
}
</style>