Shades of Metallic Gold #D3A743
Tints of Metallic Gold #D3A743
RGB
CMYK
RGB Variations
Color information
#D3A743 (or 0xD3A743) is known color: Metallic Gold. HEX triplet: D3, A7 and 43. RGB value is (211,167,67). Sum of RGB (Red+Green+Blue) = 211+167+67=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A743 is #2C58BC. Grayscale: #A9A9A9. Windows color (decimal): -2906301 or 4433875. OLE color: 4433875.
HSL color Cylindrical-coordinate representation of color #D3A743: hue angle of 41.67º 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 #D3A743 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 67 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.17 |
| HSL | 41.67º | 0.62% | 0.55% | - |
| HSV(B) | 41.67º | 0.68% | 0.83% | - |
| XYZ | 41.7 | 41.89 | 11.2 | - |
| YUV | 168.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 67 | 0 | 0.21 | 0.68 | 0.17 | 41.67 | 0.62 | 0.55 |
| Hex | D3 | A7 | 43 | 0 | 15 | 44 | 11 | 2A | 3E | 37 |
| Octal | 323 | 247 | 103 | 0 | 25 | 104 | 21 | 52 | 76 | 67 |
| Binary | 11010011 | 10100111 | 1000011 | 0 | 10101 | 1000100 | 10001 | 101010 | 111110 | 110111 |
Color Harmonies of #D3A743
Complementary color
Monochromatic Colors of #D3A743
Black with #D3A743
Text Example
Text Example
White with #D3A743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A743; }
p { color: rgb(211,167,67); }
H1.HeaderClassName
{
color: #D3A743;
}
.AnyTagClassName
{
color: #D3A743;
}
</style>
background-color css
<style>
a { background-color: #D3A743; }
a { background-color: rgb(211,167,67); }
div.DivClassName
{
background-color: #D3A743;
}
.BgClassName
{
background-color: #D3A743;
}
</style>
border-color css
<style>
span { border-color: #D3A743; }
span { border-color: rgb(211,167,67); }
td.TdClassName
{
border-color: #D3A743;
}
.TagClassName
{
border-color: #D3A743;
}
</style>