Shades of Metallic Gold #D1B031
Tints of Metallic Gold #D1B031
RGB
CMYK
RGB Variations
Color information
#D1B031 (or 0xD1B031) is known color: Metallic Gold. HEX triplet: D1, B0 and 31. RGB value is (209,176,49). Sum of RGB (Red+Green+Blue) = 209+176+49=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B031 is #2E4FCE. Grayscale: #ABABAB. Windows color (decimal): -3035087 or 3256529. OLE color: 3256529.
HSL color Cylindrical-coordinate representation of color #D1B031: hue angle of 47.62º degrees, saturation: 0.63, 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 #D1B031 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 49 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.18 |
| HSL | 47.63º | 0.63% | 0.51% | - |
| HSV(B) | 47.63º | 0.77% | 0.82% | - |
| XYZ | 42.37 | 44.83 | 9.32 | - |
| YUV | 171.39 | 58.93 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 49 | 0 | 0.16 | 0.77 | 0.18 | 47.63 | 0.63 | 0.51 |
| Hex | D1 | B0 | 31 | 0 | 10 | 4D | 12 | 30 | 3F | 33 |
| Octal | 321 | 260 | 61 | 0 | 20 | 115 | 22 | 60 | 77 | 63 |
| Binary | 11010001 | 10110000 | 110001 | 0 | 10000 | 1001101 | 10010 | 110000 | 111111 | 110011 |
Color Harmonies of #D1B031
Complementary color
Monochromatic Colors of #D1B031
Black with #D1B031
Text Example
Text Example
White with #D1B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B031; }
p { color: rgb(209,176,49); }
H1.HeaderClassName
{
color: #D1B031;
}
.AnyTagClassName
{
color: #D1B031;
}
</style>
background-color css
<style>
a { background-color: #D1B031; }
a { background-color: rgb(209,176,49); }
div.DivClassName
{
background-color: #D1B031;
}
.BgClassName
{
background-color: #D1B031;
}
</style>
border-color css
<style>
span { border-color: #D1B031; }
span { border-color: rgb(209,176,49); }
td.TdClassName
{
border-color: #D1B031;
}
.TagClassName
{
border-color: #D1B031;
}
</style>