Shades of Metallic Gold #D4A73F
Tints of Metallic Gold #D4A73F
RGB
CMYK
RGB Variations
Color information
#D4A73F (or 0xD4A73F) is known color: Metallic Gold. HEX triplet: D4, A7 and 3F. RGB value is (212,167,63). Sum of RGB (Red+Green+Blue) = 212+167+63=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A73F is #2B58C0. Grayscale: #A9A9A9. Windows color (decimal): -2840769 or 4171732. OLE color: 4171732.
HSL color Cylindrical-coordinate representation of color #D4A73F: hue angle of 41.88º 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 #D4A73F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 63 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.17 |
| HSL | 41.88º | 0.63% | 0.54% | - |
| HSV(B) | 41.88º | 0.7% | 0.83% | - |
| XYZ | 41.87 | 41.99 | 10.6 | - |
| YUV | 168.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 63 | 0 | 0.21 | 0.70 | 0.17 | 41.88 | 0.63 | 0.54 |
| Hex | D4 | A7 | 3F | 0 | 15 | 46 | 11 | 2A | 3F | 36 |
| Octal | 324 | 247 | 77 | 0 | 25 | 106 | 21 | 52 | 77 | 66 |
| Binary | 11010100 | 10100111 | 111111 | 0 | 10101 | 1000110 | 10001 | 101010 | 111111 | 110110 |
Color Harmonies of #D4A73F
Complementary color
Monochromatic Colors of #D4A73F
Black with #D4A73F
Text Example
Text Example
White with #D4A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A73F; }
p { color: rgb(212,167,63); }
H1.HeaderClassName
{
color: #D4A73F;
}
.AnyTagClassName
{
color: #D4A73F;
}
</style>
background-color css
<style>
a { background-color: #D4A73F; }
a { background-color: rgb(212,167,63); }
div.DivClassName
{
background-color: #D4A73F;
}
.BgClassName
{
background-color: #D4A73F;
}
</style>
border-color css
<style>
span { border-color: #D4A73F; }
span { border-color: rgb(212,167,63); }
td.TdClassName
{
border-color: #D4A73F;
}
.TagClassName
{
border-color: #D4A73F;
}
</style>