Shades of Metallic Gold #D2AF3F
Tints of Metallic Gold #D2AF3F
RGB
CMYK
RGB Variations
Color information
#D2AF3F (or 0xD2AF3F) is known color: Metallic Gold. HEX triplet: D2, AF and 3F. RGB value is (210,175,63). Sum of RGB (Red+Green+Blue) = 210+175+63=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF3F is #2D50C0. Grayscale: #ADADAD. Windows color (decimal): -2969793 or 4173778. OLE color: 4173778.
HSL color Cylindrical-coordinate representation of color #D2AF3F: hue angle of 45.71º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2AF3F is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 63 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.18 |
| HSL | 45.71º | 0.62% | 0.54% | - |
| HSV(B) | 45.71º | 0.7% | 0.82% | - |
| XYZ | 42.81 | 44.72 | 11.08 | - |
| YUV | 172.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 63 | 0 | 0.17 | 0.70 | 0.18 | 45.71 | 0.62 | 0.54 |
| Hex | D2 | AF | 3F | 0 | 11 | 46 | 12 | 2E | 3E | 36 |
| Octal | 322 | 257 | 77 | 0 | 21 | 106 | 22 | 56 | 76 | 66 |
| Binary | 11010010 | 10101111 | 111111 | 0 | 10001 | 1000110 | 10010 | 101110 | 111110 | 110110 |
Color Harmonies of #D2AF3F
Complementary color
Monochromatic Colors of #D2AF3F
Black with #D2AF3F
Text Example
Text Example
White with #D2AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF3F; }
p { color: rgb(210,175,63); }
H1.HeaderClassName
{
color: #D2AF3F;
}
.AnyTagClassName
{
color: #D2AF3F;
}
</style>
background-color css
<style>
a { background-color: #D2AF3F; }
a { background-color: rgb(210,175,63); }
div.DivClassName
{
background-color: #D2AF3F;
}
.BgClassName
{
background-color: #D2AF3F;
}
</style>
border-color css
<style>
span { border-color: #D2AF3F; }
span { border-color: rgb(210,175,63); }
td.TdClassName
{
border-color: #D2AF3F;
}
.TagClassName
{
border-color: #D2AF3F;
}
</style>