Shades of Metallic Gold #DBBA31
Tints of Metallic Gold #DBBA31
RGB
CMYK
RGB Variations
Color information
#DBBA31 (or 0xDBBA31) is known color: Metallic Gold. HEX triplet: DB, BA and 31. RGB value is (219,186,49). Sum of RGB (Red+Green+Blue) = 219+186+49=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA31 is #2445CE. Grayscale: #B4B4B4. Windows color (decimal): -2377167 or 3259099. OLE color: 3259099.
HSL color Cylindrical-coordinate representation of color #DBBA31: hue angle of 48.35º 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 #DBBA31 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 49 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.14 |
| HSL | 48.35º | 0.7% | 0.53% | - |
| HSV(B) | 48.35º | 0.78% | 0.86% | - |
| XYZ | 47.33 | 50.4 | 10.14 | - |
| YUV | 180.25 | 53.93 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 49 | 0 | 0.15 | 0.78 | 0.14 | 48.35 | 0.7 | 0.53 |
| Hex | DB | BA | 31 | 0 | F | 4E | E | 30 | 46 | 35 |
| Octal | 333 | 272 | 61 | 0 | 17 | 116 | 16 | 60 | 106 | 65 |
| Binary | 11011011 | 10111010 | 110001 | 0 | 1111 | 1001110 | 1110 | 110000 | 1000110 | 110101 |
Color Harmonies of #DBBA31
Complementary color
Monochromatic Colors of #DBBA31
Black with #DBBA31
Text Example
Text Example
White with #DBBA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA31; }
p { color: rgb(219,186,49); }
H1.HeaderClassName
{
color: #DBBA31;
}
.AnyTagClassName
{
color: #DBBA31;
}
</style>
background-color css
<style>
a { background-color: #DBBA31; }
a { background-color: rgb(219,186,49); }
div.DivClassName
{
background-color: #DBBA31;
}
.BgClassName
{
background-color: #DBBA31;
}
</style>
border-color css
<style>
span { border-color: #DBBA31; }
span { border-color: rgb(219,186,49); }
td.TdClassName
{
border-color: #DBBA31;
}
.TagClassName
{
border-color: #DBBA31;
}
</style>