Shades of Metallic Gold #D6AA3E
Tints of Metallic Gold #D6AA3E
RGB
CMYK
RGB Variations
Color information
#D6AA3E (or 0xD6AA3E) is known color: Metallic Gold. HEX triplet: D6, AA and 3E. RGB value is (214,170,62). Sum of RGB (Red+Green+Blue) = 214+170+62=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA3E is #2955C1. Grayscale: #ABABAB. Windows color (decimal): -2708930 or 4106966. OLE color: 4106966.
HSL color Cylindrical-coordinate representation of color #D6AA3E: hue angle of 42.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6AA3E is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 62 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.16 |
| HSL | 42.63º | 0.65% | 0.54% | - |
| HSV(B) | 42.63º | 0.71% | 0.84% | - |
| XYZ | 42.98 | 43.39 | 10.67 | - |
| YUV | 170.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 62 | 0 | 0.21 | 0.71 | 0.16 | 42.63 | 0.65 | 0.54 |
| Hex | D6 | AA | 3E | 0 | 15 | 47 | 10 | 2B | 41 | 36 |
| Octal | 326 | 252 | 76 | 0 | 25 | 107 | 20 | 53 | 101 | 66 |
| Binary | 11010110 | 10101010 | 111110 | 0 | 10101 | 1000111 | 10000 | 101011 | 1000001 | 110110 |
Color Harmonies of #D6AA3E
Complementary color
Monochromatic Colors of #D6AA3E
Black with #D6AA3E
Text Example
Text Example
White with #D6AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA3E; }
p { color: rgb(214,170,62); }
H1.HeaderClassName
{
color: #D6AA3E;
}
.AnyTagClassName
{
color: #D6AA3E;
}
</style>
background-color css
<style>
a { background-color: #D6AA3E; }
a { background-color: rgb(214,170,62); }
div.DivClassName
{
background-color: #D6AA3E;
}
.BgClassName
{
background-color: #D6AA3E;
}
</style>
border-color css
<style>
span { border-color: #D6AA3E; }
span { border-color: rgb(214,170,62); }
td.TdClassName
{
border-color: #D6AA3E;
}
.TagClassName
{
border-color: #D6AA3E;
}
</style>