Shades of Metallic Gold #D4A844
Tints of Metallic Gold #D4A844
RGB
CMYK
RGB Variations
Color information
#D4A844 (or 0xD4A844) is known color: Metallic Gold. HEX triplet: D4, A8 and 44. RGB value is (212,168,68). Sum of RGB (Red+Green+Blue) = 212+168+68=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A844 is #2B57BB. Grayscale: #AAAAAA. Windows color (decimal): -2840508 or 4499668. OLE color: 4499668.
HSL color Cylindrical-coordinate representation of color #D4A844: hue angle of 41.67º 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 #D4A844 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 68 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.17 |
| HSL | 41.67º | 0.63% | 0.55% | - |
| HSV(B) | 41.67º | 0.68% | 0.83% | - |
| XYZ | 42.2 | 42.42 | 11.43 | - |
| YUV | 169.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 68 | 0 | 0.21 | 0.68 | 0.17 | 41.67 | 0.63 | 0.55 |
| Hex | D4 | A8 | 44 | 0 | 15 | 44 | 11 | 2A | 3F | 37 |
| Octal | 324 | 250 | 104 | 0 | 25 | 104 | 21 | 52 | 77 | 67 |
| Binary | 11010100 | 10101000 | 1000100 | 0 | 10101 | 1000100 | 10001 | 101010 | 111111 | 110111 |
Color Harmonies of #D4A844
Complementary color
Monochromatic Colors of #D4A844
Black with #D4A844
Text Example
Text Example
White with #D4A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A844; }
p { color: rgb(212,168,68); }
H1.HeaderClassName
{
color: #D4A844;
}
.AnyTagClassName
{
color: #D4A844;
}
</style>
background-color css
<style>
a { background-color: #D4A844; }
a { background-color: rgb(212,168,68); }
div.DivClassName
{
background-color: #D4A844;
}
.BgClassName
{
background-color: #D4A844;
}
</style>
border-color css
<style>
span { border-color: #D4A844; }
span { border-color: rgb(212,168,68); }
td.TdClassName
{
border-color: #D4A844;
}
.TagClassName
{
border-color: #D4A844;
}
</style>