Shades of Metallic Gold #D1AA2F
Tints of Metallic Gold #D1AA2F
RGB
CMYK
RGB Variations
Color information
#D1AA2F (or 0xD1AA2F) is known color: Metallic Gold. HEX triplet: D1, AA and 2F. RGB value is (209,170,47). Sum of RGB (Red+Green+Blue) = 209+170+47=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA2F is #2E55D0. Grayscale: #A8A8A8. Windows color (decimal): -3036625 or 3123921. OLE color: 3123921.
HSL color Cylindrical-coordinate representation of color #D1AA2F: hue angle of 45.56º 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 #D1AA2F is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 47 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.18 |
| HSL | 45.56º | 0.64% | 0.5% | - |
| HSV(B) | 45.56º | 0.78% | 0.82% | - |
| XYZ | 41.18 | 42.51 | 8.72 | - |
| YUV | 167.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 47 | 0 | 0.19 | 0.78 | 0.18 | 45.56 | 0.64 | 0.5 |
| Hex | D1 | AA | 2F | 0 | 13 | 4E | 12 | 2E | 40 | 32 |
| Octal | 321 | 252 | 57 | 0 | 23 | 116 | 22 | 56 | 100 | 62 |
| Binary | 11010001 | 10101010 | 101111 | 0 | 10011 | 1001110 | 10010 | 101110 | 1000000 | 110010 |
Color Harmonies of #D1AA2F
Complementary color
Monochromatic Colors of #D1AA2F
Black with #D1AA2F
Text Example
Text Example
White with #D1AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA2F; }
p { color: rgb(209,170,47); }
H1.HeaderClassName
{
color: #D1AA2F;
}
.AnyTagClassName
{
color: #D1AA2F;
}
</style>
background-color css
<style>
a { background-color: #D1AA2F; }
a { background-color: rgb(209,170,47); }
div.DivClassName
{
background-color: #D1AA2F;
}
.BgClassName
{
background-color: #D1AA2F;
}
</style>
border-color css
<style>
span { border-color: #D1AA2F; }
span { border-color: rgb(209,170,47); }
td.TdClassName
{
border-color: #D1AA2F;
}
.TagClassName
{
border-color: #D1AA2F;
}
</style>