Shades of Metallic Gold #D4A744
Tints of Metallic Gold #D4A744
RGB
CMYK
RGB Variations
Color information
#D4A744 (or 0xD4A744) is known color: Metallic Gold. HEX triplet: D4, A7 and 44. RGB value is (212,167,68). Sum of RGB (Red+Green+Blue) = 212+167+68=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A744 is #2B58BB. Grayscale: #A9A9A9. Windows color (decimal): -2840764 or 4499412. OLE color: 4499412.
HSL color Cylindrical-coordinate representation of color #D4A744: hue angle of 41.25º 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 #D4A744 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 68 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.17 |
| HSL | 41.25º | 0.63% | 0.55% | - |
| HSV(B) | 41.25º | 0.68% | 0.83% | - |
| XYZ | 42.01 | 42.05 | 11.37 | - |
| YUV | 169.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 68 | 0 | 0.21 | 0.68 | 0.17 | 41.25 | 0.63 | 0.55 |
| Hex | D4 | A7 | 44 | 0 | 15 | 44 | 11 | 29 | 3F | 37 |
| Octal | 324 | 247 | 104 | 0 | 25 | 104 | 21 | 51 | 77 | 67 |
| Binary | 11010100 | 10100111 | 1000100 | 0 | 10101 | 1000100 | 10001 | 101001 | 111111 | 110111 |
Color Harmonies of #D4A744
Complementary color
Monochromatic Colors of #D4A744
Black with #D4A744
Text Example
Text Example
White with #D4A744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A744; }
p { color: rgb(212,167,68); }
H1.HeaderClassName
{
color: #D4A744;
}
.AnyTagClassName
{
color: #D4A744;
}
</style>
background-color css
<style>
a { background-color: #D4A744; }
a { background-color: rgb(212,167,68); }
div.DivClassName
{
background-color: #D4A744;
}
.BgClassName
{
background-color: #D4A744;
}
</style>
border-color css
<style>
span { border-color: #D4A744; }
span { border-color: rgb(212,167,68); }
td.TdClassName
{
border-color: #D4A744;
}
.TagClassName
{
border-color: #D4A744;
}
</style>