Shades of Metallic Gold #D2A343
Tints of Metallic Gold #D2A343
RGB
CMYK
RGB Variations
Color information
#D2A343 (or 0xD2A343) is known color: Metallic Gold. HEX triplet: D2, A3 and 43. RGB value is (210,163,67). Sum of RGB (Red+Green+Blue) = 210+163+67=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A343 is #2D5CBC. Grayscale: #A6A6A6. Windows color (decimal): -2972861 or 4432850. OLE color: 4432850.
HSL color Cylindrical-coordinate representation of color #D2A343: hue angle of 40.28º 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 #D2A343 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 67 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.18 |
| HSL | 40.28º | 0.61% | 0.54% | - |
| HSV(B) | 40.28º | 0.68% | 0.82% | - |
| XYZ | 40.69 | 40.3 | 10.94 | - |
| YUV | 166.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 67 | 0 | 0.22 | 0.68 | 0.18 | 40.28 | 0.61 | 0.54 |
| Hex | D2 | A3 | 43 | 0 | 16 | 44 | 12 | 28 | 3D | 36 |
| Octal | 322 | 243 | 103 | 0 | 26 | 104 | 22 | 50 | 75 | 66 |
| Binary | 11010010 | 10100011 | 1000011 | 0 | 10110 | 1000100 | 10010 | 101000 | 111101 | 110110 |
Color Harmonies of #D2A343
Complementary color
Monochromatic Colors of #D2A343
Black with #D2A343
Text Example
Text Example
White with #D2A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A343; }
p { color: rgb(210,163,67); }
H1.HeaderClassName
{
color: #D2A343;
}
.AnyTagClassName
{
color: #D2A343;
}
</style>
background-color css
<style>
a { background-color: #D2A343; }
a { background-color: rgb(210,163,67); }
div.DivClassName
{
background-color: #D2A343;
}
.BgClassName
{
background-color: #D2A343;
}
</style>
border-color css
<style>
span { border-color: #D2A343; }
span { border-color: rgb(210,163,67); }
td.TdClassName
{
border-color: #D2A343;
}
.TagClassName
{
border-color: #D2A343;
}
</style>