Shades of Metallic Gold #D4A43F
Tints of Metallic Gold #D4A43F
RGB
CMYK
RGB Variations
Color information
#D4A43F (or 0xD4A43F) is known color: Metallic Gold. HEX triplet: D4, A4 and 3F. RGB value is (212,164,63). Sum of RGB (Red+Green+Blue) = 212+164+63=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A43F is #2B5BC0. Grayscale: #A7A7A7. Windows color (decimal): -2841537 or 4170964. OLE color: 4170964.
HSL color Cylindrical-coordinate representation of color #D4A43F: hue angle of 40.67º 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 #D4A43F is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 63 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.17 |
| HSL | 40.67º | 0.63% | 0.54% | - |
| HSV(B) | 40.67º | 0.7% | 0.83% | - |
| XYZ | 41.32 | 40.91 | 10.42 | - |
| YUV | 166.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 63 | 0 | 0.23 | 0.70 | 0.17 | 40.67 | 0.63 | 0.54 |
| Hex | D4 | A4 | 3F | 0 | 17 | 46 | 11 | 29 | 3F | 36 |
| Octal | 324 | 244 | 77 | 0 | 27 | 106 | 21 | 51 | 77 | 66 |
| Binary | 11010100 | 10100100 | 111111 | 0 | 10111 | 1000110 | 10001 | 101001 | 111111 | 110110 |
Color Harmonies of #D4A43F
Complementary color
Monochromatic Colors of #D4A43F
Black with #D4A43F
Text Example
Text Example
White with #D4A43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A43F; }
p { color: rgb(212,164,63); }
H1.HeaderClassName
{
color: #D4A43F;
}
.AnyTagClassName
{
color: #D4A43F;
}
</style>
background-color css
<style>
a { background-color: #D4A43F; }
a { background-color: rgb(212,164,63); }
div.DivClassName
{
background-color: #D4A43F;
}
.BgClassName
{
background-color: #D4A43F;
}
</style>
border-color css
<style>
span { border-color: #D4A43F; }
span { border-color: rgb(212,164,63); }
td.TdClassName
{
border-color: #D4A43F;
}
.TagClassName
{
border-color: #D4A43F;
}
</style>