Shades of Old Gold #C9AD37
Tints of Old Gold #C9AD37
RGB
CMYK
RGB Variations
Color information
#C9AD37 (or 0xC9AD37) is known color: Old Gold. HEX triplet: C9, AD and 37. RGB value is (201,173,55). Sum of RGB (Red+Green+Blue) = 201+173+55=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD37 is #3652C8. Grayscale: #A8A8A8. Windows color (decimal): -3560137 or 3648969. OLE color: 3648969.
HSL color Cylindrical-coordinate representation of color #C9AD37: hue angle of 48.49º 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 #C9AD37 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 55 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.21 |
| HSL | 48.49º | 0.57% | 0.5% | - |
| HSV(B) | 48.49º | 0.73% | 0.79% | - |
| XYZ | 39.72 | 42.58 | 9.74 | - |
| YUV | 167.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 55 | 0 | 0.14 | 0.73 | 0.21 | 48.49 | 0.57 | 0.5 |
| Hex | C9 | AD | 37 | 0 | E | 49 | 15 | 30 | 39 | 32 |
| Octal | 311 | 255 | 67 | 0 | 16 | 111 | 25 | 60 | 71 | 62 |
| Binary | 11001001 | 10101101 | 110111 | 0 | 1110 | 1001001 | 10101 | 110000 | 111001 | 110010 |
Color Harmonies of #C9AD37
Complementary color
Monochromatic Colors of #C9AD37
Black with #C9AD37
Text Example
Text Example
White with #C9AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD37; }
p { color: rgb(201,173,55); }
H1.HeaderClassName
{
color: #C9AD37;
}
.AnyTagClassName
{
color: #C9AD37;
}
</style>
background-color css
<style>
a { background-color: #C9AD37; }
a { background-color: rgb(201,173,55); }
div.DivClassName
{
background-color: #C9AD37;
}
.BgClassName
{
background-color: #C9AD37;
}
</style>
border-color css
<style>
span { border-color: #C9AD37; }
span { border-color: rgb(201,173,55); }
td.TdClassName
{
border-color: #C9AD37;
}
.TagClassName
{
border-color: #C9AD37;
}
</style>