Shades of Old Gold #C5AD39
Tints of Old Gold #C5AD39
RGB
CMYK
RGB Variations
Color information
#C5AD39 (or 0xC5AD39) is known color: Old Gold. HEX triplet: C5, AD and 39. RGB value is (197,173,57). Sum of RGB (Red+Green+Blue) = 197+173+57=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD39 is #3A52C6. Grayscale: #A7A7A7. Windows color (decimal): -3822279 or 3780037. OLE color: 3780037.
HSL color Cylindrical-coordinate representation of color #C5AD39: hue angle of 49.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5AD39 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 57 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.23 |
| HSL | 49.71º | 0.55% | 0.5% | - |
| HSV(B) | 49.71º | 0.71% | 0.77% | - |
| XYZ | 38.71 | 42.05 | 9.95 | - |
| YUV | 166.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 57 | 0 | 0.12 | 0.71 | 0.23 | 49.71 | 0.55 | 0.5 |
| Hex | C5 | AD | 39 | 0 | C | 47 | 17 | 32 | 37 | 32 |
| Octal | 305 | 255 | 71 | 0 | 14 | 107 | 27 | 62 | 67 | 62 |
| Binary | 11000101 | 10101101 | 111001 | 0 | 1100 | 1000111 | 10111 | 110010 | 110111 | 110010 |
Color Harmonies of #C5AD39
Complementary color
Monochromatic Colors of #C5AD39
Black with #C5AD39
Text Example
Text Example
White with #C5AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD39; }
p { color: rgb(197,173,57); }
H1.HeaderClassName
{
color: #C5AD39;
}
.AnyTagClassName
{
color: #C5AD39;
}
</style>
background-color css
<style>
a { background-color: #C5AD39; }
a { background-color: rgb(197,173,57); }
div.DivClassName
{
background-color: #C5AD39;
}
.BgClassName
{
background-color: #C5AD39;
}
</style>
border-color css
<style>
span { border-color: #C5AD39; }
span { border-color: rgb(197,173,57); }
td.TdClassName
{
border-color: #C5AD39;
}
.TagClassName
{
border-color: #C5AD39;
}
</style>