Shades of Old Gold #C5AF2F
Tints of Old Gold #C5AF2F
RGB
CMYK
RGB Variations
Color information
#C5AF2F (or 0xC5AF2F) is known color: Old Gold. HEX triplet: C5, AF and 2F. RGB value is (197,175,47). Sum of RGB (Red+Green+Blue) = 197+175+47=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF2F is #3A50D0. Grayscale: #A7A7A7. Windows color (decimal): -3821777 or 3125189. OLE color: 3125189.
HSL color Cylindrical-coordinate representation of color #C5AF2F: hue angle of 51.2º 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 #C5AF2F is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 47 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.23 |
| HSL | 51.2º | 0.61% | 0.48% | - |
| HSV(B) | 51.2º | 0.76% | 0.77% | - |
| XYZ | 38.87 | 42.74 | 8.89 | - |
| YUV | 166.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 47 | 0 | 0.11 | 0.76 | 0.23 | 51.2 | 0.61 | 0.48 |
| Hex | C5 | AF | 2F | 0 | B | 4C | 17 | 33 | 3D | 30 |
| Octal | 305 | 257 | 57 | 0 | 13 | 114 | 27 | 63 | 75 | 60 |
| Binary | 11000101 | 10101111 | 101111 | 0 | 1011 | 1001100 | 10111 | 110011 | 111101 | 110000 |
Color Harmonies of #C5AF2F
Complementary color
Monochromatic Colors of #C5AF2F
Black with #C5AF2F
Text Example
Text Example
White with #C5AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF2F; }
p { color: rgb(197,175,47); }
H1.HeaderClassName
{
color: #C5AF2F;
}
.AnyTagClassName
{
color: #C5AF2F;
}
</style>
background-color css
<style>
a { background-color: #C5AF2F; }
a { background-color: rgb(197,175,47); }
div.DivClassName
{
background-color: #C5AF2F;
}
.BgClassName
{
background-color: #C5AF2F;
}
</style>
border-color css
<style>
span { border-color: #C5AF2F; }
span { border-color: rgb(197,175,47); }
td.TdClassName
{
border-color: #C5AF2F;
}
.TagClassName
{
border-color: #C5AF2F;
}
</style>