Shades of Metallic Gold #D2A544
Tints of Metallic Gold #D2A544
RGB
CMYK
RGB Variations
Color information
#D2A544 (or 0xD2A544) is known color: Metallic Gold. HEX triplet: D2, A5 and 44. RGB value is (210,165,68). Sum of RGB (Red+Green+Blue) = 210+165+68=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A544 is #2D5ABB. Grayscale: #A7A7A7. Windows color (decimal): -2972348 or 4498898. OLE color: 4498898.
HSL color Cylindrical-coordinate representation of color #D2A544: hue angle of 40.99º 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 #D2A544 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 68 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.18 |
| HSL | 40.99º | 0.61% | 0.55% | - |
| HSV(B) | 40.99º | 0.68% | 0.82% | - |
| XYZ | 41.08 | 41.03 | 11.22 | - |
| YUV | 167.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 68 | 0 | 0.21 | 0.68 | 0.18 | 40.99 | 0.61 | 0.55 |
| Hex | D2 | A5 | 44 | 0 | 15 | 44 | 12 | 29 | 3D | 37 |
| Octal | 322 | 245 | 104 | 0 | 25 | 104 | 22 | 51 | 75 | 67 |
| Binary | 11010010 | 10100101 | 1000100 | 0 | 10101 | 1000100 | 10010 | 101001 | 111101 | 110111 |
Color Harmonies of #D2A544
Complementary color
Monochromatic Colors of #D2A544
Black with #D2A544
Text Example
Text Example
White with #D2A544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A544; }
p { color: rgb(210,165,68); }
H1.HeaderClassName
{
color: #D2A544;
}
.AnyTagClassName
{
color: #D2A544;
}
</style>
background-color css
<style>
a { background-color: #D2A544; }
a { background-color: rgb(210,165,68); }
div.DivClassName
{
background-color: #D2A544;
}
.BgClassName
{
background-color: #D2A544;
}
</style>
border-color css
<style>
span { border-color: #D2A544; }
span { border-color: rgb(210,165,68); }
td.TdClassName
{
border-color: #D2A544;
}
.TagClassName
{
border-color: #D2A544;
}
</style>