Shades of Metallic Gold #DBA731
Tints of Metallic Gold #DBA731
RGB
CMYK
RGB Variations
Color information
#DBA731 (or 0xDBA731) is known color: Metallic Gold. HEX triplet: DB, A7 and 31. RGB value is (219,167,49). Sum of RGB (Red+Green+Blue) = 219+167+49=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA731 is #2458CE. Grayscale: #A9A9A9. Windows color (decimal): -2382031 or 3254235. OLE color: 3254235.
HSL color Cylindrical-coordinate representation of color #DBA731: hue angle of 41.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBA731 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 49 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.14 |
| HSL | 41.65º | 0.7% | 0.53% | - |
| HSV(B) | 41.65º | 0.78% | 0.86% | - |
| XYZ | 43.59 | 42.92 | 8.89 | - |
| YUV | 169.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 49 | 0 | 0.24 | 0.78 | 0.14 | 41.65 | 0.7 | 0.53 |
| Hex | DB | A7 | 31 | 0 | 18 | 4E | E | 2A | 46 | 35 |
| Octal | 333 | 247 | 61 | 0 | 30 | 116 | 16 | 52 | 106 | 65 |
| Binary | 11011011 | 10100111 | 110001 | 0 | 11000 | 1001110 | 1110 | 101010 | 1000110 | 110101 |
Color Harmonies of #DBA731
Complementary color
Monochromatic Colors of #DBA731
Black with #DBA731
Text Example
Text Example
White with #DBA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA731; }
p { color: rgb(219,167,49); }
H1.HeaderClassName
{
color: #DBA731;
}
.AnyTagClassName
{
color: #DBA731;
}
</style>
background-color css
<style>
a { background-color: #DBA731; }
a { background-color: rgb(219,167,49); }
div.DivClassName
{
background-color: #DBA731;
}
.BgClassName
{
background-color: #DBA731;
}
</style>
border-color css
<style>
span { border-color: #DBA731; }
span { border-color: rgb(219,167,49); }
td.TdClassName
{
border-color: #DBA731;
}
.TagClassName
{
border-color: #DBA731;
}
</style>