Shades of Old Gold #C5AD35
Tints of Old Gold #C5AD35
RGB
CMYK
RGB Variations
Color information
#C5AD35 (or 0xC5AD35) is known color: Old Gold. HEX triplet: C5, AD and 35. RGB value is (197,173,53). Sum of RGB (Red+Green+Blue) = 197+173+53=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD35 is #3A52CA. Grayscale: #A7A7A7. Windows color (decimal): -3822283 or 3517893. OLE color: 3517893.
HSL color Cylindrical-coordinate representation of color #C5AD35: hue angle of 50º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5AD35 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 53 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.23 |
| HSL | 50º | 0.58% | 0.49% | - |
| HSV(B) | 50º | 0.73% | 0.77% | - |
| XYZ | 38.61 | 42.01 | 9.44 | - |
| YUV | 166.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 53 | 0 | 0.12 | 0.73 | 0.23 | 50 | 0.58 | 0.49 |
| Hex | C5 | AD | 35 | 0 | C | 49 | 17 | 32 | 3A | 31 |
| Octal | 305 | 255 | 65 | 0 | 14 | 111 | 27 | 62 | 72 | 61 |
| Binary | 11000101 | 10101101 | 110101 | 0 | 1100 | 1001001 | 10111 | 110010 | 111010 | 110001 |
Color Harmonies of #C5AD35
Complementary color
Monochromatic Colors of #C5AD35
Black with #C5AD35
Text Example
Text Example
White with #C5AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD35; }
p { color: rgb(197,173,53); }
H1.HeaderClassName
{
color: #C5AD35;
}
.AnyTagClassName
{
color: #C5AD35;
}
</style>
background-color css
<style>
a { background-color: #C5AD35; }
a { background-color: rgb(197,173,53); }
div.DivClassName
{
background-color: #C5AD35;
}
.BgClassName
{
background-color: #C5AD35;
}
</style>
border-color css
<style>
span { border-color: #C5AD35; }
span { border-color: rgb(197,173,53); }
td.TdClassName
{
border-color: #C5AD35;
}
.TagClassName
{
border-color: #C5AD35;
}
</style>