Shades of Old Gold #C5AD2E
Tints of Old Gold #C5AD2E
RGB
CMYK
RGB Variations
Color information
#C5AD2E (or 0xC5AD2E) is known color: Old Gold. HEX triplet: C5, AD and 2E. RGB value is (197,173,46). Sum of RGB (Red+Green+Blue) = 197+173+46=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD2E is #3A52D1. Grayscale: #A6A6A6. Windows color (decimal): -3822290 or 3059141. OLE color: 3059141.
HSL color Cylindrical-coordinate representation of color #C5AD2E: hue angle of 50.46º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5AD2E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 46 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.23 |
| HSL | 50.46º | 0.62% | 0.48% | - |
| HSV(B) | 50.46º | 0.77% | 0.77% | - |
| XYZ | 38.46 | 41.95 | 8.66 | - |
| YUV | 165.7 | 60.45 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 46 | 0 | 0.12 | 0.77 | 0.23 | 50.46 | 0.62 | 0.48 |
| Hex | C5 | AD | 2E | 0 | C | 4D | 17 | 32 | 3E | 30 |
| Octal | 305 | 255 | 56 | 0 | 14 | 115 | 27 | 62 | 76 | 60 |
| Binary | 11000101 | 10101101 | 101110 | 0 | 1100 | 1001101 | 10111 | 110010 | 111110 | 110000 |
Color Harmonies of #C5AD2E
Complementary color
Monochromatic Colors of #C5AD2E
Black with #C5AD2E
Text Example
Text Example
White with #C5AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD2E; }
p { color: rgb(197,173,46); }
H1.HeaderClassName
{
color: #C5AD2E;
}
.AnyTagClassName
{
color: #C5AD2E;
}
</style>
background-color css
<style>
a { background-color: #C5AD2E; }
a { background-color: rgb(197,173,46); }
div.DivClassName
{
background-color: #C5AD2E;
}
.BgClassName
{
background-color: #C5AD2E;
}
</style>
border-color css
<style>
span { border-color: #C5AD2E; }
span { border-color: rgb(197,173,46); }
td.TdClassName
{
border-color: #C5AD2E;
}
.TagClassName
{
border-color: #C5AD2E;
}
</style>