Shades of Gold Drop #DB6E31
Tints of Gold Drop #DB6E31
RGB
CMYK
RGB Variations
Color information
#DB6E31 (or 0xDB6E31) is known color: Gold Drop. HEX triplet: DB, 6E and 31. RGB value is (219,110,49). Sum of RGB (Red+Green+Blue) = 219+110+49=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E31 is #2491CE. Grayscale: #878787. Windows color (decimal): -2396623 or 3239643. OLE color: 3239643.
HSL color Cylindrical-coordinate representation of color #DB6E31: hue angle of 21.53º 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 #DB6E31 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 49 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.14 |
| HSL | 21.53º | 0.7% | 0.53% | - |
| HSV(B) | 21.53º | 0.78% | 0.86% | - |
| XYZ | 35.34 | 26.43 | 6.15 | - |
| YUV | 135.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 49 | 0 | 0.50 | 0.78 | 0.14 | 21.53 | 0.7 | 0.53 |
| Hex | DB | 6E | 31 | 0 | 32 | 4E | E | 16 | 46 | 35 |
| Octal | 333 | 156 | 61 | 0 | 62 | 116 | 16 | 26 | 106 | 65 |
| Binary | 11011011 | 1101110 | 110001 | 0 | 110010 | 1001110 | 1110 | 10110 | 1000110 | 110101 |
Color Harmonies of #DB6E31
Complementary color
Monochromatic Colors of #DB6E31
Black with #DB6E31
Text Example
Text Example
White with #DB6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E31; }
p { color: rgb(219,110,49); }
H1.HeaderClassName
{
color: #DB6E31;
}
.AnyTagClassName
{
color: #DB6E31;
}
</style>
background-color css
<style>
a { background-color: #DB6E31; }
a { background-color: rgb(219,110,49); }
div.DivClassName
{
background-color: #DB6E31;
}
.BgClassName
{
background-color: #DB6E31;
}
</style>
border-color css
<style>
span { border-color: #DB6E31; }
span { border-color: rgb(219,110,49); }
td.TdClassName
{
border-color: #DB6E31;
}
.TagClassName
{
border-color: #DB6E31;
}
</style>