Shades of Old Gold #C5B942
Tints of Old Gold #C5B942
RGB
CMYK
RGB Variations
Color information
#C5B942 (or 0xC5B942) is known color: Old Gold. HEX triplet: C5, B9 and 42. RGB value is (197,185,66). Sum of RGB (Red+Green+Blue) = 197+185+66=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B942 is #3A46BD. Grayscale: #AFAFAF. Windows color (decimal): -3819198 or 4372933. OLE color: 4372933.
HSL color Cylindrical-coordinate representation of color #C5B942: hue angle of 54.5º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5B942 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 66 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.23 |
| HSL | 54.5º | 0.53% | 0.52% | - |
| HSV(B) | 54.5º | 0.66% | 0.77% | - |
| XYZ | 41.36 | 46.96 | 12.04 | - |
| YUV | 175.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 66 | 0 | 0.06 | 0.66 | 0.23 | 54.5 | 0.53 | 0.52 |
| Hex | C5 | B9 | 42 | 0 | 6 | 42 | 17 | 37 | 35 | 34 |
| Octal | 305 | 271 | 102 | 0 | 6 | 102 | 27 | 67 | 65 | 64 |
| Binary | 11000101 | 10111001 | 1000010 | 0 | 110 | 1000010 | 10111 | 110111 | 110101 | 110100 |
Color Harmonies of #C5B942
Complementary color
Monochromatic Colors of #C5B942
Black with #C5B942
Text Example
Text Example
White with #C5B942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B942; }
p { color: rgb(197,185,66); }
H1.HeaderClassName
{
color: #C5B942;
}
.AnyTagClassName
{
color: #C5B942;
}
</style>
background-color css
<style>
a { background-color: #C5B942; }
a { background-color: rgb(197,185,66); }
div.DivClassName
{
background-color: #C5B942;
}
.BgClassName
{
background-color: #C5B942;
}
</style>
border-color css
<style>
span { border-color: #C5B942; }
span { border-color: rgb(197,185,66); }
td.TdClassName
{
border-color: #C5B942;
}
.TagClassName
{
border-color: #C5B942;
}
</style>