Shades of Metallic Gold #D3AC43
Tints of Metallic Gold #D3AC43
RGB
CMYK
RGB Variations
Color information
#D3AC43 (or 0xD3AC43) is known color: Metallic Gold. HEX triplet: D3, AC and 43. RGB value is (211,172,67). Sum of RGB (Red+Green+Blue) = 211+172+67=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AC43 is #2C53BC. Grayscale: #ACACAC. Windows color (decimal): -2905021 or 4435155. OLE color: 4435155.
HSL color Cylindrical-coordinate representation of color #D3AC43: hue angle of 43.75º 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 #D3AC43 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 172 | 67 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.17 |
| HSL | 43.75º | 0.62% | 0.55% | - |
| HSV(B) | 43.75º | 0.68% | 0.83% | - |
| XYZ | 42.63 | 43.76 | 11.51 | - |
| YUV | 171.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 67 | 0 | 0.18 | 0.68 | 0.17 | 43.75 | 0.62 | 0.55 |
| Hex | D3 | AC | 43 | 0 | 12 | 44 | 11 | 2C | 3E | 37 |
| Octal | 323 | 254 | 103 | 0 | 22 | 104 | 21 | 54 | 76 | 67 |
| Binary | 11010011 | 10101100 | 1000011 | 0 | 10010 | 1000100 | 10001 | 101100 | 111110 | 110111 |
Color Harmonies of #D3AC43
Complementary color
Monochromatic Colors of #D3AC43
Black with #D3AC43
Text Example
Text Example
White with #D3AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AC43; }
p { color: rgb(211,172,67); }
H1.HeaderClassName
{
color: #D3AC43;
}
.AnyTagClassName
{
color: #D3AC43;
}
</style>
background-color css
<style>
a { background-color: #D3AC43; }
a { background-color: rgb(211,172,67); }
div.DivClassName
{
background-color: #D3AC43;
}
.BgClassName
{
background-color: #D3AC43;
}
</style>
border-color css
<style>
span { border-color: #D3AC43; }
span { border-color: rgb(211,172,67); }
td.TdClassName
{
border-color: #D3AC43;
}
.TagClassName
{
border-color: #D3AC43;
}
</style>