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