Shades of Metallic Gold #D4A846
Tints of Metallic Gold #D4A846
RGB
CMYK
RGB Variations
Color information
#D4A846 (or 0xD4A846) is known color: Metallic Gold. HEX triplet: D4, A8 and 46. RGB value is (212,168,70). Sum of RGB (Red+Green+Blue) = 212+168+70=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A846 is #2B57B9. Grayscale: #AAAAAA. Windows color (decimal): -2840506 or 4630740. OLE color: 4630740.
HSL color Cylindrical-coordinate representation of color #D4A846: hue angle of 41.41º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4A846 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 70 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.17 |
| HSL | 41.41º | 0.62% | 0.55% | - |
| HSV(B) | 41.41º | 0.67% | 0.83% | - |
| XYZ | 42.26 | 42.44 | 11.76 | - |
| YUV | 169.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 70 | 0 | 0.21 | 0.67 | 0.17 | 41.41 | 0.62 | 0.55 |
| Hex | D4 | A8 | 46 | 0 | 15 | 43 | 11 | 29 | 3E | 37 |
| Octal | 324 | 250 | 106 | 0 | 25 | 103 | 21 | 51 | 76 | 67 |
| Binary | 11010100 | 10101000 | 1000110 | 0 | 10101 | 1000011 | 10001 | 101001 | 111110 | 110111 |
Color Harmonies of #D4A846
Complementary color
Monochromatic Colors of #D4A846
Black with #D4A846
Text Example
Text Example
White with #D4A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A846; }
p { color: rgb(212,168,70); }
H1.HeaderClassName
{
color: #D4A846;
}
.AnyTagClassName
{
color: #D4A846;
}
</style>
background-color css
<style>
a { background-color: #D4A846; }
a { background-color: rgb(212,168,70); }
div.DivClassName
{
background-color: #D4A846;
}
.BgClassName
{
background-color: #D4A846;
}
</style>
border-color css
<style>
span { border-color: #D4A846; }
span { border-color: rgb(212,168,70); }
td.TdClassName
{
border-color: #D4A846;
}
.TagClassName
{
border-color: #D4A846;
}
</style>