Shades of Metallic Gold #D2A83F
Tints of Metallic Gold #D2A83F
RGB
CMYK
RGB Variations
Color information
#D2A83F (or 0xD2A83F) is known color: Metallic Gold. HEX triplet: D2, A8 and 3F. RGB value is (210,168,63). Sum of RGB (Red+Green+Blue) = 210+168+63=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A83F is #2D57C0. Grayscale: #A9A9A9. Windows color (decimal): -2971585 or 4171986. OLE color: 4171986.
HSL color Cylindrical-coordinate representation of color #D2A83F: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2A83F is Cyan = 0, Magento = 0.2, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 63 | - |
| CMYK | 0 | 0.2 | 0.70 | 0.18 |
| HSL | 42.86º | 0.62% | 0.54% | - |
| HSV(B) | 42.86º | 0.7% | 0.82% | - |
| XYZ | 41.48 | 42.07 | 10.64 | - |
| YUV | 168.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 63 | 0 | 0.2 | 0.70 | 0.18 | 42.86 | 0.62 | 0.54 |
| Hex | D2 | A8 | 3F | 0 | 14 | 46 | 12 | 2B | 3E | 36 |
| Octal | 322 | 250 | 77 | 0 | 24 | 106 | 22 | 53 | 76 | 66 |
| Binary | 11010010 | 10101000 | 111111 | 0 | 10100 | 1000110 | 10010 | 101011 | 111110 | 110110 |
Color Harmonies of #D2A83F
Complementary color
Monochromatic Colors of #D2A83F
Black with #D2A83F
Text Example
Text Example
White with #D2A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A83F; }
p { color: rgb(210,168,63); }
H1.HeaderClassName
{
color: #D2A83F;
}
.AnyTagClassName
{
color: #D2A83F;
}
</style>
background-color css
<style>
a { background-color: #D2A83F; }
a { background-color: rgb(210,168,63); }
div.DivClassName
{
background-color: #D2A83F;
}
.BgClassName
{
background-color: #D2A83F;
}
</style>
border-color css
<style>
span { border-color: #D2A83F; }
span { border-color: rgb(210,168,63); }
td.TdClassName
{
border-color: #D2A83F;
}
.TagClassName
{
border-color: #D2A83F;
}
</style>