Shades of Metallic Gold #D5AA31
Tints of Metallic Gold #D5AA31
RGB
CMYK
RGB Variations
Color information
#D5AA31 (or 0xD5AA31) is known color: Metallic Gold. HEX triplet: D5, AA and 31. RGB value is (213,170,49). Sum of RGB (Red+Green+Blue) = 213+170+49=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AA31 is #2A55CE. Grayscale: #A9A9A9. Windows color (decimal): -2774479 or 3254997. OLE color: 3254997.
HSL color Cylindrical-coordinate representation of color #D5AA31: hue angle of 44.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5AA31 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 49 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.16 |
| HSL | 44.27º | 0.66% | 0.51% | - |
| HSV(B) | 44.27º | 0.77% | 0.84% | - |
| XYZ | 42.37 | 43.12 | 9 | - |
| YUV | 169.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 49 | 0 | 0.20 | 0.77 | 0.16 | 44.27 | 0.66 | 0.51 |
| Hex | D5 | AA | 31 | 0 | 14 | 4D | 10 | 2C | 42 | 33 |
| Octal | 325 | 252 | 61 | 0 | 24 | 115 | 20 | 54 | 102 | 63 |
| Binary | 11010101 | 10101010 | 110001 | 0 | 10100 | 1001101 | 10000 | 101100 | 1000010 | 110011 |
Color Harmonies of #D5AA31
Complementary color
Monochromatic Colors of #D5AA31
Black with #D5AA31
Text Example
Text Example
White with #D5AA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA31; }
p { color: rgb(213,170,49); }
H1.HeaderClassName
{
color: #D5AA31;
}
.AnyTagClassName
{
color: #D5AA31;
}
</style>
background-color css
<style>
a { background-color: #D5AA31; }
a { background-color: rgb(213,170,49); }
div.DivClassName
{
background-color: #D5AA31;
}
.BgClassName
{
background-color: #D5AA31;
}
</style>
border-color css
<style>
span { border-color: #D5AA31; }
span { border-color: rgb(213,170,49); }
td.TdClassName
{
border-color: #D5AA31;
}
.TagClassName
{
border-color: #D5AA31;
}
</style>