Shades of Metallic Gold #D5B831
Tints of Metallic Gold #D5B831
RGB
CMYK
RGB Variations
Color information
#D5B831 (or 0xD5B831) is known color: Metallic Gold. HEX triplet: D5, B8 and 31. RGB value is (213,184,49). Sum of RGB (Red+Green+Blue) = 213+184+49=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B831 is #2A47CE. Grayscale: #B1B1B1. Windows color (decimal): -2770895 or 3258581. OLE color: 3258581.
HSL color Cylindrical-coordinate representation of color #D5B831: hue angle of 49.39º 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 #D5B831 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 49 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.16 |
| HSL | 49.39º | 0.66% | 0.51% | - |
| HSV(B) | 49.39º | 0.77% | 0.84% | - |
| XYZ | 45.14 | 48.65 | 9.92 | - |
| YUV | 177.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 49 | 0 | 0.14 | 0.77 | 0.16 | 49.39 | 0.66 | 0.51 |
| Hex | D5 | B8 | 31 | 0 | E | 4D | 10 | 31 | 42 | 33 |
| Octal | 325 | 270 | 61 | 0 | 16 | 115 | 20 | 61 | 102 | 63 |
| Binary | 11010101 | 10111000 | 110001 | 0 | 1110 | 1001101 | 10000 | 110001 | 1000010 | 110011 |
Color Harmonies of #D5B831
Complementary color
Monochromatic Colors of #D5B831
Black with #D5B831
Text Example
Text Example
White with #D5B831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B831; }
p { color: rgb(213,184,49); }
H1.HeaderClassName
{
color: #D5B831;
}
.AnyTagClassName
{
color: #D5B831;
}
</style>
background-color css
<style>
a { background-color: #D5B831; }
a { background-color: rgb(213,184,49); }
div.DivClassName
{
background-color: #D5B831;
}
.BgClassName
{
background-color: #D5B831;
}
</style>
border-color css
<style>
span { border-color: #D5B831; }
span { border-color: rgb(213,184,49); }
td.TdClassName
{
border-color: #D5B831;
}
.TagClassName
{
border-color: #D5B831;
}
</style>