Shades of Metallic Gold #D2A62F
Tints of Metallic Gold #D2A62F
RGB
CMYK
RGB Variations
Color information
#D2A62F (or 0xD2A62F) is known color: Metallic Gold. HEX triplet: D2, A6 and 2F. RGB value is (210,166,47). Sum of RGB (Red+Green+Blue) = 210+166+47=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A62F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A62F is #2D59D0. Grayscale: #A6A6A6. Windows color (decimal): -2972113 or 3122898. OLE color: 3122898.
HSL color Cylindrical-coordinate representation of color #D2A62F: hue angle of 43.8º 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 #D2A62F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.18 |
| HSL | 43.8º | 0.64% | 0.5% | - |
| HSV(B) | 43.8º | 0.78% | 0.82% | - |
| XYZ | 40.73 | 41.18 | 8.49 | - |
| YUV | 165.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 47 | 0 | 0.21 | 0.78 | 0.18 | 43.8 | 0.64 | 0.5 |
| Hex | D2 | A6 | 2F | 0 | 15 | 4E | 12 | 2C | 40 | 32 |
| Octal | 322 | 246 | 57 | 0 | 25 | 116 | 22 | 54 | 100 | 62 |
| Binary | 11010010 | 10100110 | 101111 | 0 | 10101 | 1001110 | 10010 | 101100 | 1000000 | 110010 |
Color Harmonies of #D2A62F
Complementary color
Monochromatic Colors of #D2A62F
Black with #D2A62F
Text Example
Text Example
White with #D2A62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A62F; }
p { color: rgb(210,166,47); }
H1.HeaderClassName
{
color: #D2A62F;
}
.AnyTagClassName
{
color: #D2A62F;
}
</style>
background-color css
<style>
a { background-color: #D2A62F; }
a { background-color: rgb(210,166,47); }
div.DivClassName
{
background-color: #D2A62F;
}
.BgClassName
{
background-color: #D2A62F;
}
</style>
border-color css
<style>
span { border-color: #D2A62F; }
span { border-color: rgb(210,166,47); }
td.TdClassName
{
border-color: #D2A62F;
}
.TagClassName
{
border-color: #D2A62F;
}
</style>