Shades of Old Gold #C5AD33
Tints of Old Gold #C5AD33
RGB
CMYK
RGB Variations
Color information
#C5AD33 (or 0xC5AD33) is known color: Old Gold. HEX triplet: C5, AD and 33. RGB value is (197,173,51). Sum of RGB (Red+Green+Blue) = 197+173+51=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD33 is #3A52CC. Grayscale: #A6A6A6. Windows color (decimal): -3822285 or 3386821. OLE color: 3386821.
HSL color Cylindrical-coordinate representation of color #C5AD33: hue angle of 50.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AD33 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 51 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.23 |
| HSL | 50.14º | 0.59% | 0.49% | - |
| HSV(B) | 50.14º | 0.74% | 0.77% | - |
| XYZ | 38.57 | 42 | 9.21 | - |
| YUV | 166.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 51 | 0 | 0.12 | 0.74 | 0.23 | 50.14 | 0.59 | 0.49 |
| Hex | C5 | AD | 33 | 0 | C | 4A | 17 | 32 | 3B | 31 |
| Octal | 305 | 255 | 63 | 0 | 14 | 112 | 27 | 62 | 73 | 61 |
| Binary | 11000101 | 10101101 | 110011 | 0 | 1100 | 1001010 | 10111 | 110010 | 111011 | 110001 |
Color Harmonies of #C5AD33
Complementary color
Monochromatic Colors of #C5AD33
Black with #C5AD33
Text Example
Text Example
White with #C5AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD33; }
p { color: rgb(197,173,51); }
H1.HeaderClassName
{
color: #C5AD33;
}
.AnyTagClassName
{
color: #C5AD33;
}
</style>
background-color css
<style>
a { background-color: #C5AD33; }
a { background-color: rgb(197,173,51); }
div.DivClassName
{
background-color: #C5AD33;
}
.BgClassName
{
background-color: #C5AD33;
}
</style>
border-color css
<style>
span { border-color: #C5AD33; }
span { border-color: rgb(197,173,51); }
td.TdClassName
{
border-color: #C5AD33;
}
.TagClassName
{
border-color: #C5AD33;
}
</style>