Shades of Old Gold #C5AD30
Tints of Old Gold #C5AD30
RGB
CMYK
RGB Variations
Color information
#C5AD30 (or 0xC5AD30) is known color: Old Gold. HEX triplet: C5, AD and 30. RGB value is (197,173,48). Sum of RGB (Red+Green+Blue) = 197+173+48=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD30 is #3A52CF. Grayscale: #A6A6A6. Windows color (decimal): -3822288 or 3190213. OLE color: 3190213.
HSL color Cylindrical-coordinate representation of color #C5AD30: hue angle of 50.34º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5AD30 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 48 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.23 |
| HSL | 50.34º | 0.61% | 0.48% | - |
| HSV(B) | 50.34º | 0.76% | 0.77% | - |
| XYZ | 38.5 | 41.97 | 8.87 | - |
| YUV | 165.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 48 | 0 | 0.12 | 0.76 | 0.23 | 50.34 | 0.61 | 0.48 |
| Hex | C5 | AD | 30 | 0 | C | 4C | 17 | 32 | 3D | 30 |
| Octal | 305 | 255 | 60 | 0 | 14 | 114 | 27 | 62 | 75 | 60 |
| Binary | 11000101 | 10101101 | 110000 | 0 | 1100 | 1001100 | 10111 | 110010 | 111101 | 110000 |
Color Harmonies of #C5AD30
Complementary color
Monochromatic Colors of #C5AD30
Black with #C5AD30
Text Example
Text Example
White with #C5AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD30; }
p { color: rgb(197,173,48); }
H1.HeaderClassName
{
color: #C5AD30;
}
.AnyTagClassName
{
color: #C5AD30;
}
</style>
background-color css
<style>
a { background-color: #C5AD30; }
a { background-color: rgb(197,173,48); }
div.DivClassName
{
background-color: #C5AD30;
}
.BgClassName
{
background-color: #C5AD30;
}
</style>
border-color css
<style>
span { border-color: #C5AD30; }
span { border-color: rgb(197,173,48); }
td.TdClassName
{
border-color: #C5AD30;
}
.TagClassName
{
border-color: #C5AD30;
}
</style>