Shades of Metallic Gold #D2A039
Tints of Metallic Gold #D2A039
RGB
CMYK
RGB Variations
Color information
#D2A039 (or 0xD2A039) is known color: Metallic Gold. HEX triplet: D2, A0 and 39. RGB value is (210,160,57). Sum of RGB (Red+Green+Blue) = 210+160+57=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A039 is #2D5FC6. Grayscale: #A3A3A3. Windows color (decimal): -2973639 or 3776722. OLE color: 3776722.
HSL color Cylindrical-coordinate representation of color #D2A039: hue angle of 40.39º 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 #D2A039 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 57 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.18 |
| HSL | 40.39º | 0.63% | 0.52% | - |
| HSV(B) | 40.39º | 0.73% | 0.82% | - |
| XYZ | 39.89 | 39.14 | 9.32 | - |
| YUV | 163.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 57 | 0 | 0.24 | 0.73 | 0.18 | 40.39 | 0.63 | 0.52 |
| Hex | D2 | A0 | 39 | 0 | 18 | 49 | 12 | 28 | 3F | 34 |
| Octal | 322 | 240 | 71 | 0 | 30 | 111 | 22 | 50 | 77 | 64 |
| Binary | 11010010 | 10100000 | 111001 | 0 | 11000 | 1001001 | 10010 | 101000 | 111111 | 110100 |
Color Harmonies of #D2A039
Complementary color
Monochromatic Colors of #D2A039
Black with #D2A039
Text Example
Text Example
White with #D2A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A039; }
p { color: rgb(210,160,57); }
H1.HeaderClassName
{
color: #D2A039;
}
.AnyTagClassName
{
color: #D2A039;
}
</style>
background-color css
<style>
a { background-color: #D2A039; }
a { background-color: rgb(210,160,57); }
div.DivClassName
{
background-color: #D2A039;
}
.BgClassName
{
background-color: #D2A039;
}
</style>
border-color css
<style>
span { border-color: #D2A039; }
span { border-color: rgb(210,160,57); }
td.TdClassName
{
border-color: #D2A039;
}
.TagClassName
{
border-color: #D2A039;
}
</style>