Shades of Metallic Gold #D4A036
Tints of Metallic Gold #D4A036
RGB
CMYK
RGB Variations
Color information
#D4A036 (or 0xD4A036) is known color: Metallic Gold. HEX triplet: D4, A0 and 36. RGB value is (212,160,54). Sum of RGB (Red+Green+Blue) = 212+160+54=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A036 is #2B5FC9. Grayscale: #A3A3A3. Windows color (decimal): -2842570 or 3580116. OLE color: 3580116.
HSL color Cylindrical-coordinate representation of color #D4A036: hue angle of 40.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4A036 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 54 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.17 |
| HSL | 40.25º | 0.65% | 0.52% | - |
| HSV(B) | 40.25º | 0.75% | 0.83% | - |
| XYZ | 40.39 | 39.41 | 8.97 | - |
| YUV | 163.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 54 | 0 | 0.25 | 0.75 | 0.17 | 40.25 | 0.65 | 0.52 |
| Hex | D4 | A0 | 36 | 0 | 19 | 4B | 11 | 28 | 41 | 34 |
| Octal | 324 | 240 | 66 | 0 | 31 | 113 | 21 | 50 | 101 | 64 |
| Binary | 11010100 | 10100000 | 110110 | 0 | 11001 | 1001011 | 10001 | 101000 | 1000001 | 110100 |
Color Harmonies of #D4A036
Complementary color
Monochromatic Colors of #D4A036
Black with #D4A036
Text Example
Text Example
White with #D4A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A036; }
p { color: rgb(212,160,54); }
H1.HeaderClassName
{
color: #D4A036;
}
.AnyTagClassName
{
color: #D4A036;
}
</style>
background-color css
<style>
a { background-color: #D4A036; }
a { background-color: rgb(212,160,54); }
div.DivClassName
{
background-color: #D4A036;
}
.BgClassName
{
background-color: #D4A036;
}
</style>
border-color css
<style>
span { border-color: #D4A036; }
span { border-color: rgb(212,160,54); }
td.TdClassName
{
border-color: #D4A036;
}
.TagClassName
{
border-color: #D4A036;
}
</style>