Shades of Metallic Gold #D4AD40
Tints of Metallic Gold #D4AD40
RGB
CMYK
RGB Variations
Color information
#D4AD40 (or 0xD4AD40) is known color: Metallic Gold. HEX triplet: D4, AD and 40. RGB value is (212,173,64). Sum of RGB (Red+Green+Blue) = 212+173+64=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD40 is #2B52BF. Grayscale: #ACACAC. Windows color (decimal): -2839232 or 4238804. OLE color: 4238804.
HSL color Cylindrical-coordinate representation of color #D4AD40: hue angle of 44.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4AD40 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 64 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.17 |
| HSL | 44.19º | 0.63% | 0.54% | - |
| HSV(B) | 44.19º | 0.7% | 0.83% | - |
| XYZ | 43.02 | 44.25 | 11.13 | - |
| YUV | 172.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 64 | 0 | 0.18 | 0.70 | 0.17 | 44.19 | 0.63 | 0.54 |
| Hex | D4 | AD | 40 | 0 | 12 | 46 | 11 | 2C | 3F | 36 |
| Octal | 324 | 255 | 100 | 0 | 22 | 106 | 21 | 54 | 77 | 66 |
| Binary | 11010100 | 10101101 | 1000000 | 0 | 10010 | 1000110 | 10001 | 101100 | 111111 | 110110 |
Color Harmonies of #D4AD40
Complementary color
Monochromatic Colors of #D4AD40
Black with #D4AD40
Text Example
Text Example
White with #D4AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD40; }
p { color: rgb(212,173,64); }
H1.HeaderClassName
{
color: #D4AD40;
}
.AnyTagClassName
{
color: #D4AD40;
}
</style>
background-color css
<style>
a { background-color: #D4AD40; }
a { background-color: rgb(212,173,64); }
div.DivClassName
{
background-color: #D4AD40;
}
.BgClassName
{
background-color: #D4AD40;
}
</style>
border-color css
<style>
span { border-color: #D4AD40; }
span { border-color: rgb(212,173,64); }
td.TdClassName
{
border-color: #D4AD40;
}
.TagClassName
{
border-color: #D4AD40;
}
</style>