Shades of Metallic Gold #D1AA2E
Tints of Metallic Gold #D1AA2E
RGB
CMYK
RGB Variations
Color information
#D1AA2E (or 0xD1AA2E) is known color: Metallic Gold. HEX triplet: D1, AA and 2E. RGB value is (209,170,46). Sum of RGB (Red+Green+Blue) = 209+170+46=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA2E is #2E55D1. Grayscale: #A8A8A8. Windows color (decimal): -3036626 or 3058385. OLE color: 3058385.
HSL color Cylindrical-coordinate representation of color #D1AA2E: hue angle of 45.64º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1AA2E is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 46 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.18 |
| HSL | 45.64º | 0.64% | 0.5% | - |
| HSV(B) | 45.64º | 0.78% | 0.82% | - |
| XYZ | 41.16 | 42.5 | 8.62 | - |
| YUV | 167.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 46 | 0 | 0.19 | 0.78 | 0.18 | 45.64 | 0.64 | 0.5 |
| Hex | D1 | AA | 2E | 0 | 13 | 4E | 12 | 2E | 40 | 32 |
| Octal | 321 | 252 | 56 | 0 | 23 | 116 | 22 | 56 | 100 | 62 |
| Binary | 11010001 | 10101010 | 101110 | 0 | 10011 | 1001110 | 10010 | 101110 | 1000000 | 110010 |
Color Harmonies of #D1AA2E
Complementary color
Monochromatic Colors of #D1AA2E
Black with #D1AA2E
Text Example
Text Example
White with #D1AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA2E; }
p { color: rgb(209,170,46); }
H1.HeaderClassName
{
color: #D1AA2E;
}
.AnyTagClassName
{
color: #D1AA2E;
}
</style>
background-color css
<style>
a { background-color: #D1AA2E; }
a { background-color: rgb(209,170,46); }
div.DivClassName
{
background-color: #D1AA2E;
}
.BgClassName
{
background-color: #D1AA2E;
}
</style>
border-color css
<style>
span { border-color: #D1AA2E; }
span { border-color: rgb(209,170,46); }
td.TdClassName
{
border-color: #D1AA2E;
}
.TagClassName
{
border-color: #D1AA2E;
}
</style>