Shades of Metallic Gold #D2A131
Tints of Metallic Gold #D2A131
RGB
CMYK
RGB Variations
Color information
#D2A131 (or 0xD2A131) is known color: Metallic Gold. HEX triplet: D2, A1 and 31. RGB value is (210,161,49). Sum of RGB (Red+Green+Blue) = 210+161+49=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A131 is #2D5ECE. Grayscale: #A3A3A3. Windows color (decimal): -2973391 or 3252690. OLE color: 3252690.
HSL color Cylindrical-coordinate representation of color #D2A131: hue angle of 41.74º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2A131 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 49 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.18 |
| HSL | 41.74º | 0.64% | 0.51% | - |
| HSV(B) | 41.74º | 0.77% | 0.82% | - |
| XYZ | 39.88 | 39.41 | 8.41 | - |
| YUV | 162.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 49 | 0 | 0.23 | 0.77 | 0.18 | 41.74 | 0.64 | 0.51 |
| Hex | D2 | A1 | 31 | 0 | 17 | 4D | 12 | 2A | 40 | 33 |
| Octal | 322 | 241 | 61 | 0 | 27 | 115 | 22 | 52 | 100 | 63 |
| Binary | 11010010 | 10100001 | 110001 | 0 | 10111 | 1001101 | 10010 | 101010 | 1000000 | 110011 |
Color Harmonies of #D2A131
Complementary color
Monochromatic Colors of #D2A131
Black with #D2A131
Text Example
Text Example
White with #D2A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A131; }
p { color: rgb(210,161,49); }
H1.HeaderClassName
{
color: #D2A131;
}
.AnyTagClassName
{
color: #D2A131;
}
</style>
background-color css
<style>
a { background-color: #D2A131; }
a { background-color: rgb(210,161,49); }
div.DivClassName
{
background-color: #D2A131;
}
.BgClassName
{
background-color: #D2A131;
}
</style>
border-color css
<style>
span { border-color: #D2A131; }
span { border-color: rgb(210,161,49); }
td.TdClassName
{
border-color: #D2A131;
}
.TagClassName
{
border-color: #D2A131;
}
</style>