Shades of Metallic Gold #D5B031
Tints of Metallic Gold #D5B031
RGB
CMYK
RGB Variations
Color information
#D5B031 (or 0xD5B031) is known color: Metallic Gold. HEX triplet: D5, B0 and 31. RGB value is (213,176,49). Sum of RGB (Red+Green+Blue) = 213+176+49=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B031 is #2A4FCE. Grayscale: #ADADAD. Windows color (decimal): -2772943 or 3256533. OLE color: 3256533.
HSL color Cylindrical-coordinate representation of color #D5B031: hue angle of 46.46º 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 #D5B031 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 49 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.16 |
| HSL | 46.46º | 0.66% | 0.51% | - |
| HSV(B) | 46.46º | 0.77% | 0.84% | - |
| XYZ | 43.52 | 45.42 | 9.38 | - |
| YUV | 172.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 49 | 0 | 0.17 | 0.77 | 0.16 | 46.46 | 0.66 | 0.51 |
| Hex | D5 | B0 | 31 | 0 | 11 | 4D | 10 | 2E | 42 | 33 |
| Octal | 325 | 260 | 61 | 0 | 21 | 115 | 20 | 56 | 102 | 63 |
| Binary | 11010101 | 10110000 | 110001 | 0 | 10001 | 1001101 | 10000 | 101110 | 1000010 | 110011 |
Color Harmonies of #D5B031
Complementary color
Monochromatic Colors of #D5B031
Black with #D5B031
Text Example
Text Example
White with #D5B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B031; }
p { color: rgb(213,176,49); }
H1.HeaderClassName
{
color: #D5B031;
}
.AnyTagClassName
{
color: #D5B031;
}
</style>
background-color css
<style>
a { background-color: #D5B031; }
a { background-color: rgb(213,176,49); }
div.DivClassName
{
background-color: #D5B031;
}
.BgClassName
{
background-color: #D5B031;
}
</style>
border-color css
<style>
span { border-color: #D5B031; }
span { border-color: rgb(213,176,49); }
td.TdClassName
{
border-color: #D5B031;
}
.TagClassName
{
border-color: #D5B031;
}
</style>