Shades of Metallic Gold #D2A744
Tints of Metallic Gold #D2A744
RGB
CMYK
RGB Variations
Color information
#D2A744 (or 0xD2A744) is known color: Metallic Gold. HEX triplet: D2, A7 and 44. RGB value is (210,167,68). Sum of RGB (Red+Green+Blue) = 210+167+68=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A744 is #2D58BB. Grayscale: #A9A9A9. Windows color (decimal): -2971836 or 4499410. OLE color: 4499410.
HSL color Cylindrical-coordinate representation of color #D2A744: hue angle of 41.83º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2A744 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 68 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.18 |
| HSL | 41.83º | 0.61% | 0.55% | - |
| HSV(B) | 41.83º | 0.68% | 0.82% | - |
| XYZ | 41.44 | 41.76 | 11.34 | - |
| YUV | 168.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 68 | 0 | 0.20 | 0.68 | 0.18 | 41.83 | 0.61 | 0.55 |
| Hex | D2 | A7 | 44 | 0 | 14 | 44 | 12 | 2A | 3D | 37 |
| Octal | 322 | 247 | 104 | 0 | 24 | 104 | 22 | 52 | 75 | 67 |
| Binary | 11010010 | 10100111 | 1000100 | 0 | 10100 | 1000100 | 10010 | 101010 | 111101 | 110111 |
Color Harmonies of #D2A744
Complementary color
Monochromatic Colors of #D2A744
Black with #D2A744
Text Example
Text Example
White with #D2A744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A744; }
p { color: rgb(210,167,68); }
H1.HeaderClassName
{
color: #D2A744;
}
.AnyTagClassName
{
color: #D2A744;
}
</style>
background-color css
<style>
a { background-color: #D2A744; }
a { background-color: rgb(210,167,68); }
div.DivClassName
{
background-color: #D2A744;
}
.BgClassName
{
background-color: #D2A744;
}
</style>
border-color css
<style>
span { border-color: #D2A744; }
span { border-color: rgb(210,167,68); }
td.TdClassName
{
border-color: #D2A744;
}
.TagClassName
{
border-color: #D2A744;
}
</style>