Shades of Metallic Gold #DBB931
Tints of Metallic Gold #DBB931
RGB
CMYK
RGB Variations
Color information
#DBB931 (or 0xDBB931) is known color: Metallic Gold. HEX triplet: DB, B9 and 31. RGB value is (219,185,49). Sum of RGB (Red+Green+Blue) = 219+185+49=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB931 is #2446CE. Grayscale: #B4B4B4. Windows color (decimal): -2377423 or 3258843. OLE color: 3258843.
HSL color Cylindrical-coordinate representation of color #DBB931: hue angle of 48º 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 #DBB931 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 49 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.14 |
| HSL | 48º | 0.7% | 0.53% | - |
| HSV(B) | 48º | 0.78% | 0.86% | - |
| XYZ | 47.12 | 49.98 | 10.07 | - |
| YUV | 179.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 49 | 0 | 0.16 | 0.78 | 0.14 | 48 | 0.7 | 0.53 |
| Hex | DB | B9 | 31 | 0 | 10 | 4E | E | 30 | 46 | 35 |
| Octal | 333 | 271 | 61 | 0 | 20 | 116 | 16 | 60 | 106 | 65 |
| Binary | 11011011 | 10111001 | 110001 | 0 | 10000 | 1001110 | 1110 | 110000 | 1000110 | 110101 |
Color Harmonies of #DBB931
Complementary color
Monochromatic Colors of #DBB931
Black with #DBB931
Text Example
Text Example
White with #DBB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB931; }
p { color: rgb(219,185,49); }
H1.HeaderClassName
{
color: #DBB931;
}
.AnyTagClassName
{
color: #DBB931;
}
</style>
background-color css
<style>
a { background-color: #DBB931; }
a { background-color: rgb(219,185,49); }
div.DivClassName
{
background-color: #DBB931;
}
.BgClassName
{
background-color: #DBB931;
}
</style>
border-color css
<style>
span { border-color: #DBB931; }
span { border-color: rgb(219,185,49); }
td.TdClassName
{
border-color: #DBB931;
}
.TagClassName
{
border-color: #DBB931;
}
</style>