Shades of Old Gold #C9C037
Tints of Old Gold #C9C037
RGB
CMYK
RGB Variations
Color information
#C9C037 (or 0xC9C037) is known color: Old Gold. HEX triplet: C9, C0 and 37. RGB value is (201,192,55). Sum of RGB (Red+Green+Blue) = 201+192+55=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C037 is #363FC8. Grayscale: #B3B3B3. Windows color (decimal): -3555273 or 3653833. OLE color: 3653833.
HSL color Cylindrical-coordinate representation of color #C9C037: hue angle of 56.3º 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 #C9C037 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 55 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.21 |
| HSL | 56.3º | 0.57% | 0.5% | - |
| HSV(B) | 56.3º | 0.73% | 0.79% | - |
| XYZ | 43.63 | 50.39 | 11.04 | - |
| YUV | 179.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 55 | 0 | 0.04 | 0.73 | 0.21 | 56.3 | 0.57 | 0.5 |
| Hex | C9 | C0 | 37 | 0 | 4 | 49 | 15 | 38 | 39 | 32 |
| Octal | 311 | 300 | 67 | 0 | 4 | 111 | 25 | 70 | 71 | 62 |
| Binary | 11001001 | 11000000 | 110111 | 0 | 100 | 1001001 | 10101 | 111000 | 111001 | 110010 |
Color Harmonies of #C9C037
Complementary color
Monochromatic Colors of #C9C037
Black with #C9C037
Text Example
Text Example
White with #C9C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C037; }
p { color: rgb(201,192,55); }
H1.HeaderClassName
{
color: #C9C037;
}
.AnyTagClassName
{
color: #C9C037;
}
</style>
background-color css
<style>
a { background-color: #C9C037; }
a { background-color: rgb(201,192,55); }
div.DivClassName
{
background-color: #C9C037;
}
.BgClassName
{
background-color: #C9C037;
}
</style>
border-color css
<style>
span { border-color: #C9C037; }
span { border-color: rgb(201,192,55); }
td.TdClassName
{
border-color: #C9C037;
}
.TagClassName
{
border-color: #C9C037;
}
</style>