Shades of Metallic Gold #D3AE43
Tints of Metallic Gold #D3AE43
RGB
CMYK
RGB Variations
Color information
#D3AE43 (or 0xD3AE43) is known color: Metallic Gold. HEX triplet: D3, AE and 43. RGB value is (211,174,67). Sum of RGB (Red+Green+Blue) = 211+174+67=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AE43 is #2C51BC. Grayscale: #ADADAD. Windows color (decimal): -2904509 or 4435667. OLE color: 4435667.
HSL color Cylindrical-coordinate representation of color #D3AE43: hue angle of 44.58º 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 #D3AE43 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 67 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.17 |
| HSL | 44.58º | 0.62% | 0.55% | - |
| HSV(B) | 44.58º | 0.68% | 0.83% | - |
| XYZ | 43.01 | 44.53 | 11.64 | - |
| YUV | 172.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 67 | 0 | 0.18 | 0.68 | 0.17 | 44.58 | 0.62 | 0.55 |
| Hex | D3 | AE | 43 | 0 | 12 | 44 | 11 | 2D | 3E | 37 |
| Octal | 323 | 256 | 103 | 0 | 22 | 104 | 21 | 55 | 76 | 67 |
| Binary | 11010011 | 10101110 | 1000011 | 0 | 10010 | 1000100 | 10001 | 101101 | 111110 | 110111 |
Color Harmonies of #D3AE43
Complementary color
Monochromatic Colors of #D3AE43
Black with #D3AE43
Text Example
Text Example
White with #D3AE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AE43; }
p { color: rgb(211,174,67); }
H1.HeaderClassName
{
color: #D3AE43;
}
.AnyTagClassName
{
color: #D3AE43;
}
</style>
background-color css
<style>
a { background-color: #D3AE43; }
a { background-color: rgb(211,174,67); }
div.DivClassName
{
background-color: #D3AE43;
}
.BgClassName
{
background-color: #D3AE43;
}
</style>
border-color css
<style>
span { border-color: #D3AE43; }
span { border-color: rgb(211,174,67); }
td.TdClassName
{
border-color: #D3AE43;
}
.TagClassName
{
border-color: #D3AE43;
}
</style>