Shades of Old Gold #C5A938
Tints of Old Gold #C5A938
RGB
CMYK
RGB Variations
Color information
#C5A938 (or 0xC5A938) is known color: Old Gold. HEX triplet: C5, A9 and 38. RGB value is (197,169,56). Sum of RGB (Red+Green+Blue) = 197+169+56=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A938 is #3A56C7. Grayscale: #A4A4A4. Windows color (decimal): -3823304 or 3713477. OLE color: 3713477.
HSL color Cylindrical-coordinate representation of color #C5A938: hue angle of 48.09º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5A938 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 56 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.23 |
| HSL | 48.09º | 0.56% | 0.5% | - |
| HSV(B) | 48.09º | 0.72% | 0.77% | - |
| XYZ | 37.93 | 40.53 | 9.57 | - |
| YUV | 164.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 56 | 0 | 0.14 | 0.72 | 0.23 | 48.09 | 0.56 | 0.5 |
| Hex | C5 | A9 | 38 | 0 | E | 48 | 17 | 30 | 38 | 32 |
| Octal | 305 | 251 | 70 | 0 | 16 | 110 | 27 | 60 | 70 | 62 |
| Binary | 11000101 | 10101001 | 111000 | 0 | 1110 | 1001000 | 10111 | 110000 | 111000 | 110010 |
Color Harmonies of #C5A938
Complementary color
Monochromatic Colors of #C5A938
Black with #C5A938
Text Example
Text Example
White with #C5A938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A938; }
p { color: rgb(197,169,56); }
H1.HeaderClassName
{
color: #C5A938;
}
.AnyTagClassName
{
color: #C5A938;
}
</style>
background-color css
<style>
a { background-color: #C5A938; }
a { background-color: rgb(197,169,56); }
div.DivClassName
{
background-color: #C5A938;
}
.BgClassName
{
background-color: #C5A938;
}
</style>
border-color css
<style>
span { border-color: #C5A938; }
span { border-color: rgb(197,169,56); }
td.TdClassName
{
border-color: #C5A938;
}
.TagClassName
{
border-color: #C5A938;
}
</style>