Shades of Metallic Gold #D3AC47
Tints of Metallic Gold #D3AC47
RGB
CMYK
RGB Variations
Color information
#D3AC47 (or 0xD3AC47) is known color: Metallic Gold. HEX triplet: D3, AC and 47. RGB value is (211,172,71). Sum of RGB (Red+Green+Blue) = 211+172+71=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC47 is #2C53B8. Grayscale: #ACACAC. Windows color (decimal): -2905017 or 4697299. OLE color: 4697299.
HSL color Cylindrical-coordinate representation of color #D3AC47: hue angle of 43.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3AC47 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 71 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.17 |
| HSL | 43.29º | 0.61% | 0.55% | - |
| HSV(B) | 43.29º | 0.66% | 0.83% | - |
| XYZ | 42.75 | 43.81 | 12.16 | - |
| YUV | 172.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 71 | 0 | 0.18 | 0.66 | 0.17 | 43.29 | 0.61 | 0.55 |
| Hex | D3 | AC | 47 | 0 | 12 | 42 | 11 | 2B | 3D | 37 |
| Octal | 323 | 254 | 107 | 0 | 22 | 102 | 21 | 53 | 75 | 67 |
| Binary | 11010011 | 10101100 | 1000111 | 0 | 10010 | 1000010 | 10001 | 101011 | 111101 | 110111 |
Color Harmonies of #D3AC47
Complementary color
Monochromatic Colors of #D3AC47
Black with #D3AC47
Text Example
Text Example
White with #D3AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC47; }
p { color: rgb(211,172,71); }
H1.HeaderClassName
{
color: #D3AC47;
}
.AnyTagClassName
{
color: #D3AC47;
}
</style>
background-color css
<style>
a { background-color: #D3AC47; }
a { background-color: rgb(211,172,71); }
div.DivClassName
{
background-color: #D3AC47;
}
.BgClassName
{
background-color: #D3AC47;
}
</style>
border-color css
<style>
span { border-color: #D3AC47; }
span { border-color: rgb(211,172,71); }
td.TdClassName
{
border-color: #D3AC47;
}
.TagClassName
{
border-color: #D3AC47;
}
</style>