Shades of Old Gold #C5AD3E
Tints of Old Gold #C5AD3E
RGB
CMYK
RGB Variations
Color information
#C5AD3E (or 0xC5AD3E) is known color: Old Gold. HEX triplet: C5, AD and 3E. RGB value is (197,173,62). Sum of RGB (Red+Green+Blue) = 197+173+62=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD3E is #3A52C1. Grayscale: #A7A7A7. Windows color (decimal): -3822274 or 4107717. OLE color: 4107717.
HSL color Cylindrical-coordinate representation of color #C5AD3E: hue angle of 49.33º 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 #C5AD3E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 62 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.23 |
| HSL | 49.33º | 0.54% | 0.51% | - |
| HSV(B) | 49.33º | 0.69% | 0.77% | - |
| XYZ | 38.84 | 42.11 | 10.64 | - |
| YUV | 167.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 62 | 0 | 0.12 | 0.69 | 0.23 | 49.33 | 0.54 | 0.51 |
| Hex | C5 | AD | 3E | 0 | C | 45 | 17 | 31 | 36 | 33 |
| Octal | 305 | 255 | 76 | 0 | 14 | 105 | 27 | 61 | 66 | 63 |
| Binary | 11000101 | 10101101 | 111110 | 0 | 1100 | 1000101 | 10111 | 110001 | 110110 | 110011 |
Color Harmonies of #C5AD3E
Complementary color
Monochromatic Colors of #C5AD3E
Black with #C5AD3E
Text Example
Text Example
White with #C5AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD3E; }
p { color: rgb(197,173,62); }
H1.HeaderClassName
{
color: #C5AD3E;
}
.AnyTagClassName
{
color: #C5AD3E;
}
</style>
background-color css
<style>
a { background-color: #C5AD3E; }
a { background-color: rgb(197,173,62); }
div.DivClassName
{
background-color: #C5AD3E;
}
.BgClassName
{
background-color: #C5AD3E;
}
</style>
border-color css
<style>
span { border-color: #C5AD3E; }
span { border-color: rgb(197,173,62); }
td.TdClassName
{
border-color: #C5AD3E;
}
.TagClassName
{
border-color: #C5AD3E;
}
</style>