Shades of Metallic Gold #C9A22E
Tints of Metallic Gold #C9A22E
RGB
CMYK
RGB Variations
Color information
#C9A22E (or 0xC9A22E) is known color: Metallic Gold. HEX triplet: C9, A2 and 2E. RGB value is (201,162,46). Sum of RGB (Red+Green+Blue) = 201+162+46=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A22E is #365DD1. Grayscale: #A0A0A0. Windows color (decimal): -3562962 or 3056329. OLE color: 3056329.
HSL color Cylindrical-coordinate representation of color #C9A22E: hue angle of 44.9º 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 #C9A22E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 46 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.21 |
| HSL | 44.9º | 0.63% | 0.48% | - |
| HSV(B) | 44.9º | 0.77% | 0.79% | - |
| XYZ | 37.5 | 38.46 | 8.03 | - |
| YUV | 160.44 | 63.42 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 46 | 0 | 0.19 | 0.77 | 0.21 | 44.9 | 0.63 | 0.48 |
| Hex | C9 | A2 | 2E | 0 | 13 | 4D | 15 | 2D | 3F | 30 |
| Octal | 311 | 242 | 56 | 0 | 23 | 115 | 25 | 55 | 77 | 60 |
| Binary | 11001001 | 10100010 | 101110 | 0 | 10011 | 1001101 | 10101 | 101101 | 111111 | 110000 |
Color Harmonies of #C9A22E
Complementary color
Monochromatic Colors of #C9A22E
Black with #C9A22E
Text Example
Text Example
White with #C9A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A22E; }
p { color: rgb(201,162,46); }
H1.HeaderClassName
{
color: #C9A22E;
}
.AnyTagClassName
{
color: #C9A22E;
}
</style>
background-color css
<style>
a { background-color: #C9A22E; }
a { background-color: rgb(201,162,46); }
div.DivClassName
{
background-color: #C9A22E;
}
.BgClassName
{
background-color: #C9A22E;
}
</style>
border-color css
<style>
span { border-color: #C9A22E; }
span { border-color: rgb(201,162,46); }
td.TdClassName
{
border-color: #C9A22E;
}
.TagClassName
{
border-color: #C9A22E;
}
</style>