Shades of Old Gold #C9AC3E
Tints of Old Gold #C9AC3E
RGB
CMYK
RGB Variations
Color information
#C9AC3E (or 0xC9AC3E) is known color: Old Gold. HEX triplet: C9, AC and 3E. RGB value is (201,172,62). Sum of RGB (Red+Green+Blue) = 201+172+62=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC3E is #3653C1. Grayscale: #A8A8A8. Windows color (decimal): -3560386 or 4107465. OLE color: 4107465.
HSL color Cylindrical-coordinate representation of color #C9AC3E: hue angle of 47.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9AC3E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 62 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.21 |
| HSL | 47.48º | 0.56% | 0.52% | - |
| HSV(B) | 47.48º | 0.69% | 0.79% | - |
| XYZ | 39.71 | 42.27 | 10.62 | - |
| YUV | 168.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 62 | 0 | 0.14 | 0.69 | 0.21 | 47.48 | 0.56 | 0.52 |
| Hex | C9 | AC | 3E | 0 | E | 45 | 15 | 2F | 38 | 34 |
| Octal | 311 | 254 | 76 | 0 | 16 | 105 | 25 | 57 | 70 | 64 |
| Binary | 11001001 | 10101100 | 111110 | 0 | 1110 | 1000101 | 10101 | 101111 | 111000 | 110100 |
Color Harmonies of #C9AC3E
Complementary color
Monochromatic Colors of #C9AC3E
Black with #C9AC3E
Text Example
Text Example
White with #C9AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC3E; }
p { color: rgb(201,172,62); }
H1.HeaderClassName
{
color: #C9AC3E;
}
.AnyTagClassName
{
color: #C9AC3E;
}
</style>
background-color css
<style>
a { background-color: #C9AC3E; }
a { background-color: rgb(201,172,62); }
div.DivClassName
{
background-color: #C9AC3E;
}
.BgClassName
{
background-color: #C9AC3E;
}
</style>
border-color css
<style>
span { border-color: #C9AC3E; }
span { border-color: rgb(201,172,62); }
td.TdClassName
{
border-color: #C9AC3E;
}
.TagClassName
{
border-color: #C9AC3E;
}
</style>