Shades of Old Gold #C5BA2C
Tints of Old Gold #C5BA2C
RGB
CMYK
RGB Variations
Color information
#C5BA2C (or 0xC5BA2C) is known color: Old Gold. HEX triplet: C5, BA and 2C. RGB value is (197,186,44). Sum of RGB (Red+Green+Blue) = 197+186+44=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA2C is #3A45D3. Grayscale: #ADADAD. Windows color (decimal): -3818964 or 2931397. OLE color: 2931397.
HSL color Cylindrical-coordinate representation of color #C5BA2C: hue angle of 55.69º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5BA2C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 44 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.23 |
| HSL | 55.69º | 0.63% | 0.47% | - |
| HSV(B) | 55.69º | 0.78% | 0.77% | - |
| XYZ | 41.04 | 47.17 | 9.32 | - |
| YUV | 173.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 44 | 0 | 0.06 | 0.78 | 0.23 | 55.69 | 0.63 | 0.47 |
| Hex | C5 | BA | 2C | 0 | 6 | 4E | 17 | 38 | 3F | 2F |
| Octal | 305 | 272 | 54 | 0 | 6 | 116 | 27 | 70 | 77 | 57 |
| Binary | 11000101 | 10111010 | 101100 | 0 | 110 | 1001110 | 10111 | 111000 | 111111 | 101111 |
Color Harmonies of #C5BA2C
Complementary color
Monochromatic Colors of #C5BA2C
Black with #C5BA2C
Text Example
Text Example
White with #C5BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA2C; }
p { color: rgb(197,186,44); }
H1.HeaderClassName
{
color: #C5BA2C;
}
.AnyTagClassName
{
color: #C5BA2C;
}
</style>
background-color css
<style>
a { background-color: #C5BA2C; }
a { background-color: rgb(197,186,44); }
div.DivClassName
{
background-color: #C5BA2C;
}
.BgClassName
{
background-color: #C5BA2C;
}
</style>
border-color css
<style>
span { border-color: #C5BA2C; }
span { border-color: rgb(197,186,44); }
td.TdClassName
{
border-color: #C5BA2C;
}
.TagClassName
{
border-color: #C5BA2C;
}
</style>