Shades of Metallic Gold #D1AF3F
Tints of Metallic Gold #D1AF3F
RGB
CMYK
RGB Variations
Color information
#D1AF3F (or 0xD1AF3F) is known color: Metallic Gold. HEX triplet: D1, AF and 3F. RGB value is (209,175,63). Sum of RGB (Red+Green+Blue) = 209+175+63=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF3F is #2E50C0. Grayscale: #ACACAC. Windows color (decimal): -3035329 or 4173777. OLE color: 4173777.
HSL color Cylindrical-coordinate representation of color #D1AF3F: hue angle of 46.03º 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 #D1AF3F is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 63 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.18 |
| HSL | 46.03º | 0.61% | 0.53% | - |
| HSV(B) | 46.03º | 0.7% | 0.82% | - |
| XYZ | 42.52 | 44.57 | 11.07 | - |
| YUV | 172.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 63 | 0 | 0.16 | 0.70 | 0.18 | 46.03 | 0.61 | 0.53 |
| Hex | D1 | AF | 3F | 0 | 10 | 46 | 12 | 2E | 3D | 35 |
| Octal | 321 | 257 | 77 | 0 | 20 | 106 | 22 | 56 | 75 | 65 |
| Binary | 11010001 | 10101111 | 111111 | 0 | 10000 | 1000110 | 10010 | 101110 | 111101 | 110101 |
Color Harmonies of #D1AF3F
Complementary color
Monochromatic Colors of #D1AF3F
Black with #D1AF3F
Text Example
Text Example
White with #D1AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF3F; }
p { color: rgb(209,175,63); }
H1.HeaderClassName
{
color: #D1AF3F;
}
.AnyTagClassName
{
color: #D1AF3F;
}
</style>
background-color css
<style>
a { background-color: #D1AF3F; }
a { background-color: rgb(209,175,63); }
div.DivClassName
{
background-color: #D1AF3F;
}
.BgClassName
{
background-color: #D1AF3F;
}
</style>
border-color css
<style>
span { border-color: #D1AF3F; }
span { border-color: rgb(209,175,63); }
td.TdClassName
{
border-color: #D1AF3F;
}
.TagClassName
{
border-color: #D1AF3F;
}
</style>