Shades of Metallic Gold #D4A82E
Tints of Metallic Gold #D4A82E
RGB
CMYK
RGB Variations
Color information
#D4A82E (or 0xD4A82E) is known color: Metallic Gold. HEX triplet: D4, A8 and 2E. RGB value is (212,168,46). Sum of RGB (Red+Green+Blue) = 212+168+46=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A82E is #2B57D1. Grayscale: #A7A7A7. Windows color (decimal): -2840530 or 3057876. OLE color: 3057876.
HSL color Cylindrical-coordinate representation of color #D4A82E: hue angle of 44.1º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4A82E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 46 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.17 |
| HSL | 44.1º | 0.66% | 0.51% | - |
| HSV(B) | 44.1º | 0.78% | 0.83% | - |
| XYZ | 41.65 | 42.2 | 8.54 | - |
| YUV | 167.25 | 59.58 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 46 | 0 | 0.21 | 0.78 | 0.17 | 44.1 | 0.66 | 0.51 |
| Hex | D4 | A8 | 2E | 0 | 15 | 4E | 11 | 2C | 42 | 33 |
| Octal | 324 | 250 | 56 | 0 | 25 | 116 | 21 | 54 | 102 | 63 |
| Binary | 11010100 | 10101000 | 101110 | 0 | 10101 | 1001110 | 10001 | 101100 | 1000010 | 110011 |
Color Harmonies of #D4A82E
Complementary color
Monochromatic Colors of #D4A82E
Black with #D4A82E
Text Example
Text Example
White with #D4A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A82E; }
p { color: rgb(212,168,46); }
H1.HeaderClassName
{
color: #D4A82E;
}
.AnyTagClassName
{
color: #D4A82E;
}
</style>
background-color css
<style>
a { background-color: #D4A82E; }
a { background-color: rgb(212,168,46); }
div.DivClassName
{
background-color: #D4A82E;
}
.BgClassName
{
background-color: #D4A82E;
}
</style>
border-color css
<style>
span { border-color: #D4A82E; }
span { border-color: rgb(212,168,46); }
td.TdClassName
{
border-color: #D4A82E;
}
.TagClassName
{
border-color: #D4A82E;
}
</style>