Shades of Metallic Gold #D4A43D
Tints of Metallic Gold #D4A43D
RGB
CMYK
RGB Variations
Color information
#D4A43D (or 0xD4A43D) is known color: Metallic Gold. HEX triplet: D4, A4 and 3D. RGB value is (212,164,61). Sum of RGB (Red+Green+Blue) = 212+164+61=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A43D is #2B5BC2. Grayscale: #A7A7A7. Windows color (decimal): -2841539 or 4039892. OLE color: 4039892.
HSL color Cylindrical-coordinate representation of color #D4A43D: hue angle of 40.93º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4A43D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 61 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.17 |
| HSL | 40.93º | 0.64% | 0.54% | - |
| HSV(B) | 40.93º | 0.71% | 0.83% | - |
| XYZ | 41.27 | 40.88 | 10.13 | - |
| YUV | 166.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 61 | 0 | 0.23 | 0.71 | 0.17 | 40.93 | 0.64 | 0.54 |
| Hex | D4 | A4 | 3D | 0 | 17 | 47 | 11 | 29 | 40 | 36 |
| Octal | 324 | 244 | 75 | 0 | 27 | 107 | 21 | 51 | 100 | 66 |
| Binary | 11010100 | 10100100 | 111101 | 0 | 10111 | 1000111 | 10001 | 101001 | 1000000 | 110110 |
Color Harmonies of #D4A43D
Complementary color
Monochromatic Colors of #D4A43D
Black with #D4A43D
Text Example
Text Example
White with #D4A43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A43D; }
p { color: rgb(212,164,61); }
H1.HeaderClassName
{
color: #D4A43D;
}
.AnyTagClassName
{
color: #D4A43D;
}
</style>
background-color css
<style>
a { background-color: #D4A43D; }
a { background-color: rgb(212,164,61); }
div.DivClassName
{
background-color: #D4A43D;
}
.BgClassName
{
background-color: #D4A43D;
}
</style>
border-color css
<style>
span { border-color: #D4A43D; }
span { border-color: rgb(212,164,61); }
td.TdClassName
{
border-color: #D4A43D;
}
.TagClassName
{
border-color: #D4A43D;
}
</style>