Shades of Metallic Gold #C9AC2D
Tints of Metallic Gold #C9AC2D
RGB
CMYK
RGB Variations
Color information
#C9AC2D (or 0xC9AC2D) is known color: Metallic Gold. HEX triplet: C9, AC and 2D. RGB value is (201,172,45). Sum of RGB (Red+Green+Blue) = 201+172+45=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC2D is #3653D2. Grayscale: #A6A6A6. Windows color (decimal): -3560403 or 2993353. OLE color: 2993353.
HSL color Cylindrical-coordinate representation of color #C9AC2D: hue angle of 48.85º 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 #C9AC2D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 45 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.21 |
| HSL | 48.85º | 0.63% | 0.48% | - |
| HSV(B) | 48.85º | 0.78% | 0.79% | - |
| XYZ | 39.31 | 42.11 | 8.54 | - |
| YUV | 166.19 | 59.61 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 45 | 0 | 0.14 | 0.78 | 0.21 | 48.85 | 0.63 | 0.48 |
| Hex | C9 | AC | 2D | 0 | E | 4E | 15 | 31 | 3F | 30 |
| Octal | 311 | 254 | 55 | 0 | 16 | 116 | 25 | 61 | 77 | 60 |
| Binary | 11001001 | 10101100 | 101101 | 0 | 1110 | 1001110 | 10101 | 110001 | 111111 | 110000 |
Color Harmonies of #C9AC2D
Complementary color
Monochromatic Colors of #C9AC2D
Black with #C9AC2D
Text Example
Text Example
White with #C9AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC2D; }
p { color: rgb(201,172,45); }
H1.HeaderClassName
{
color: #C9AC2D;
}
.AnyTagClassName
{
color: #C9AC2D;
}
</style>
background-color css
<style>
a { background-color: #C9AC2D; }
a { background-color: rgb(201,172,45); }
div.DivClassName
{
background-color: #C9AC2D;
}
.BgClassName
{
background-color: #C9AC2D;
}
</style>
border-color css
<style>
span { border-color: #C9AC2D; }
span { border-color: rgb(201,172,45); }
td.TdClassName
{
border-color: #C9AC2D;
}
.TagClassName
{
border-color: #C9AC2D;
}
</style>