Shades of Metallic Gold #D4A643
Tints of Metallic Gold #D4A643
RGB
CMYK
RGB Variations
Color information
#D4A643 (or 0xD4A643) is known color: Metallic Gold. HEX triplet: D4, A6 and 43. RGB value is (212,166,67). Sum of RGB (Red+Green+Blue) = 212+166+67=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A643 is #2B59BC. Grayscale: #A8A8A8. Windows color (decimal): -2841021 or 4433620. OLE color: 4433620.
HSL color Cylindrical-coordinate representation of color #D4A643: hue angle of 40.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4A643 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 67 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.17 |
| HSL | 40.97º | 0.63% | 0.55% | - |
| HSV(B) | 40.97º | 0.68% | 0.83% | - |
| XYZ | 41.8 | 41.67 | 11.15 | - |
| YUV | 168.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 67 | 0 | 0.22 | 0.68 | 0.17 | 40.97 | 0.63 | 0.55 |
| Hex | D4 | A6 | 43 | 0 | 16 | 44 | 11 | 29 | 3F | 37 |
| Octal | 324 | 246 | 103 | 0 | 26 | 104 | 21 | 51 | 77 | 67 |
| Binary | 11010100 | 10100110 | 1000011 | 0 | 10110 | 1000100 | 10001 | 101001 | 111111 | 110111 |
Color Harmonies of #D4A643
Complementary color
Monochromatic Colors of #D4A643
Black with #D4A643
Text Example
Text Example
White with #D4A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A643; }
p { color: rgb(212,166,67); }
H1.HeaderClassName
{
color: #D4A643;
}
.AnyTagClassName
{
color: #D4A643;
}
</style>
background-color css
<style>
a { background-color: #D4A643; }
a { background-color: rgb(212,166,67); }
div.DivClassName
{
background-color: #D4A643;
}
.BgClassName
{
background-color: #D4A643;
}
</style>
border-color css
<style>
span { border-color: #D4A643; }
span { border-color: rgb(212,166,67); }
td.TdClassName
{
border-color: #D4A643;
}
.TagClassName
{
border-color: #D4A643;
}
</style>