Shades of Metallic Gold #D4AD47
Tints of Metallic Gold #D4AD47
RGB
CMYK
RGB Variations
Color information
#D4AD47 (or 0xD4AD47) is known color: Metallic Gold. HEX triplet: D4, AD and 47. RGB value is (212,173,71). Sum of RGB (Red+Green+Blue) = 212+173+71=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD47 is #2B52B8. Grayscale: #ADADAD. Windows color (decimal): -2839225 or 4697556. OLE color: 4697556.
HSL color Cylindrical-coordinate representation of color #D4AD47: hue angle of 43.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4AD47 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 71 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.17 |
| HSL | 43.4º | 0.62% | 0.55% | - |
| HSV(B) | 43.4º | 0.67% | 0.83% | - |
| XYZ | 43.23 | 44.34 | 12.24 | - |
| YUV | 173.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 71 | 0 | 0.18 | 0.67 | 0.17 | 43.4 | 0.62 | 0.55 |
| Hex | D4 | AD | 47 | 0 | 12 | 43 | 11 | 2B | 3E | 37 |
| Octal | 324 | 255 | 107 | 0 | 22 | 103 | 21 | 53 | 76 | 67 |
| Binary | 11010100 | 10101101 | 1000111 | 0 | 10010 | 1000011 | 10001 | 101011 | 111110 | 110111 |
Color Harmonies of #D4AD47
Complementary color
Monochromatic Colors of #D4AD47
Black with #D4AD47
Text Example
Text Example
White with #D4AD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD47; }
p { color: rgb(212,173,71); }
H1.HeaderClassName
{
color: #D4AD47;
}
.AnyTagClassName
{
color: #D4AD47;
}
</style>
background-color css
<style>
a { background-color: #D4AD47; }
a { background-color: rgb(212,173,71); }
div.DivClassName
{
background-color: #D4AD47;
}
.BgClassName
{
background-color: #D4AD47;
}
</style>
border-color css
<style>
span { border-color: #D4AD47; }
span { border-color: rgb(212,173,71); }
td.TdClassName
{
border-color: #D4AD47;
}
.TagClassName
{
border-color: #D4AD47;
}
</style>