Shades of Metallic Gold #D3AC3C
Tints of Metallic Gold #D3AC3C
RGB
CMYK
RGB Variations
Color information
#D3AC3C (or 0xD3AC3C) is known color: Metallic Gold. HEX triplet: D3, AC and 3C. RGB value is (211,172,60). Sum of RGB (Red+Green+Blue) = 211+172+60=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC3C is #2C53C3. Grayscale: #ABABAB. Windows color (decimal): -2905028 or 3976403. OLE color: 3976403.
HSL color Cylindrical-coordinate representation of color #D3AC3C: hue angle of 44.5º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3AC3C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 60 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.17 |
| HSL | 44.5º | 0.63% | 0.53% | - |
| HSV(B) | 44.5º | 0.72% | 0.83% | - |
| XYZ | 42.43 | 43.68 | 10.47 | - |
| YUV | 170.89 | 65.42 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 60 | 0 | 0.18 | 0.72 | 0.17 | 44.5 | 0.63 | 0.53 |
| Hex | D3 | AC | 3C | 0 | 12 | 48 | 11 | 2D | 3F | 35 |
| Octal | 323 | 254 | 74 | 0 | 22 | 110 | 21 | 55 | 77 | 65 |
| Binary | 11010011 | 10101100 | 111100 | 0 | 10010 | 1001000 | 10001 | 101101 | 111111 | 110101 |
Color Harmonies of #D3AC3C
Complementary color
Monochromatic Colors of #D3AC3C
Black with #D3AC3C
Text Example
Text Example
White with #D3AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC3C; }
p { color: rgb(211,172,60); }
H1.HeaderClassName
{
color: #D3AC3C;
}
.AnyTagClassName
{
color: #D3AC3C;
}
</style>
background-color css
<style>
a { background-color: #D3AC3C; }
a { background-color: rgb(211,172,60); }
div.DivClassName
{
background-color: #D3AC3C;
}
.BgClassName
{
background-color: #D3AC3C;
}
</style>
border-color css
<style>
span { border-color: #D3AC3C; }
span { border-color: rgb(211,172,60); }
td.TdClassName
{
border-color: #D3AC3C;
}
.TagClassName
{
border-color: #D3AC3C;
}
</style>