Shades of Metallic Gold #D2A837
Tints of Metallic Gold #D2A837
RGB
CMYK
RGB Variations
Color information
#D2A837 (or 0xD2A837) is known color: Metallic Gold. HEX triplet: D2, A8 and 37. RGB value is (210,168,55). Sum of RGB (Red+Green+Blue) = 210+168+55=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A837 is #2D57C8. Grayscale: #A8A8A8. Windows color (decimal): -2971593 or 3647698. OLE color: 3647698.
HSL color Cylindrical-coordinate representation of color #D2A837: hue angle of 43.74º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2A837 is Cyan = 0, Magento = 0.2, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 55 | - |
| CMYK | 0 | 0.2 | 0.74 | 0.18 |
| HSL | 43.74º | 0.63% | 0.52% | - |
| HSV(B) | 43.74º | 0.74% | 0.82% | - |
| XYZ | 41.27 | 41.98 | 9.54 | - |
| YUV | 167.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 55 | 0 | 0.2 | 0.74 | 0.18 | 43.74 | 0.63 | 0.52 |
| Hex | D2 | A8 | 37 | 0 | 14 | 4A | 12 | 2C | 3F | 34 |
| Octal | 322 | 250 | 67 | 0 | 24 | 112 | 22 | 54 | 77 | 64 |
| Binary | 11010010 | 10101000 | 110111 | 0 | 10100 | 1001010 | 10010 | 101100 | 111111 | 110100 |
Color Harmonies of #D2A837
Complementary color
Monochromatic Colors of #D2A837
Black with #D2A837
Text Example
Text Example
White with #D2A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A837; }
p { color: rgb(210,168,55); }
H1.HeaderClassName
{
color: #D2A837;
}
.AnyTagClassName
{
color: #D2A837;
}
</style>
background-color css
<style>
a { background-color: #D2A837; }
a { background-color: rgb(210,168,55); }
div.DivClassName
{
background-color: #D2A837;
}
.BgClassName
{
background-color: #D2A837;
}
</style>
border-color css
<style>
span { border-color: #D2A837; }
span { border-color: rgb(210,168,55); }
td.TdClassName
{
border-color: #D2A837;
}
.TagClassName
{
border-color: #D2A837;
}
</style>