Shades of Old Gold #C5AD3C
Tints of Old Gold #C5AD3C
RGB
CMYK
RGB Variations
Color information
#C5AD3C (or 0xC5AD3C) is known color: Old Gold. HEX triplet: C5, AD and 3C. RGB value is (197,173,60). Sum of RGB (Red+Green+Blue) = 197+173+60=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD3C is #3A52C3. Grayscale: #A7A7A7. Windows color (decimal): -3822276 or 3976645. OLE color: 3976645.
HSL color Cylindrical-coordinate representation of color #C5AD3C: hue angle of 49.49º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5AD3C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 60 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.23 |
| HSL | 49.49º | 0.54% | 0.5% | - |
| HSV(B) | 49.49º | 0.7% | 0.77% | - |
| XYZ | 38.79 | 42.08 | 10.35 | - |
| YUV | 167.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 60 | 0 | 0.12 | 0.70 | 0.23 | 49.49 | 0.54 | 0.5 |
| Hex | C5 | AD | 3C | 0 | C | 46 | 17 | 31 | 36 | 32 |
| Octal | 305 | 255 | 74 | 0 | 14 | 106 | 27 | 61 | 66 | 62 |
| Binary | 11000101 | 10101101 | 111100 | 0 | 1100 | 1000110 | 10111 | 110001 | 110110 | 110010 |
Color Harmonies of #C5AD3C
Complementary color
Monochromatic Colors of #C5AD3C
Black with #C5AD3C
Text Example
Text Example
White with #C5AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD3C; }
p { color: rgb(197,173,60); }
H1.HeaderClassName
{
color: #C5AD3C;
}
.AnyTagClassName
{
color: #C5AD3C;
}
</style>
background-color css
<style>
a { background-color: #C5AD3C; }
a { background-color: rgb(197,173,60); }
div.DivClassName
{
background-color: #C5AD3C;
}
.BgClassName
{
background-color: #C5AD3C;
}
</style>
border-color css
<style>
span { border-color: #C5AD3C; }
span { border-color: rgb(197,173,60); }
td.TdClassName
{
border-color: #C5AD3C;
}
.TagClassName
{
border-color: #C5AD3C;
}
</style>