Shades of Metallic Gold #D4AD3F
Tints of Metallic Gold #D4AD3F
RGB
CMYK
RGB Variations
Color information
#D4AD3F (or 0xD4AD3F) is known color: Metallic Gold. HEX triplet: D4, AD and 3F. RGB value is (212,173,63). Sum of RGB (Red+Green+Blue) = 212+173+63=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD3F is #2B52C0. Grayscale: #ACACAC. Windows color (decimal): -2839233 or 4173268. OLE color: 4173268.
HSL color Cylindrical-coordinate representation of color #D4AD3F: hue angle of 44.3º 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 #D4AD3F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 63 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.17 |
| HSL | 44.3º | 0.63% | 0.54% | - |
| HSV(B) | 44.3º | 0.7% | 0.83% | - |
| XYZ | 42.99 | 44.24 | 10.98 | - |
| YUV | 172.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 63 | 0 | 0.18 | 0.70 | 0.17 | 44.3 | 0.63 | 0.54 |
| Hex | D4 | AD | 3F | 0 | 12 | 46 | 11 | 2C | 3F | 36 |
| Octal | 324 | 255 | 77 | 0 | 22 | 106 | 21 | 54 | 77 | 66 |
| Binary | 11010100 | 10101101 | 111111 | 0 | 10010 | 1000110 | 10001 | 101100 | 111111 | 110110 |
Color Harmonies of #D4AD3F
Complementary color
Monochromatic Colors of #D4AD3F
Black with #D4AD3F
Text Example
Text Example
White with #D4AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD3F; }
p { color: rgb(212,173,63); }
H1.HeaderClassName
{
color: #D4AD3F;
}
.AnyTagClassName
{
color: #D4AD3F;
}
</style>
background-color css
<style>
a { background-color: #D4AD3F; }
a { background-color: rgb(212,173,63); }
div.DivClassName
{
background-color: #D4AD3F;
}
.BgClassName
{
background-color: #D4AD3F;
}
</style>
border-color css
<style>
span { border-color: #D4AD3F; }
span { border-color: rgb(212,173,63); }
td.TdClassName
{
border-color: #D4AD3F;
}
.TagClassName
{
border-color: #D4AD3F;
}
</style>