Shades of Metallic Gold #D3A643
Tints of Metallic Gold #D3A643
RGB
CMYK
RGB Variations
Color information
#D3A643 (or 0xD3A643) is known color: Metallic Gold. HEX triplet: D3, A6 and 43. RGB value is (211,166,67). Sum of RGB (Red+Green+Blue) = 211+166+67=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A643 is #2C59BC. Grayscale: #A8A8A8. Windows color (decimal): -2906557 or 4433619. OLE color: 4433619.
HSL color Cylindrical-coordinate representation of color #D3A643: hue angle of 41.25º 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 #D3A643 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 166 | 67 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.17 |
| HSL | 41.25º | 0.62% | 0.55% | - |
| HSV(B) | 41.25º | 0.68% | 0.83% | - |
| XYZ | 41.51 | 41.53 | 11.14 | - |
| YUV | 168.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 67 | 0 | 0.21 | 0.68 | 0.17 | 41.25 | 0.62 | 0.55 |
| Hex | D3 | A6 | 43 | 0 | 15 | 44 | 11 | 29 | 3E | 37 |
| Octal | 323 | 246 | 103 | 0 | 25 | 104 | 21 | 51 | 76 | 67 |
| Binary | 11010011 | 10100110 | 1000011 | 0 | 10101 | 1000100 | 10001 | 101001 | 111110 | 110111 |
Color Harmonies of #D3A643
Complementary color
Monochromatic Colors of #D3A643
Black with #D3A643
Text Example
Text Example
White with #D3A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A643; }
p { color: rgb(211,166,67); }
H1.HeaderClassName
{
color: #D3A643;
}
.AnyTagClassName
{
color: #D3A643;
}
</style>
background-color css
<style>
a { background-color: #D3A643; }
a { background-color: rgb(211,166,67); }
div.DivClassName
{
background-color: #D3A643;
}
.BgClassName
{
background-color: #D3A643;
}
</style>
border-color css
<style>
span { border-color: #D3A643; }
span { border-color: rgb(211,166,67); }
td.TdClassName
{
border-color: #D3A643;
}
.TagClassName
{
border-color: #D3A643;
}
</style>