Shades of Metallic Gold #D8AB3E
Tints of Metallic Gold #D8AB3E
RGB
CMYK
RGB Variations
Color information
#D8AB3E (or 0xD8AB3E) is known color: Metallic Gold. HEX triplet: D8, AB and 3E. RGB value is (216,171,62). Sum of RGB (Red+Green+Blue) = 216+171+62=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB3E is #2754C1. Grayscale: #ACACAC. Windows color (decimal): -2577602 or 4107224. OLE color: 4107224.
HSL color Cylindrical-coordinate representation of color #D8AB3E: hue angle of 42.47º 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 #D8AB3E is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 62 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.15 |
| HSL | 42.47º | 0.66% | 0.55% | - |
| HSV(B) | 42.47º | 0.71% | 0.85% | - |
| XYZ | 43.75 | 44.07 | 10.76 | - |
| YUV | 172.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 62 | 0 | 0.21 | 0.71 | 0.15 | 42.47 | 0.66 | 0.55 |
| Hex | D8 | AB | 3E | 0 | 15 | 47 | F | 2A | 42 | 37 |
| Octal | 330 | 253 | 76 | 0 | 25 | 107 | 17 | 52 | 102 | 67 |
| Binary | 11011000 | 10101011 | 111110 | 0 | 10101 | 1000111 | 1111 | 101010 | 1000010 | 110111 |
Color Harmonies of #D8AB3E
Complementary color
Monochromatic Colors of #D8AB3E
Black with #D8AB3E
Text Example
Text Example
White with #D8AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB3E; }
p { color: rgb(216,171,62); }
H1.HeaderClassName
{
color: #D8AB3E;
}
.AnyTagClassName
{
color: #D8AB3E;
}
</style>
background-color css
<style>
a { background-color: #D8AB3E; }
a { background-color: rgb(216,171,62); }
div.DivClassName
{
background-color: #D8AB3E;
}
.BgClassName
{
background-color: #D8AB3E;
}
</style>
border-color css
<style>
span { border-color: #D8AB3E; }
span { border-color: rgb(216,171,62); }
td.TdClassName
{
border-color: #D8AB3E;
}
.TagClassName
{
border-color: #D8AB3E;
}
</style>