Shades of Metallic Gold #D3AC2F
Tints of Metallic Gold #D3AC2F
RGB
CMYK
RGB Variations
Color information
#D3AC2F (or 0xD3AC2F) is known color: Metallic Gold. HEX triplet: D3, AC and 2F. RGB value is (211,172,47). Sum of RGB (Red+Green+Blue) = 211+172+47=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC2F is #2C53D0. Grayscale: #A9A9A9. Windows color (decimal): -2905041 or 3124435. OLE color: 3124435.
HSL color Cylindrical-coordinate representation of color #D3AC2F: hue angle of 45.73º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3AC2F is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 47 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.17 |
| HSL | 45.73º | 0.65% | 0.51% | - |
| HSV(B) | 45.73º | 0.78% | 0.83% | - |
| XYZ | 42.13 | 43.56 | 8.88 | - |
| YUV | 169.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 47 | 0 | 0.18 | 0.78 | 0.17 | 45.73 | 0.65 | 0.51 |
| Hex | D3 | AC | 2F | 0 | 12 | 4E | 11 | 2E | 41 | 33 |
| Octal | 323 | 254 | 57 | 0 | 22 | 116 | 21 | 56 | 101 | 63 |
| Binary | 11010011 | 10101100 | 101111 | 0 | 10010 | 1001110 | 10001 | 101110 | 1000001 | 110011 |
Color Harmonies of #D3AC2F
Complementary color
Monochromatic Colors of #D3AC2F
Black with #D3AC2F
Text Example
Text Example
White with #D3AC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC2F; }
p { color: rgb(211,172,47); }
H1.HeaderClassName
{
color: #D3AC2F;
}
.AnyTagClassName
{
color: #D3AC2F;
}
</style>
background-color css
<style>
a { background-color: #D3AC2F; }
a { background-color: rgb(211,172,47); }
div.DivClassName
{
background-color: #D3AC2F;
}
.BgClassName
{
background-color: #D3AC2F;
}
</style>
border-color css
<style>
span { border-color: #D3AC2F; }
span { border-color: rgb(211,172,47); }
td.TdClassName
{
border-color: #D3AC2F;
}
.TagClassName
{
border-color: #D3AC2F;
}
</style>