Shades of Fire Bush #DB8E41
Tints of Fire Bush #DB8E41
RGB
CMYK
RGB Variations
Color information
#DB8E41 (or 0xDB8E41) is known color: Fire Bush. HEX triplet: DB, 8E and 41. RGB value is (219,142,65). Sum of RGB (Red+Green+Blue) = 219+142+65=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E41 is #2471BE. Grayscale: #9C9C9C. Windows color (decimal): -2388415 or 4296411. OLE color: 4296411.
HSL color Cylindrical-coordinate representation of color #DB8E41: hue angle of 30º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB8E41 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 65 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.14 |
| HSL | 30º | 0.68% | 0.56% | - |
| HSV(B) | 30º | 0.7% | 0.86% | - |
| XYZ | 39.84 | 34.79 | 9.62 | - |
| YUV | 156.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 65 | 0 | 0.35 | 0.70 | 0.14 | 30 | 0.68 | 0.56 |
| Hex | DB | 8E | 41 | 0 | 23 | 46 | E | 1E | 44 | 38 |
| Octal | 333 | 216 | 101 | 0 | 43 | 106 | 16 | 36 | 104 | 70 |
| Binary | 11011011 | 10001110 | 1000001 | 0 | 100011 | 1000110 | 1110 | 11110 | 1000100 | 111000 |
Color Harmonies of #DB8E41
Complementary color
Monochromatic Colors of #DB8E41
Black with #DB8E41
Text Example
Text Example
White with #DB8E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E41; }
p { color: rgb(219,142,65); }
H1.HeaderClassName
{
color: #DB8E41;
}
.AnyTagClassName
{
color: #DB8E41;
}
</style>
background-color css
<style>
a { background-color: #DB8E41; }
a { background-color: rgb(219,142,65); }
div.DivClassName
{
background-color: #DB8E41;
}
.BgClassName
{
background-color: #DB8E41;
}
</style>
border-color css
<style>
span { border-color: #DB8E41; }
span { border-color: rgb(219,142,65); }
td.TdClassName
{
border-color: #DB8E41;
}
.TagClassName
{
border-color: #DB8E41;
}
</style>