Shades of Metallic Gold #D4A039
Tints of Metallic Gold #D4A039
RGB
CMYK
RGB Variations
Color information
#D4A039 (or 0xD4A039) is known color: Metallic Gold. HEX triplet: D4, A0 and 39. RGB value is (212,160,57). Sum of RGB (Red+Green+Blue) = 212+160+57=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A039 is #2B5FC6. Grayscale: #A4A4A4. Windows color (decimal): -2842567 or 3776724. OLE color: 3776724.
HSL color Cylindrical-coordinate representation of color #D4A039: hue angle of 39.87º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4A039 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 57 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.17 |
| HSL | 39.87º | 0.64% | 0.53% | - |
| HSV(B) | 39.87º | 0.73% | 0.83% | - |
| XYZ | 40.46 | 39.43 | 9.35 | - |
| YUV | 163.81 | 67.73 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 57 | 0 | 0.25 | 0.73 | 0.17 | 39.87 | 0.64 | 0.53 |
| Hex | D4 | A0 | 39 | 0 | 19 | 49 | 11 | 28 | 40 | 35 |
| Octal | 324 | 240 | 71 | 0 | 31 | 111 | 21 | 50 | 100 | 65 |
| Binary | 11010100 | 10100000 | 111001 | 0 | 11001 | 1001001 | 10001 | 101000 | 1000000 | 110101 |
Color Harmonies of #D4A039
Complementary color
Monochromatic Colors of #D4A039
Black with #D4A039
Text Example
Text Example
White with #D4A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A039; }
p { color: rgb(212,160,57); }
H1.HeaderClassName
{
color: #D4A039;
}
.AnyTagClassName
{
color: #D4A039;
}
</style>
background-color css
<style>
a { background-color: #D4A039; }
a { background-color: rgb(212,160,57); }
div.DivClassName
{
background-color: #D4A039;
}
.BgClassName
{
background-color: #D4A039;
}
</style>
border-color css
<style>
span { border-color: #D4A039; }
span { border-color: rgb(212,160,57); }
td.TdClassName
{
border-color: #D4A039;
}
.TagClassName
{
border-color: #D4A039;
}
</style>