Shades of Metallic Gold #D4AA31
Tints of Metallic Gold #D4AA31
RGB
CMYK
RGB Variations
Color information
#D4AA31 (or 0xD4AA31) is known color: Metallic Gold. HEX triplet: D4, AA and 31. RGB value is (212,170,49). Sum of RGB (Red+Green+Blue) = 212+170+49=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AA31 is #2B55CE. Grayscale: #A9A9A9. Windows color (decimal): -2840015 or 3254996. OLE color: 3254996.
HSL color Cylindrical-coordinate representation of color #D4AA31: hue angle of 44.54º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4AA31 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 49 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.17 |
| HSL | 44.54º | 0.65% | 0.51% | - |
| HSV(B) | 44.54º | 0.77% | 0.83% | - |
| XYZ | 42.08 | 42.97 | 8.98 | - |
| YUV | 168.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 49 | 0 | 0.20 | 0.77 | 0.17 | 44.54 | 0.65 | 0.51 |
| Hex | D4 | AA | 31 | 0 | 14 | 4D | 11 | 2D | 41 | 33 |
| Octal | 324 | 252 | 61 | 0 | 24 | 115 | 21 | 55 | 101 | 63 |
| Binary | 11010100 | 10101010 | 110001 | 0 | 10100 | 1001101 | 10001 | 101101 | 1000001 | 110011 |
Color Harmonies of #D4AA31
Complementary color
Monochromatic Colors of #D4AA31
Black with #D4AA31
Text Example
Text Example
White with #D4AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA31; }
p { color: rgb(212,170,49); }
H1.HeaderClassName
{
color: #D4AA31;
}
.AnyTagClassName
{
color: #D4AA31;
}
</style>
background-color css
<style>
a { background-color: #D4AA31; }
a { background-color: rgb(212,170,49); }
div.DivClassName
{
background-color: #D4AA31;
}
.BgClassName
{
background-color: #D4AA31;
}
</style>
border-color css
<style>
span { border-color: #D4AA31; }
span { border-color: rgb(212,170,49); }
td.TdClassName
{
border-color: #D4AA31;
}
.TagClassName
{
border-color: #D4AA31;
}
</style>