Shades of Metallic Gold #D2A243
Tints of Metallic Gold #D2A243
RGB
CMYK
RGB Variations
Color information
#D2A243 (or 0xD2A243) is known color: Metallic Gold. HEX triplet: D2, A2 and 43. RGB value is (210,162,67). Sum of RGB (Red+Green+Blue) = 210+162+67=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A243 is #2D5DBC. Grayscale: #A5A5A5. Windows color (decimal): -2973117 or 4432594. OLE color: 4432594.
HSL color Cylindrical-coordinate representation of color #D2A243: hue angle of 39.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2A243 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 67 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.18 |
| HSL | 39.86º | 0.61% | 0.54% | - |
| HSV(B) | 39.86º | 0.68% | 0.82% | - |
| XYZ | 40.51 | 39.95 | 10.89 | - |
| YUV | 165.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 67 | 0 | 0.23 | 0.68 | 0.18 | 39.86 | 0.61 | 0.54 |
| Hex | D2 | A2 | 43 | 0 | 17 | 44 | 12 | 28 | 3D | 36 |
| Octal | 322 | 242 | 103 | 0 | 27 | 104 | 22 | 50 | 75 | 66 |
| Binary | 11010010 | 10100010 | 1000011 | 0 | 10111 | 1000100 | 10010 | 101000 | 111101 | 110110 |
Color Harmonies of #D2A243
Complementary color
Monochromatic Colors of #D2A243
Black with #D2A243
Text Example
Text Example
White with #D2A243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A243; }
p { color: rgb(210,162,67); }
H1.HeaderClassName
{
color: #D2A243;
}
.AnyTagClassName
{
color: #D2A243;
}
</style>
background-color css
<style>
a { background-color: #D2A243; }
a { background-color: rgb(210,162,67); }
div.DivClassName
{
background-color: #D2A243;
}
.BgClassName
{
background-color: #D2A243;
}
</style>
border-color css
<style>
span { border-color: #D2A243; }
span { border-color: rgb(210,162,67); }
td.TdClassName
{
border-color: #D2A243;
}
.TagClassName
{
border-color: #D2A243;
}
</style>