Shades of Metallic Gold #D8AF3E
Tints of Metallic Gold #D8AF3E
RGB
CMYK
RGB Variations
Color information
#D8AF3E (or 0xD8AF3E) is known color: Metallic Gold. HEX triplet: D8, AF and 3E. RGB value is (216,175,62). Sum of RGB (Red+Green+Blue) = 216+175+62=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF3E is #2750C1. Grayscale: #AEAEAE. Windows color (decimal): -2576578 or 4108248. OLE color: 4108248.
HSL color Cylindrical-coordinate representation of color #D8AF3E: hue angle of 44.03º 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 #D8AF3E is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 62 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.15 |
| HSL | 44.03º | 0.66% | 0.55% | - |
| HSV(B) | 44.03º | 0.71% | 0.85% | - |
| XYZ | 44.52 | 45.61 | 11.01 | - |
| YUV | 174.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 62 | 0 | 0.19 | 0.71 | 0.15 | 44.03 | 0.66 | 0.55 |
| Hex | D8 | AF | 3E | 0 | 13 | 47 | F | 2C | 42 | 37 |
| Octal | 330 | 257 | 76 | 0 | 23 | 107 | 17 | 54 | 102 | 67 |
| Binary | 11011000 | 10101111 | 111110 | 0 | 10011 | 1000111 | 1111 | 101100 | 1000010 | 110111 |
Color Harmonies of #D8AF3E
Complementary color
Monochromatic Colors of #D8AF3E
Black with #D8AF3E
Text Example
Text Example
White with #D8AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF3E; }
p { color: rgb(216,175,62); }
H1.HeaderClassName
{
color: #D8AF3E;
}
.AnyTagClassName
{
color: #D8AF3E;
}
</style>
background-color css
<style>
a { background-color: #D8AF3E; }
a { background-color: rgb(216,175,62); }
div.DivClassName
{
background-color: #D8AF3E;
}
.BgClassName
{
background-color: #D8AF3E;
}
</style>
border-color css
<style>
span { border-color: #D8AF3E; }
span { border-color: rgb(216,175,62); }
td.TdClassName
{
border-color: #D8AF3E;
}
.TagClassName
{
border-color: #D8AF3E;
}
</style>