Shades of Metallic Gold #D8AA3E
Tints of Metallic Gold #D8AA3E
RGB
CMYK
RGB Variations
Color information
#D8AA3E (or 0xD8AA3E) is known color: Metallic Gold. HEX triplet: D8, AA and 3E. RGB value is (216,170,62). Sum of RGB (Red+Green+Blue) = 216+170+62=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA3E is #2755C1. Grayscale: #ABABAB. Windows color (decimal): -2577858 or 4106968. OLE color: 4106968.
HSL color Cylindrical-coordinate representation of color #D8AA3E: hue angle of 42.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8AA3E is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 62 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.15 |
| HSL | 42.08º | 0.66% | 0.55% | - |
| HSV(B) | 42.08º | 0.71% | 0.85% | - |
| XYZ | 43.56 | 43.7 | 10.7 | - |
| YUV | 171.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 62 | 0 | 0.21 | 0.71 | 0.15 | 42.08 | 0.66 | 0.55 |
| Hex | D8 | AA | 3E | 0 | 15 | 47 | F | 2A | 42 | 37 |
| Octal | 330 | 252 | 76 | 0 | 25 | 107 | 17 | 52 | 102 | 67 |
| Binary | 11011000 | 10101010 | 111110 | 0 | 10101 | 1000111 | 1111 | 101010 | 1000010 | 110111 |
Color Harmonies of #D8AA3E
Complementary color
Monochromatic Colors of #D8AA3E
Black with #D8AA3E
Text Example
Text Example
White with #D8AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA3E; }
p { color: rgb(216,170,62); }
H1.HeaderClassName
{
color: #D8AA3E;
}
.AnyTagClassName
{
color: #D8AA3E;
}
</style>
background-color css
<style>
a { background-color: #D8AA3E; }
a { background-color: rgb(216,170,62); }
div.DivClassName
{
background-color: #D8AA3E;
}
.BgClassName
{
background-color: #D8AA3E;
}
</style>
border-color css
<style>
span { border-color: #D8AA3E; }
span { border-color: rgb(216,170,62); }
td.TdClassName
{
border-color: #D8AA3E;
}
.TagClassName
{
border-color: #D8AA3E;
}
</style>