Shades of Metallic Gold #D3A83D
Tints of Metallic Gold #D3A83D
RGB
CMYK
RGB Variations
Color information
#D3A83D (or 0xD3A83D) is known color: Metallic Gold. HEX triplet: D3, A8 and 3D. RGB value is (211,168,61). Sum of RGB (Red+Green+Blue) = 211+168+61=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A83D is #2C57C2. Grayscale: #A9A9A9. Windows color (decimal): -2906051 or 4040915. OLE color: 4040915.
HSL color Cylindrical-coordinate representation of color #D3A83D: hue angle of 42.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3A83D is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 168 | 61 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.17 |
| HSL | 42.8º | 0.63% | 0.53% | - |
| HSV(B) | 42.8º | 0.71% | 0.83% | - |
| XYZ | 41.71 | 42.19 | 10.36 | - |
| YUV | 168.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 168 | 61 | 0 | 0.20 | 0.71 | 0.17 | 42.8 | 0.63 | 0.53 |
| Hex | D3 | A8 | 3D | 0 | 14 | 47 | 11 | 2B | 3F | 35 |
| Octal | 323 | 250 | 75 | 0 | 24 | 107 | 21 | 53 | 77 | 65 |
| Binary | 11010011 | 10101000 | 111101 | 0 | 10100 | 1000111 | 10001 | 101011 | 111111 | 110101 |
Color Harmonies of #D3A83D
Complementary color
Monochromatic Colors of #D3A83D
Black with #D3A83D
Text Example
Text Example
White with #D3A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A83D; }
p { color: rgb(211,168,61); }
H1.HeaderClassName
{
color: #D3A83D;
}
.AnyTagClassName
{
color: #D3A83D;
}
</style>
background-color css
<style>
a { background-color: #D3A83D; }
a { background-color: rgb(211,168,61); }
div.DivClassName
{
background-color: #D3A83D;
}
.BgClassName
{
background-color: #D3A83D;
}
</style>
border-color css
<style>
span { border-color: #D3A83D; }
span { border-color: rgb(211,168,61); }
td.TdClassName
{
border-color: #D3A83D;
}
.TagClassName
{
border-color: #D3A83D;
}
</style>