Shades of Old Gold #C9AF3E
Tints of Old Gold #C9AF3E
RGB
CMYK
RGB Variations
Color information
#C9AF3E (or 0xC9AF3E) is known color: Old Gold. HEX triplet: C9, AF and 3E. RGB value is (201,175,62). Sum of RGB (Red+Green+Blue) = 201+175+62=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF3E is #3650C1. Grayscale: #AAAAAA. Windows color (decimal): -3559618 or 4108233. OLE color: 4108233.
HSL color Cylindrical-coordinate representation of color #C9AF3E: hue angle of 48.78º 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 #C9AF3E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 62 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.21 |
| HSL | 48.78º | 0.56% | 0.52% | - |
| HSV(B) | 48.78º | 0.69% | 0.79% | - |
| XYZ | 40.29 | 43.43 | 10.82 | - |
| YUV | 169.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 62 | 0 | 0.13 | 0.69 | 0.21 | 48.78 | 0.56 | 0.52 |
| Hex | C9 | AF | 3E | 0 | D | 45 | 15 | 31 | 38 | 34 |
| Octal | 311 | 257 | 76 | 0 | 15 | 105 | 25 | 61 | 70 | 64 |
| Binary | 11001001 | 10101111 | 111110 | 0 | 1101 | 1000101 | 10101 | 110001 | 111000 | 110100 |
Color Harmonies of #C9AF3E
Complementary color
Monochromatic Colors of #C9AF3E
Black with #C9AF3E
Text Example
Text Example
White with #C9AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF3E; }
p { color: rgb(201,175,62); }
H1.HeaderClassName
{
color: #C9AF3E;
}
.AnyTagClassName
{
color: #C9AF3E;
}
</style>
background-color css
<style>
a { background-color: #C9AF3E; }
a { background-color: rgb(201,175,62); }
div.DivClassName
{
background-color: #C9AF3E;
}
.BgClassName
{
background-color: #C9AF3E;
}
</style>
border-color css
<style>
span { border-color: #C9AF3E; }
span { border-color: rgb(201,175,62); }
td.TdClassName
{
border-color: #C9AF3E;
}
.TagClassName
{
border-color: #C9AF3E;
}
</style>