Shades of Old Gold #C9AC3C
Tints of Old Gold #C9AC3C
RGB
CMYK
RGB Variations
Color information
#C9AC3C (or 0xC9AC3C) is known color: Old Gold. HEX triplet: C9, AC and 3C. RGB value is (201,172,60). Sum of RGB (Red+Green+Blue) = 201+172+60=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC3C is #3653C3. Grayscale: #A8A8A8. Windows color (decimal): -3560388 or 3976393. OLE color: 3976393.
HSL color Cylindrical-coordinate representation of color #C9AC3C: hue angle of 47.66º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9AC3C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 60 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.21 |
| HSL | 47.66º | 0.57% | 0.51% | - |
| HSV(B) | 47.66º | 0.7% | 0.79% | - |
| XYZ | 39.66 | 42.25 | 10.34 | - |
| YUV | 167.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 60 | 0 | 0.14 | 0.70 | 0.21 | 47.66 | 0.57 | 0.51 |
| Hex | C9 | AC | 3C | 0 | E | 46 | 15 | 30 | 39 | 33 |
| Octal | 311 | 254 | 74 | 0 | 16 | 106 | 25 | 60 | 71 | 63 |
| Binary | 11001001 | 10101100 | 111100 | 0 | 1110 | 1000110 | 10101 | 110000 | 111001 | 110011 |
Color Harmonies of #C9AC3C
Complementary color
Monochromatic Colors of #C9AC3C
Black with #C9AC3C
Text Example
Text Example
White with #C9AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC3C; }
p { color: rgb(201,172,60); }
H1.HeaderClassName
{
color: #C9AC3C;
}
.AnyTagClassName
{
color: #C9AC3C;
}
</style>
background-color css
<style>
a { background-color: #C9AC3C; }
a { background-color: rgb(201,172,60); }
div.DivClassName
{
background-color: #C9AC3C;
}
.BgClassName
{
background-color: #C9AC3C;
}
</style>
border-color css
<style>
span { border-color: #C9AC3C; }
span { border-color: rgb(201,172,60); }
td.TdClassName
{
border-color: #C9AC3C;
}
.TagClassName
{
border-color: #C9AC3C;
}
</style>