Shades of Metallic Gold #D1A73E
Tints of Metallic Gold #D1A73E
RGB
CMYK
RGB Variations
Color information
#D1A73E (or 0xD1A73E) is known color: Metallic Gold. HEX triplet: D1, A7 and 3E. RGB value is (209,167,62). Sum of RGB (Red+Green+Blue) = 209+167+62=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A73E is #2E58C1. Grayscale: #A8A8A8. Windows color (decimal): -3037378 or 4106193. OLE color: 4106193.
HSL color Cylindrical-coordinate representation of color #D1A73E: hue angle of 42.86º 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 #D1A73E is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 62 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.18 |
| HSL | 42.86º | 0.62% | 0.53% | - |
| HSV(B) | 42.86º | 0.7% | 0.82% | - |
| XYZ | 40.98 | 41.54 | 10.42 | - |
| YUV | 167.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 62 | 0 | 0.20 | 0.70 | 0.18 | 42.86 | 0.62 | 0.53 |
| Hex | D1 | A7 | 3E | 0 | 14 | 46 | 12 | 2B | 3E | 35 |
| Octal | 321 | 247 | 76 | 0 | 24 | 106 | 22 | 53 | 76 | 65 |
| Binary | 11010001 | 10100111 | 111110 | 0 | 10100 | 1000110 | 10010 | 101011 | 111110 | 110101 |
Color Harmonies of #D1A73E
Complementary color
Monochromatic Colors of #D1A73E
Black with #D1A73E
Text Example
Text Example
White with #D1A73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A73E; }
p { color: rgb(209,167,62); }
H1.HeaderClassName
{
color: #D1A73E;
}
.AnyTagClassName
{
color: #D1A73E;
}
</style>
background-color css
<style>
a { background-color: #D1A73E; }
a { background-color: rgb(209,167,62); }
div.DivClassName
{
background-color: #D1A73E;
}
.BgClassName
{
background-color: #D1A73E;
}
</style>
border-color css
<style>
span { border-color: #D1A73E; }
span { border-color: rgb(209,167,62); }
td.TdClassName
{
border-color: #D1A73E;
}
.TagClassName
{
border-color: #D1A73E;
}
</style>