Shades of Metallic Gold #D5A931
Tints of Metallic Gold #D5A931
RGB
CMYK
RGB Variations
Color information
#D5A931 (or 0xD5A931) is known color: Metallic Gold. HEX triplet: D5, A9 and 31. RGB value is (213,169,49). Sum of RGB (Red+Green+Blue) = 213+169+49=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A931 is #2A56CE. Grayscale: #A8A8A8. Windows color (decimal): -2774735 or 3254741. OLE color: 3254741.
HSL color Cylindrical-coordinate representation of color #D5A931: hue angle of 43.9º 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 #D5A931 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 49 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.16 |
| HSL | 43.9º | 0.66% | 0.51% | - |
| HSV(B) | 43.9º | 0.77% | 0.84% | - |
| XYZ | 42.18 | 42.74 | 8.93 | - |
| YUV | 168.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 49 | 0 | 0.21 | 0.77 | 0.16 | 43.9 | 0.66 | 0.51 |
| Hex | D5 | A9 | 31 | 0 | 15 | 4D | 10 | 2C | 42 | 33 |
| Octal | 325 | 251 | 61 | 0 | 25 | 115 | 20 | 54 | 102 | 63 |
| Binary | 11010101 | 10101001 | 110001 | 0 | 10101 | 1001101 | 10000 | 101100 | 1000010 | 110011 |
Color Harmonies of #D5A931
Complementary color
Monochromatic Colors of #D5A931
Black with #D5A931
Text Example
Text Example
White with #D5A931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A931; }
p { color: rgb(213,169,49); }
H1.HeaderClassName
{
color: #D5A931;
}
.AnyTagClassName
{
color: #D5A931;
}
</style>
background-color css
<style>
a { background-color: #D5A931; }
a { background-color: rgb(213,169,49); }
div.DivClassName
{
background-color: #D5A931;
}
.BgClassName
{
background-color: #D5A931;
}
</style>
border-color css
<style>
span { border-color: #D5A931; }
span { border-color: rgb(213,169,49); }
td.TdClassName
{
border-color: #D5A931;
}
.TagClassName
{
border-color: #D5A931;
}
</style>