Shades of Old Gold #C5B945
Tints of Old Gold #C5B945
RGB
CMYK
RGB Variations
Color information
#C5B945 (or 0xC5B945) is known color: Old Gold. HEX triplet: C5, B9 and 45. RGB value is (197,185,69). Sum of RGB (Red+Green+Blue) = 197+185+69=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B945 is #3A46BA. Grayscale: #AFAFAF. Windows color (decimal): -3819195 or 4569541. OLE color: 4569541.
HSL color Cylindrical-coordinate representation of color #C5B945: hue angle of 54.38º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5B945 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 69 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.23 |
| HSL | 54.38º | 0.52% | 0.52% | - |
| HSV(B) | 54.38º | 0.65% | 0.77% | - |
| XYZ | 41.45 | 47 | 12.52 | - |
| YUV | 175.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 69 | 0 | 0.06 | 0.65 | 0.23 | 54.38 | 0.52 | 0.52 |
| Hex | C5 | B9 | 45 | 0 | 6 | 41 | 17 | 36 | 34 | 34 |
| Octal | 305 | 271 | 105 | 0 | 6 | 101 | 27 | 66 | 64 | 64 |
| Binary | 11000101 | 10111001 | 1000101 | 0 | 110 | 1000001 | 10111 | 110110 | 110100 | 110100 |
Color Harmonies of #C5B945
Complementary color
Monochromatic Colors of #C5B945
Black with #C5B945
Text Example
Text Example
White with #C5B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B945; }
p { color: rgb(197,185,69); }
H1.HeaderClassName
{
color: #C5B945;
}
.AnyTagClassName
{
color: #C5B945;
}
</style>
background-color css
<style>
a { background-color: #C5B945; }
a { background-color: rgb(197,185,69); }
div.DivClassName
{
background-color: #C5B945;
}
.BgClassName
{
background-color: #C5B945;
}
</style>
border-color css
<style>
span { border-color: #C5B945; }
span { border-color: rgb(197,185,69); }
td.TdClassName
{
border-color: #C5B945;
}
.TagClassName
{
border-color: #C5B945;
}
</style>