Shades of Metallic Gold #D2A540
Tints of Metallic Gold #D2A540
RGB
CMYK
RGB Variations
Color information
#D2A540 (or 0xD2A540) is known color: Metallic Gold. HEX triplet: D2, A5 and 40. RGB value is (210,165,64). Sum of RGB (Red+Green+Blue) = 210+165+64=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A540 is #2D5ABF. Grayscale: #A7A7A7. Windows color (decimal): -2972352 or 4236754. OLE color: 4236754.
HSL color Cylindrical-coordinate representation of color #D2A540: hue angle of 41.51º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2A540 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 64 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.18 |
| HSL | 41.51º | 0.62% | 0.54% | - |
| HSV(B) | 41.51º | 0.7% | 0.82% | - |
| XYZ | 40.96 | 40.98 | 10.6 | - |
| YUV | 166.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 64 | 0 | 0.21 | 0.70 | 0.18 | 41.51 | 0.62 | 0.54 |
| Hex | D2 | A5 | 40 | 0 | 15 | 46 | 12 | 2A | 3E | 36 |
| Octal | 322 | 245 | 100 | 0 | 25 | 106 | 22 | 52 | 76 | 66 |
| Binary | 11010010 | 10100101 | 1000000 | 0 | 10101 | 1000110 | 10010 | 101010 | 111110 | 110110 |
Color Harmonies of #D2A540
Complementary color
Monochromatic Colors of #D2A540
Black with #D2A540
Text Example
Text Example
White with #D2A540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A540; }
p { color: rgb(210,165,64); }
H1.HeaderClassName
{
color: #D2A540;
}
.AnyTagClassName
{
color: #D2A540;
}
</style>
background-color css
<style>
a { background-color: #D2A540; }
a { background-color: rgb(210,165,64); }
div.DivClassName
{
background-color: #D2A540;
}
.BgClassName
{
background-color: #D2A540;
}
</style>
border-color css
<style>
span { border-color: #D2A540; }
span { border-color: rgb(210,165,64); }
td.TdClassName
{
border-color: #D2A540;
}
.TagClassName
{
border-color: #D2A540;
}
</style>