Shades of Metallic Gold #D3AC44
Tints of Metallic Gold #D3AC44
RGB
CMYK
RGB Variations
Color information
#D3AC44 (or 0xD3AC44) is known color: Metallic Gold. HEX triplet: D3, AC and 44. RGB value is (211,172,68). Sum of RGB (Red+Green+Blue) = 211+172+68=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC44 is #2C53BB. Grayscale: #ACACAC. Windows color (decimal): -2905020 or 4500691. OLE color: 4500691.
HSL color Cylindrical-coordinate representation of color #D3AC44: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3AC44 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 68 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.17 |
| HSL | 43.64º | 0.62% | 0.55% | - |
| HSV(B) | 43.64º | 0.68% | 0.83% | - |
| XYZ | 42.66 | 43.77 | 11.67 | - |
| YUV | 171.81 | 69.42 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 68 | 0 | 0.18 | 0.68 | 0.17 | 43.64 | 0.62 | 0.55 |
| Hex | D3 | AC | 44 | 0 | 12 | 44 | 11 | 2C | 3E | 37 |
| Octal | 323 | 254 | 104 | 0 | 22 | 104 | 21 | 54 | 76 | 67 |
| Binary | 11010011 | 10101100 | 1000100 | 0 | 10010 | 1000100 | 10001 | 101100 | 111110 | 110111 |
Color Harmonies of #D3AC44
Complementary color
Monochromatic Colors of #D3AC44
Black with #D3AC44
Text Example
Text Example
White with #D3AC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC44; }
p { color: rgb(211,172,68); }
H1.HeaderClassName
{
color: #D3AC44;
}
.AnyTagClassName
{
color: #D3AC44;
}
</style>
background-color css
<style>
a { background-color: #D3AC44; }
a { background-color: rgb(211,172,68); }
div.DivClassName
{
background-color: #D3AC44;
}
.BgClassName
{
background-color: #D3AC44;
}
</style>
border-color css
<style>
span { border-color: #D3AC44; }
span { border-color: rgb(211,172,68); }
td.TdClassName
{
border-color: #D3AC44;
}
.TagClassName
{
border-color: #D3AC44;
}
</style>