Shades of Metallic Gold #D3AC3A
Tints of Metallic Gold #D3AC3A
RGB
CMYK
RGB Variations
Color information
#D3AC3A (or 0xD3AC3A) is known color: Metallic Gold. HEX triplet: D3, AC and 3A. RGB value is (211,172,58). Sum of RGB (Red+Green+Blue) = 211+172+58=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC3A is #2C53C5. Grayscale: #ABABAB. Windows color (decimal): -2905030 or 3845331. OLE color: 3845331.
HSL color Cylindrical-coordinate representation of color #D3AC3A: hue angle of 44.71º degrees, saturation: 0.63, 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 #D3AC3A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 58 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.17 |
| HSL | 44.71º | 0.63% | 0.53% | - |
| HSV(B) | 44.71º | 0.73% | 0.83% | - |
| XYZ | 42.38 | 43.66 | 10.2 | - |
| YUV | 170.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 58 | 0 | 0.18 | 0.73 | 0.17 | 44.71 | 0.63 | 0.53 |
| Hex | D3 | AC | 3A | 0 | 12 | 49 | 11 | 2D | 3F | 35 |
| Octal | 323 | 254 | 72 | 0 | 22 | 111 | 21 | 55 | 77 | 65 |
| Binary | 11010011 | 10101100 | 111010 | 0 | 10010 | 1001001 | 10001 | 101101 | 111111 | 110101 |
Color Harmonies of #D3AC3A
Complementary color
Monochromatic Colors of #D3AC3A
Black with #D3AC3A
Text Example
Text Example
White with #D3AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC3A; }
p { color: rgb(211,172,58); }
H1.HeaderClassName
{
color: #D3AC3A;
}
.AnyTagClassName
{
color: #D3AC3A;
}
</style>
background-color css
<style>
a { background-color: #D3AC3A; }
a { background-color: rgb(211,172,58); }
div.DivClassName
{
background-color: #D3AC3A;
}
.BgClassName
{
background-color: #D3AC3A;
}
</style>
border-color css
<style>
span { border-color: #D3AC3A; }
span { border-color: rgb(211,172,58); }
td.TdClassName
{
border-color: #D3AC3A;
}
.TagClassName
{
border-color: #D3AC3A;
}
</style>