Shades of Metallic Gold #D1A83E
Tints of Metallic Gold #D1A83E
RGB
CMYK
RGB Variations
Color information
#D1A83E (or 0xD1A83E) is known color: Metallic Gold. HEX triplet: D1, A8 and 3E. RGB value is (209,168,62). Sum of RGB (Red+Green+Blue) = 209+168+62=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A83E is #2E57C1. Grayscale: #A8A8A8. Windows color (decimal): -3037122 or 4106449. OLE color: 4106449.
HSL color Cylindrical-coordinate representation of color #D1A83E: hue angle of 43.27º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1A83E is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 62 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.18 |
| HSL | 43.27º | 0.62% | 0.53% | - |
| HSV(B) | 43.27º | 0.7% | 0.82% | - |
| XYZ | 41.17 | 41.91 | 10.48 | - |
| YUV | 168.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 62 | 0 | 0.20 | 0.70 | 0.18 | 43.27 | 0.62 | 0.53 |
| Hex | D1 | A8 | 3E | 0 | 14 | 46 | 12 | 2B | 3E | 35 |
| Octal | 321 | 250 | 76 | 0 | 24 | 106 | 22 | 53 | 76 | 65 |
| Binary | 11010001 | 10101000 | 111110 | 0 | 10100 | 1000110 | 10010 | 101011 | 111110 | 110101 |
Color Harmonies of #D1A83E
Complementary color
Monochromatic Colors of #D1A83E
Black with #D1A83E
Text Example
Text Example
White with #D1A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A83E; }
p { color: rgb(209,168,62); }
H1.HeaderClassName
{
color: #D1A83E;
}
.AnyTagClassName
{
color: #D1A83E;
}
</style>
background-color css
<style>
a { background-color: #D1A83E; }
a { background-color: rgb(209,168,62); }
div.DivClassName
{
background-color: #D1A83E;
}
.BgClassName
{
background-color: #D1A83E;
}
</style>
border-color css
<style>
span { border-color: #D1A83E; }
span { border-color: rgb(209,168,62); }
td.TdClassName
{
border-color: #D1A83E;
}
.TagClassName
{
border-color: #D1A83E;
}
</style>