Shades of Metallic Gold #D3AD39
Tints of Metallic Gold #D3AD39
RGB
CMYK
RGB Variations
Color information
#D3AD39 (or 0xD3AD39) is known color: Metallic Gold. HEX triplet: D3, AD and 39. RGB value is (211,173,57). Sum of RGB (Red+Green+Blue) = 211+173+57=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AD39 is #2C52C6. Grayscale: #ABABAB. Windows color (decimal): -2904775 or 3780051. OLE color: 3780051.
HSL color Cylindrical-coordinate representation of color #D3AD39: hue angle of 45.19º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3AD39 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 57 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.17 |
| HSL | 45.19º | 0.64% | 0.53% | - |
| HSV(B) | 45.19º | 0.73% | 0.83% | - |
| XYZ | 42.55 | 44.03 | 10.13 | - |
| YUV | 171.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 57 | 0 | 0.18 | 0.73 | 0.17 | 45.19 | 0.64 | 0.53 |
| Hex | D3 | AD | 39 | 0 | 12 | 49 | 11 | 2D | 40 | 35 |
| Octal | 323 | 255 | 71 | 0 | 22 | 111 | 21 | 55 | 100 | 65 |
| Binary | 11010011 | 10101101 | 111001 | 0 | 10010 | 1001001 | 10001 | 101101 | 1000000 | 110101 |
Color Harmonies of #D3AD39
Complementary color
Monochromatic Colors of #D3AD39
Black with #D3AD39
Text Example
Text Example
White with #D3AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD39; }
p { color: rgb(211,173,57); }
H1.HeaderClassName
{
color: #D3AD39;
}
.AnyTagClassName
{
color: #D3AD39;
}
</style>
background-color css
<style>
a { background-color: #D3AD39; }
a { background-color: rgb(211,173,57); }
div.DivClassName
{
background-color: #D3AD39;
}
.BgClassName
{
background-color: #D3AD39;
}
</style>
border-color css
<style>
span { border-color: #D3AD39; }
span { border-color: rgb(211,173,57); }
td.TdClassName
{
border-color: #D3AD39;
}
.TagClassName
{
border-color: #D3AD39;
}
</style>