Shades of Metallic Gold #D4A82F
Tints of Metallic Gold #D4A82F
RGB
CMYK
RGB Variations
Color information
#D4A82F (or 0xD4A82F) is known color: Metallic Gold. HEX triplet: D4, A8 and 2F. RGB value is (212,168,47). Sum of RGB (Red+Green+Blue) = 212+168+47=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A82F is #2B57D0. Grayscale: #A7A7A7. Windows color (decimal): -2840529 or 3123412. OLE color: 3123412.
HSL color Cylindrical-coordinate representation of color #D4A82F: hue angle of 44º 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 #D4A82F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 47 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.17 |
| HSL | 44º | 0.66% | 0.51% | - |
| HSV(B) | 44º | 0.78% | 0.83% | - |
| XYZ | 41.67 | 42.21 | 8.64 | - |
| YUV | 167.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 47 | 0 | 0.21 | 0.78 | 0.17 | 44 | 0.66 | 0.51 |
| Hex | D4 | A8 | 2F | 0 | 15 | 4E | 11 | 2C | 42 | 33 |
| Octal | 324 | 250 | 57 | 0 | 25 | 116 | 21 | 54 | 102 | 63 |
| Binary | 11010100 | 10101000 | 101111 | 0 | 10101 | 1001110 | 10001 | 101100 | 1000010 | 110011 |
Color Harmonies of #D4A82F
Complementary color
Monochromatic Colors of #D4A82F
Black with #D4A82F
Text Example
Text Example
White with #D4A82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A82F; }
p { color: rgb(212,168,47); }
H1.HeaderClassName
{
color: #D4A82F;
}
.AnyTagClassName
{
color: #D4A82F;
}
</style>
background-color css
<style>
a { background-color: #D4A82F; }
a { background-color: rgb(212,168,47); }
div.DivClassName
{
background-color: #D4A82F;
}
.BgClassName
{
background-color: #D4A82F;
}
</style>
border-color css
<style>
span { border-color: #D4A82F; }
span { border-color: rgb(212,168,47); }
td.TdClassName
{
border-color: #D4A82F;
}
.TagClassName
{
border-color: #D4A82F;
}
</style>