Shades of Fire Bush #DB8E40
Tints of Fire Bush #DB8E40
RGB
CMYK
RGB Variations
Color information
#DB8E40 (or 0xDB8E40) is known color: Fire Bush. HEX triplet: DB, 8E and 40. RGB value is (219,142,64). Sum of RGB (Red+Green+Blue) = 219+142+64=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E40 is #2471BF. Grayscale: #9C9C9C. Windows color (decimal): -2388416 or 4230875. OLE color: 4230875.
HSL color Cylindrical-coordinate representation of color #DB8E40: hue angle of 30.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB8E40 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 64 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.14 |
| HSL | 30.19º | 0.68% | 0.55% | - |
| HSV(B) | 30.19º | 0.71% | 0.86% | - |
| XYZ | 39.81 | 34.78 | 9.46 | - |
| YUV | 156.13 | 76.01 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 64 | 0 | 0.35 | 0.71 | 0.14 | 30.19 | 0.68 | 0.55 |
| Hex | DB | 8E | 40 | 0 | 23 | 47 | E | 1E | 44 | 37 |
| Octal | 333 | 216 | 100 | 0 | 43 | 107 | 16 | 36 | 104 | 67 |
| Binary | 11011011 | 10001110 | 1000000 | 0 | 100011 | 1000111 | 1110 | 11110 | 1000100 | 110111 |
Color Harmonies of #DB8E40
Complementary color
Monochromatic Colors of #DB8E40
Black with #DB8E40
Text Example
Text Example
White with #DB8E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E40; }
p { color: rgb(219,142,64); }
H1.HeaderClassName
{
color: #DB8E40;
}
.AnyTagClassName
{
color: #DB8E40;
}
</style>
background-color css
<style>
a { background-color: #DB8E40; }
a { background-color: rgb(219,142,64); }
div.DivClassName
{
background-color: #DB8E40;
}
.BgClassName
{
background-color: #DB8E40;
}
</style>
border-color css
<style>
span { border-color: #DB8E40; }
span { border-color: rgb(219,142,64); }
td.TdClassName
{
border-color: #DB8E40;
}
.TagClassName
{
border-color: #DB8E40;
}
</style>