Shades of Metallic Gold #D3AA3E
Tints of Metallic Gold #D3AA3E
RGB
CMYK
RGB Variations
Color information
#D3AA3E (or 0xD3AA3E) is known color: Metallic Gold. HEX triplet: D3, AA and 3E. RGB value is (211,170,62). Sum of RGB (Red+Green+Blue) = 211+170+62=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AA3E is #2C55C1. Grayscale: #AAAAAA. Windows color (decimal): -2905538 or 4106963. OLE color: 4106963.
HSL color Cylindrical-coordinate representation of color #D3AA3E: hue angle of 43.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3AA3E is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 62 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.17 |
| HSL | 43.49º | 0.63% | 0.54% | - |
| HSV(B) | 43.49º | 0.71% | 0.83% | - |
| XYZ | 42.11 | 42.95 | 10.63 | - |
| YUV | 169.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 62 | 0 | 0.19 | 0.71 | 0.17 | 43.49 | 0.63 | 0.54 |
| Hex | D3 | AA | 3E | 0 | 13 | 47 | 11 | 2B | 3F | 36 |
| Octal | 323 | 252 | 76 | 0 | 23 | 107 | 21 | 53 | 77 | 66 |
| Binary | 11010011 | 10101010 | 111110 | 0 | 10011 | 1000111 | 10001 | 101011 | 111111 | 110110 |
Color Harmonies of #D3AA3E
Complementary color
Monochromatic Colors of #D3AA3E
Black with #D3AA3E
Text Example
Text Example
White with #D3AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AA3E; }
p { color: rgb(211,170,62); }
H1.HeaderClassName
{
color: #D3AA3E;
}
.AnyTagClassName
{
color: #D3AA3E;
}
</style>
background-color css
<style>
a { background-color: #D3AA3E; }
a { background-color: rgb(211,170,62); }
div.DivClassName
{
background-color: #D3AA3E;
}
.BgClassName
{
background-color: #D3AA3E;
}
</style>
border-color css
<style>
span { border-color: #D3AA3E; }
span { border-color: rgb(211,170,62); }
td.TdClassName
{
border-color: #D3AA3E;
}
.TagClassName
{
border-color: #D3AA3E;
}
</style>