Shades of Metallic Gold #D2AD2F
Tints of Metallic Gold #D2AD2F
RGB
CMYK
RGB Variations
Color information
#D2AD2F (or 0xD2AD2F) is known color: Metallic Gold. HEX triplet: D2, AD and 2F. RGB value is (210,173,47). Sum of RGB (Red+Green+Blue) = 210+173+47=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD2F is #2D52D0. Grayscale: #AAAAAA. Windows color (decimal): -2970321 or 3124690. OLE color: 3124690.
HSL color Cylindrical-coordinate representation of color #D2AD2F: hue angle of 46.38º 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 #D2AD2F is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 47 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.18 |
| HSL | 46.38º | 0.64% | 0.5% | - |
| HSV(B) | 46.38º | 0.78% | 0.82% | - |
| XYZ | 42.04 | 43.79 | 8.93 | - |
| YUV | 169.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 47 | 0 | 0.18 | 0.78 | 0.18 | 46.38 | 0.64 | 0.5 |
| Hex | D2 | AD | 2F | 0 | 12 | 4E | 12 | 2E | 40 | 32 |
| Octal | 322 | 255 | 57 | 0 | 22 | 116 | 22 | 56 | 100 | 62 |
| Binary | 11010010 | 10101101 | 101111 | 0 | 10010 | 1001110 | 10010 | 101110 | 1000000 | 110010 |
Color Harmonies of #D2AD2F
Complementary color
Monochromatic Colors of #D2AD2F
Black with #D2AD2F
Text Example
Text Example
White with #D2AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD2F; }
p { color: rgb(210,173,47); }
H1.HeaderClassName
{
color: #D2AD2F;
}
.AnyTagClassName
{
color: #D2AD2F;
}
</style>
background-color css
<style>
a { background-color: #D2AD2F; }
a { background-color: rgb(210,173,47); }
div.DivClassName
{
background-color: #D2AD2F;
}
.BgClassName
{
background-color: #D2AD2F;
}
</style>
border-color css
<style>
span { border-color: #D2AD2F; }
span { border-color: rgb(210,173,47); }
td.TdClassName
{
border-color: #D2AD2F;
}
.TagClassName
{
border-color: #D2AD2F;
}
</style>