Shades of Metallic Gold #D2A839
Tints of Metallic Gold #D2A839
RGB
CMYK
RGB Variations
Color information
#D2A839 (or 0xD2A839) is known color: Metallic Gold. HEX triplet: D2, A8 and 39. RGB value is (210,168,57). Sum of RGB (Red+Green+Blue) = 210+168+57=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A839 is #2D57C6. Grayscale: #A8A8A8. Windows color (decimal): -2971591 or 3778770. OLE color: 3778770.
HSL color Cylindrical-coordinate representation of color #D2A839: hue angle of 43.53º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2A839 is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 57 | - |
| CMYK | 0 | 0.2 | 0.73 | 0.18 |
| HSL | 43.53º | 0.63% | 0.52% | - |
| HSV(B) | 43.53º | 0.73% | 0.82% | - |
| XYZ | 41.32 | 42 | 9.8 | - |
| YUV | 167.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 57 | 0 | 0.2 | 0.73 | 0.18 | 43.53 | 0.63 | 0.52 |
| Hex | D2 | A8 | 39 | 0 | 14 | 49 | 12 | 2C | 3F | 34 |
| Octal | 322 | 250 | 71 | 0 | 24 | 111 | 22 | 54 | 77 | 64 |
| Binary | 11010010 | 10101000 | 111001 | 0 | 10100 | 1001001 | 10010 | 101100 | 111111 | 110100 |
Color Harmonies of #D2A839
Complementary color
Monochromatic Colors of #D2A839
Black with #D2A839
Text Example
Text Example
White with #D2A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A839; }
p { color: rgb(210,168,57); }
H1.HeaderClassName
{
color: #D2A839;
}
.AnyTagClassName
{
color: #D2A839;
}
</style>
background-color css
<style>
a { background-color: #D2A839; }
a { background-color: rgb(210,168,57); }
div.DivClassName
{
background-color: #D2A839;
}
.BgClassName
{
background-color: #D2A839;
}
</style>
border-color css
<style>
span { border-color: #D2A839; }
span { border-color: rgb(210,168,57); }
td.TdClassName
{
border-color: #D2A839;
}
.TagClassName
{
border-color: #D2A839;
}
</style>