Shades of Metallic Gold #D2A439
Tints of Metallic Gold #D2A439
RGB
CMYK
RGB Variations
Color information
#D2A439 (or 0xD2A439) is known color: Metallic Gold. HEX triplet: D2, A4 and 39. RGB value is (210,164,57). Sum of RGB (Red+Green+Blue) = 210+164+57=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A439 is #2D5BC6. Grayscale: #A6A6A6. Windows color (decimal): -2972615 or 3777746. OLE color: 3777746.
HSL color Cylindrical-coordinate representation of color #D2A439: hue angle of 41.96º 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 #D2A439 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 57 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.18 |
| HSL | 41.96º | 0.63% | 0.52% | - |
| HSV(B) | 41.96º | 0.73% | 0.82% | - |
| XYZ | 40.59 | 40.55 | 9.56 | - |
| YUV | 165.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 57 | 0 | 0.22 | 0.73 | 0.18 | 41.96 | 0.63 | 0.52 |
| Hex | D2 | A4 | 39 | 0 | 16 | 49 | 12 | 2A | 3F | 34 |
| Octal | 322 | 244 | 71 | 0 | 26 | 111 | 22 | 52 | 77 | 64 |
| Binary | 11010010 | 10100100 | 111001 | 0 | 10110 | 1001001 | 10010 | 101010 | 111111 | 110100 |
Color Harmonies of #D2A439
Complementary color
Monochromatic Colors of #D2A439
Black with #D2A439
Text Example
Text Example
White with #D2A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A439; }
p { color: rgb(210,164,57); }
H1.HeaderClassName
{
color: #D2A439;
}
.AnyTagClassName
{
color: #D2A439;
}
</style>
background-color css
<style>
a { background-color: #D2A439; }
a { background-color: rgb(210,164,57); }
div.DivClassName
{
background-color: #D2A439;
}
.BgClassName
{
background-color: #D2A439;
}
</style>
border-color css
<style>
span { border-color: #D2A439; }
span { border-color: rgb(210,164,57); }
td.TdClassName
{
border-color: #D2A439;
}
.TagClassName
{
border-color: #D2A439;
}
</style>