Shades of Metallic Gold #C9AE2D
Tints of Metallic Gold #C9AE2D
RGB
CMYK
RGB Variations
Color information
#C9AE2D (or 0xC9AE2D) is known color: Metallic Gold. HEX triplet: C9, AE and 2D. RGB value is (201,174,45). Sum of RGB (Red+Green+Blue) = 201+174+45=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AE2D is #3651D2. Grayscale: #A7A7A7. Windows color (decimal): -3559891 or 2993865. OLE color: 2993865.
HSL color Cylindrical-coordinate representation of color #C9AE2D: hue angle of 49.62º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9AE2D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.21 |
| HSL | 49.62º | 0.63% | 0.48% | - |
| HSV(B) | 49.62º | 0.78% | 0.79% | - |
| XYZ | 39.7 | 42.88 | 8.67 | - |
| YUV | 167.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 45 | 0 | 0.13 | 0.78 | 0.21 | 49.62 | 0.63 | 0.48 |
| Hex | C9 | AE | 2D | 0 | D | 4E | 15 | 32 | 3F | 30 |
| Octal | 311 | 256 | 55 | 0 | 15 | 116 | 25 | 62 | 77 | 60 |
| Binary | 11001001 | 10101110 | 101101 | 0 | 1101 | 1001110 | 10101 | 110010 | 111111 | 110000 |
Color Harmonies of #C9AE2D
Complementary color
Monochromatic Colors of #C9AE2D
Black with #C9AE2D
Text Example
Text Example
White with #C9AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AE2D; }
p { color: rgb(201,174,45); }
H1.HeaderClassName
{
color: #C9AE2D;
}
.AnyTagClassName
{
color: #C9AE2D;
}
</style>
background-color css
<style>
a { background-color: #C9AE2D; }
a { background-color: rgb(201,174,45); }
div.DivClassName
{
background-color: #C9AE2D;
}
.BgClassName
{
background-color: #C9AE2D;
}
</style>
border-color css
<style>
span { border-color: #C9AE2D; }
span { border-color: rgb(201,174,45); }
td.TdClassName
{
border-color: #C9AE2D;
}
.TagClassName
{
border-color: #C9AE2D;
}
</style>