Shades of Metallic Gold #D2AD3F
Tints of Metallic Gold #D2AD3F
RGB
CMYK
RGB Variations
Color information
#D2AD3F (or 0xD2AD3F) is known color: Metallic Gold. HEX triplet: D2, AD and 3F. RGB value is (210,173,63). Sum of RGB (Red+Green+Blue) = 210+173+63=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD3F is #2D52C0. Grayscale: #ACACAC. Windows color (decimal): -2970305 or 4173266. OLE color: 4173266.
HSL color Cylindrical-coordinate representation of color #D2AD3F: hue angle of 44.9º 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 #D2AD3F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 63 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.18 |
| HSL | 44.9º | 0.62% | 0.54% | - |
| HSV(B) | 44.9º | 0.7% | 0.82% | - |
| XYZ | 42.42 | 43.95 | 10.95 | - |
| YUV | 171.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 63 | 0 | 0.18 | 0.70 | 0.18 | 44.9 | 0.62 | 0.54 |
| Hex | D2 | AD | 3F | 0 | 12 | 46 | 12 | 2D | 3E | 36 |
| Octal | 322 | 255 | 77 | 0 | 22 | 106 | 22 | 55 | 76 | 66 |
| Binary | 11010010 | 10101101 | 111111 | 0 | 10010 | 1000110 | 10010 | 101101 | 111110 | 110110 |
Color Harmonies of #D2AD3F
Complementary color
Monochromatic Colors of #D2AD3F
Black with #D2AD3F
Text Example
Text Example
White with #D2AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD3F; }
p { color: rgb(210,173,63); }
H1.HeaderClassName
{
color: #D2AD3F;
}
.AnyTagClassName
{
color: #D2AD3F;
}
</style>
background-color css
<style>
a { background-color: #D2AD3F; }
a { background-color: rgb(210,173,63); }
div.DivClassName
{
background-color: #D2AD3F;
}
.BgClassName
{
background-color: #D2AD3F;
}
</style>
border-color css
<style>
span { border-color: #D2AD3F; }
span { border-color: rgb(210,173,63); }
td.TdClassName
{
border-color: #D2AD3F;
}
.TagClassName
{
border-color: #D2AD3F;
}
</style>