Shades of Metallic Gold #D5AA2E
Tints of Metallic Gold #D5AA2E
RGB
CMYK
RGB Variations
Color information
#D5AA2E (or 0xD5AA2E) is known color: Metallic Gold. HEX triplet: D5, AA and 2E. RGB value is (213,170,46). Sum of RGB (Red+Green+Blue) = 213+170+46=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA2E is #2A55D1. Grayscale: #A9A9A9. Windows color (decimal): -2774482 or 3058389. OLE color: 3058389.
HSL color Cylindrical-coordinate representation of color #D5AA2E: hue angle of 44.55º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5AA2E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 46 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.16 |
| HSL | 44.55º | 0.67% | 0.51% | - |
| HSV(B) | 44.55º | 0.78% | 0.84% | - |
| XYZ | 42.31 | 43.09 | 8.67 | - |
| YUV | 168.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 46 | 0 | 0.20 | 0.78 | 0.16 | 44.55 | 0.67 | 0.51 |
| Hex | D5 | AA | 2E | 0 | 14 | 4E | 10 | 2D | 43 | 33 |
| Octal | 325 | 252 | 56 | 0 | 24 | 116 | 20 | 55 | 103 | 63 |
| Binary | 11010101 | 10101010 | 101110 | 0 | 10100 | 1001110 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D5AA2E
Complementary color
Monochromatic Colors of #D5AA2E
Black with #D5AA2E
Text Example
Text Example
White with #D5AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA2E; }
p { color: rgb(213,170,46); }
H1.HeaderClassName
{
color: #D5AA2E;
}
.AnyTagClassName
{
color: #D5AA2E;
}
</style>
background-color css
<style>
a { background-color: #D5AA2E; }
a { background-color: rgb(213,170,46); }
div.DivClassName
{
background-color: #D5AA2E;
}
.BgClassName
{
background-color: #D5AA2E;
}
</style>
border-color css
<style>
span { border-color: #D5AA2E; }
span { border-color: rgb(213,170,46); }
td.TdClassName
{
border-color: #D5AA2E;
}
.TagClassName
{
border-color: #D5AA2E;
}
</style>