Shades of Old Gold #C5B137
Tints of Old Gold #C5B137
RGB
CMYK
RGB Variations
Color information
#C5B137 (or 0xC5B137) is known color: Old Gold. HEX triplet: C5, B1 and 37. RGB value is (197,177,55). Sum of RGB (Red+Green+Blue) = 197+177+55=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B137 is #3A4EC8. Grayscale: #A9A9A9. Windows color (decimal): -3821257 or 3649989. OLE color: 3649989.
HSL color Cylindrical-coordinate representation of color #C5B137: hue angle of 51.55º 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 #C5B137 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 55 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.23 |
| HSL | 51.55º | 0.56% | 0.49% | - |
| HSV(B) | 51.55º | 0.72% | 0.77% | - |
| XYZ | 39.44 | 43.59 | 9.95 | - |
| YUV | 169.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 55 | 0 | 0.10 | 0.72 | 0.23 | 51.55 | 0.56 | 0.49 |
| Hex | C5 | B1 | 37 | 0 | A | 48 | 17 | 34 | 38 | 31 |
| Octal | 305 | 261 | 67 | 0 | 12 | 110 | 27 | 64 | 70 | 61 |
| Binary | 11000101 | 10110001 | 110111 | 0 | 1010 | 1001000 | 10111 | 110100 | 111000 | 110001 |
Color Harmonies of #C5B137
Complementary color
Monochromatic Colors of #C5B137
Black with #C5B137
Text Example
Text Example
White with #C5B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B137; }
p { color: rgb(197,177,55); }
H1.HeaderClassName
{
color: #C5B137;
}
.AnyTagClassName
{
color: #C5B137;
}
</style>
background-color css
<style>
a { background-color: #C5B137; }
a { background-color: rgb(197,177,55); }
div.DivClassName
{
background-color: #C5B137;
}
.BgClassName
{
background-color: #C5B137;
}
</style>
border-color css
<style>
span { border-color: #C5B137; }
span { border-color: rgb(197,177,55); }
td.TdClassName
{
border-color: #C5B137;
}
.TagClassName
{
border-color: #C5B137;
}
</style>