Shades of Metallic Gold #D1AA3A
Tints of Metallic Gold #D1AA3A
RGB
CMYK
RGB Variations
Color information
#D1AA3A (or 0xD1AA3A) is known color: Metallic Gold. HEX triplet: D1, AA and 3A. RGB value is (209,170,58). Sum of RGB (Red+Green+Blue) = 209+170+58=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA3A is #2E55C5. Grayscale: #A9A9A9. Windows color (decimal): -3036614 or 3844817. OLE color: 3844817.
HSL color Cylindrical-coordinate representation of color #D1AA3A: hue angle of 44.5º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1AA3A is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 58 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.18 |
| HSL | 44.5º | 0.62% | 0.52% | - |
| HSV(B) | 44.5º | 0.72% | 0.82% | - |
| XYZ | 41.43 | 42.61 | 10.04 | - |
| YUV | 168.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 58 | 0 | 0.19 | 0.72 | 0.18 | 44.5 | 0.62 | 0.52 |
| Hex | D1 | AA | 3A | 0 | 13 | 48 | 12 | 2D | 3E | 34 |
| Octal | 321 | 252 | 72 | 0 | 23 | 110 | 22 | 55 | 76 | 64 |
| Binary | 11010001 | 10101010 | 111010 | 0 | 10011 | 1001000 | 10010 | 101101 | 111110 | 110100 |
Color Harmonies of #D1AA3A
Complementary color
Monochromatic Colors of #D1AA3A
Black with #D1AA3A
Text Example
Text Example
White with #D1AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA3A; }
p { color: rgb(209,170,58); }
H1.HeaderClassName
{
color: #D1AA3A;
}
.AnyTagClassName
{
color: #D1AA3A;
}
</style>
background-color css
<style>
a { background-color: #D1AA3A; }
a { background-color: rgb(209,170,58); }
div.DivClassName
{
background-color: #D1AA3A;
}
.BgClassName
{
background-color: #D1AA3A;
}
</style>
border-color css
<style>
span { border-color: #D1AA3A; }
span { border-color: rgb(209,170,58); }
td.TdClassName
{
border-color: #D1AA3A;
}
.TagClassName
{
border-color: #D1AA3A;
}
</style>