Shades of Metallic Gold #C9AA2E
Tints of Metallic Gold #C9AA2E
RGB
CMYK
RGB Variations
Color information
#C9AA2E (or 0xC9AA2E) is known color: Metallic Gold. HEX triplet: C9, AA and 2E. RGB value is (201,170,46). Sum of RGB (Red+Green+Blue) = 201+170+46=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA2E is #3655D1. Grayscale: #A5A5A5. Windows color (decimal): -3560914 or 3058377. OLE color: 3058377.
HSL color Cylindrical-coordinate representation of color #C9AA2E: hue angle of 48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9AA2E is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 46 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.21 |
| HSL | 48º | 0.63% | 0.48% | - |
| HSV(B) | 48º | 0.77% | 0.79% | - |
| XYZ | 38.96 | 41.36 | 8.52 | - |
| YUV | 165.13 | 60.77 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 46 | 0 | 0.15 | 0.77 | 0.21 | 48 | 0.63 | 0.48 |
| Hex | C9 | AA | 2E | 0 | F | 4D | 15 | 30 | 3F | 30 |
| Octal | 311 | 252 | 56 | 0 | 17 | 115 | 25 | 60 | 77 | 60 |
| Binary | 11001001 | 10101010 | 101110 | 0 | 1111 | 1001101 | 10101 | 110000 | 111111 | 110000 |
Color Harmonies of #C9AA2E
Complementary color
Monochromatic Colors of #C9AA2E
Black with #C9AA2E
Text Example
Text Example
White with #C9AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA2E; }
p { color: rgb(201,170,46); }
H1.HeaderClassName
{
color: #C9AA2E;
}
.AnyTagClassName
{
color: #C9AA2E;
}
</style>
background-color css
<style>
a { background-color: #C9AA2E; }
a { background-color: rgb(201,170,46); }
div.DivClassName
{
background-color: #C9AA2E;
}
.BgClassName
{
background-color: #C9AA2E;
}
</style>
border-color css
<style>
span { border-color: #C9AA2E; }
span { border-color: rgb(201,170,46); }
td.TdClassName
{
border-color: #C9AA2E;
}
.TagClassName
{
border-color: #C9AA2E;
}
</style>