Shades of Old Gold #C5B82E
Tints of Old Gold #C5B82E
RGB
CMYK
RGB Variations
Color information
#C5B82E (or 0xC5B82E) is known color: Old Gold. HEX triplet: C5, B8 and 2E. RGB value is (197,184,46). Sum of RGB (Red+Green+Blue) = 197+184+46=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B82E is #3A47D1. Grayscale: #ACACAC. Windows color (decimal): -3819474 or 3061957. OLE color: 3061957.
HSL color Cylindrical-coordinate representation of color #C5B82E: hue angle of 54.83º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5B82E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 46 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.23 |
| HSL | 54.83º | 0.62% | 0.48% | - |
| HSV(B) | 54.83º | 0.77% | 0.77% | - |
| XYZ | 40.66 | 46.35 | 9.39 | - |
| YUV | 172.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 46 | 0 | 0.07 | 0.77 | 0.23 | 54.83 | 0.62 | 0.48 |
| Hex | C5 | B8 | 2E | 0 | 7 | 4D | 17 | 37 | 3E | 30 |
| Octal | 305 | 270 | 56 | 0 | 7 | 115 | 27 | 67 | 76 | 60 |
| Binary | 11000101 | 10111000 | 101110 | 0 | 111 | 1001101 | 10111 | 110111 | 111110 | 110000 |
Color Harmonies of #C5B82E
Complementary color
Monochromatic Colors of #C5B82E
Black with #C5B82E
Text Example
Text Example
White with #C5B82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B82E; }
p { color: rgb(197,184,46); }
H1.HeaderClassName
{
color: #C5B82E;
}
.AnyTagClassName
{
color: #C5B82E;
}
</style>
background-color css
<style>
a { background-color: #C5B82E; }
a { background-color: rgb(197,184,46); }
div.DivClassName
{
background-color: #C5B82E;
}
.BgClassName
{
background-color: #C5B82E;
}
</style>
border-color css
<style>
span { border-color: #C5B82E; }
span { border-color: rgb(197,184,46); }
td.TdClassName
{
border-color: #C5B82E;
}
.TagClassName
{
border-color: #C5B82E;
}
</style>