Shades of Old Gold #C9AF37
Tints of Old Gold #C9AF37
RGB
CMYK
RGB Variations
Color information
#C9AF37 (or 0xC9AF37) is known color: Old Gold. HEX triplet: C9, AF and 37. RGB value is (201,175,55). Sum of RGB (Red+Green+Blue) = 201+175+55=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF37 is #3650C8. Grayscale: #A9A9A9. Windows color (decimal): -3559625 or 3649481. OLE color: 3649481.
HSL color Cylindrical-coordinate representation of color #C9AF37: hue angle of 49.32º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9AF37 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 55 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.21 |
| HSL | 49.32º | 0.57% | 0.5% | - |
| HSV(B) | 49.32º | 0.73% | 0.79% | - |
| XYZ | 40.11 | 43.35 | 9.87 | - |
| YUV | 169.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 55 | 0 | 0.13 | 0.73 | 0.21 | 49.32 | 0.57 | 0.5 |
| Hex | C9 | AF | 37 | 0 | D | 49 | 15 | 31 | 39 | 32 |
| Octal | 311 | 257 | 67 | 0 | 15 | 111 | 25 | 61 | 71 | 62 |
| Binary | 11001001 | 10101111 | 110111 | 0 | 1101 | 1001001 | 10101 | 110001 | 111001 | 110010 |
Color Harmonies of #C9AF37
Complementary color
Monochromatic Colors of #C9AF37
Black with #C9AF37
Text Example
Text Example
White with #C9AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF37; }
p { color: rgb(201,175,55); }
H1.HeaderClassName
{
color: #C9AF37;
}
.AnyTagClassName
{
color: #C9AF37;
}
</style>
background-color css
<style>
a { background-color: #C9AF37; }
a { background-color: rgb(201,175,55); }
div.DivClassName
{
background-color: #C9AF37;
}
.BgClassName
{
background-color: #C9AF37;
}
</style>
border-color css
<style>
span { border-color: #C9AF37; }
span { border-color: rgb(201,175,55); }
td.TdClassName
{
border-color: #C9AF37;
}
.TagClassName
{
border-color: #C9AF37;
}
</style>