Shades of Metallic Gold #D4A63F
Tints of Metallic Gold #D4A63F
RGB
CMYK
RGB Variations
Color information
#D4A63F (or 0xD4A63F) is known color: Metallic Gold. HEX triplet: D4, A6 and 3F. RGB value is (212,166,63). Sum of RGB (Red+Green+Blue) = 212+166+63=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A63F is #2B59C0. Grayscale: #A8A8A8. Windows color (decimal): -2841025 or 4171476. OLE color: 4171476.
HSL color Cylindrical-coordinate representation of color #D4A63F: hue angle of 41.48º 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 #D4A63F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 63 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.17 |
| HSL | 41.48º | 0.63% | 0.54% | - |
| HSV(B) | 41.48º | 0.7% | 0.83% | - |
| XYZ | 41.68 | 41.63 | 10.54 | - |
| YUV | 168.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 63 | 0 | 0.22 | 0.70 | 0.17 | 41.48 | 0.63 | 0.54 |
| Hex | D4 | A6 | 3F | 0 | 16 | 46 | 11 | 29 | 3F | 36 |
| Octal | 324 | 246 | 77 | 0 | 26 | 106 | 21 | 51 | 77 | 66 |
| Binary | 11010100 | 10100110 | 111111 | 0 | 10110 | 1000110 | 10001 | 101001 | 111111 | 110110 |
Color Harmonies of #D4A63F
Complementary color
Monochromatic Colors of #D4A63F
Black with #D4A63F
Text Example
Text Example
White with #D4A63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A63F; }
p { color: rgb(212,166,63); }
H1.HeaderClassName
{
color: #D4A63F;
}
.AnyTagClassName
{
color: #D4A63F;
}
</style>
background-color css
<style>
a { background-color: #D4A63F; }
a { background-color: rgb(212,166,63); }
div.DivClassName
{
background-color: #D4A63F;
}
.BgClassName
{
background-color: #D4A63F;
}
</style>
border-color css
<style>
span { border-color: #D4A63F; }
span { border-color: rgb(212,166,63); }
td.TdClassName
{
border-color: #D4A63F;
}
.TagClassName
{
border-color: #D4A63F;
}
</style>