Shades of Metallic Gold #D1AD3F
Tints of Metallic Gold #D1AD3F
RGB
CMYK
RGB Variations
Color information
#D1AD3F (or 0xD1AD3F) is known color: Metallic Gold. HEX triplet: D1, AD and 3F. RGB value is (209,173,63). Sum of RGB (Red+Green+Blue) = 209+173+63=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD3F is #2E52C0. Grayscale: #ABABAB. Windows color (decimal): -3035841 or 4173265. OLE color: 4173265.
HSL color Cylindrical-coordinate representation of color #D1AD3F: hue angle of 45.21º degrees, saturation: 0.61, 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 #D1AD3F is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 63 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.18 |
| HSL | 45.21º | 0.61% | 0.53% | - |
| HSV(B) | 45.21º | 0.7% | 0.82% | - |
| XYZ | 42.14 | 43.8 | 10.94 | - |
| YUV | 171.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 63 | 0 | 0.17 | 0.70 | 0.18 | 45.21 | 0.61 | 0.53 |
| Hex | D1 | AD | 3F | 0 | 11 | 46 | 12 | 2D | 3D | 35 |
| Octal | 321 | 255 | 77 | 0 | 21 | 106 | 22 | 55 | 75 | 65 |
| Binary | 11010001 | 10101101 | 111111 | 0 | 10001 | 1000110 | 10010 | 101101 | 111101 | 110101 |
Color Harmonies of #D1AD3F
Complementary color
Monochromatic Colors of #D1AD3F
Black with #D1AD3F
Text Example
Text Example
White with #D1AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD3F; }
p { color: rgb(209,173,63); }
H1.HeaderClassName
{
color: #D1AD3F;
}
.AnyTagClassName
{
color: #D1AD3F;
}
</style>
background-color css
<style>
a { background-color: #D1AD3F; }
a { background-color: rgb(209,173,63); }
div.DivClassName
{
background-color: #D1AD3F;
}
.BgClassName
{
background-color: #D1AD3F;
}
</style>
border-color css
<style>
span { border-color: #D1AD3F; }
span { border-color: rgb(209,173,63); }
td.TdClassName
{
border-color: #D1AD3F;
}
.TagClassName
{
border-color: #D1AD3F;
}
</style>