Shades of Old Gold #C5BA3D
Tints of Old Gold #C5BA3D
RGB
CMYK
RGB Variations
Color information
#C5BA3D (or 0xC5BA3D) is known color: Old Gold. HEX triplet: C5, BA and 3D. RGB value is (197,186,61). Sum of RGB (Red+Green+Blue) = 197+186+61=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA3D is #3A45C2. Grayscale: #AFAFAF. Windows color (decimal): -3818947 or 4045509. OLE color: 4045509.
HSL color Cylindrical-coordinate representation of color #C5BA3D: hue angle of 55.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5BA3D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 61 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.23 |
| HSL | 55.15º | 0.54% | 0.51% | - |
| HSV(B) | 55.15º | 0.69% | 0.77% | - |
| XYZ | 41.43 | 47.33 | 11.37 | - |
| YUV | 175.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 61 | 0 | 0.06 | 0.69 | 0.23 | 55.15 | 0.54 | 0.51 |
| Hex | C5 | BA | 3D | 0 | 6 | 45 | 17 | 37 | 36 | 33 |
| Octal | 305 | 272 | 75 | 0 | 6 | 105 | 27 | 67 | 66 | 63 |
| Binary | 11000101 | 10111010 | 111101 | 0 | 110 | 1000101 | 10111 | 110111 | 110110 | 110011 |
Color Harmonies of #C5BA3D
Complementary color
Monochromatic Colors of #C5BA3D
Black with #C5BA3D
Text Example
Text Example
White with #C5BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA3D; }
p { color: rgb(197,186,61); }
H1.HeaderClassName
{
color: #C5BA3D;
}
.AnyTagClassName
{
color: #C5BA3D;
}
</style>
background-color css
<style>
a { background-color: #C5BA3D; }
a { background-color: rgb(197,186,61); }
div.DivClassName
{
background-color: #C5BA3D;
}
.BgClassName
{
background-color: #C5BA3D;
}
</style>
border-color css
<style>
span { border-color: #C5BA3D; }
span { border-color: rgb(197,186,61); }
td.TdClassName
{
border-color: #C5BA3D;
}
.TagClassName
{
border-color: #C5BA3D;
}
</style>