Shades of Metallic Gold #D1AF2E
Tints of Metallic Gold #D1AF2E
RGB
CMYK
RGB Variations
Color information
#D1AF2E (or 0xD1AF2E) is known color: Metallic Gold. HEX triplet: D1, AF and 2E. RGB value is (209,175,46). Sum of RGB (Red+Green+Blue) = 209+175+46=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF2E is #2E50D1. Grayscale: #ABABAB. Windows color (decimal): -3035346 or 3059665. OLE color: 3059665.
HSL color Cylindrical-coordinate representation of color #D1AF2E: hue angle of 47.48º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1AF2E is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 46 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.18 |
| HSL | 47.48º | 0.64% | 0.5% | - |
| HSV(B) | 47.48º | 0.78% | 0.82% | - |
| XYZ | 42.12 | 44.41 | 8.94 | - |
| YUV | 170.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 46 | 0 | 0.16 | 0.78 | 0.18 | 47.48 | 0.64 | 0.5 |
| Hex | D1 | AF | 2E | 0 | 10 | 4E | 12 | 2F | 40 | 32 |
| Octal | 321 | 257 | 56 | 0 | 20 | 116 | 22 | 57 | 100 | 62 |
| Binary | 11010001 | 10101111 | 101110 | 0 | 10000 | 1001110 | 10010 | 101111 | 1000000 | 110010 |
Color Harmonies of #D1AF2E
Complementary color
Monochromatic Colors of #D1AF2E
Black with #D1AF2E
Text Example
Text Example
White with #D1AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF2E; }
p { color: rgb(209,175,46); }
H1.HeaderClassName
{
color: #D1AF2E;
}
.AnyTagClassName
{
color: #D1AF2E;
}
</style>
background-color css
<style>
a { background-color: #D1AF2E; }
a { background-color: rgb(209,175,46); }
div.DivClassName
{
background-color: #D1AF2E;
}
.BgClassName
{
background-color: #D1AF2E;
}
</style>
border-color css
<style>
span { border-color: #D1AF2E; }
span { border-color: rgb(209,175,46); }
td.TdClassName
{
border-color: #D1AF2E;
}
.TagClassName
{
border-color: #D1AF2E;
}
</style>