Shades of Fire Bush #DB8E44
Tints of Fire Bush #DB8E44
RGB
CMYK
RGB Variations
Color information
#DB8E44 (or 0xDB8E44) is known color: Fire Bush. HEX triplet: DB, 8E and 44. RGB value is (219,142,68). Sum of RGB (Red+Green+Blue) = 219+142+68=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E44 is #2471BB. Grayscale: #9C9C9C. Windows color (decimal): -2388412 or 4493019. OLE color: 4493019.
HSL color Cylindrical-coordinate representation of color #DB8E44: hue angle of 29.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB8E44 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 68 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.14 |
| HSL | 29.4º | 0.68% | 0.56% | - |
| HSV(B) | 29.4º | 0.69% | 0.86% | - |
| XYZ | 39.93 | 34.82 | 10.09 | - |
| YUV | 156.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 68 | 0 | 0.35 | 0.69 | 0.14 | 29.4 | 0.68 | 0.56 |
| Hex | DB | 8E | 44 | 0 | 23 | 45 | E | 1D | 44 | 38 |
| Octal | 333 | 216 | 104 | 0 | 43 | 105 | 16 | 35 | 104 | 70 |
| Binary | 11011011 | 10001110 | 1000100 | 0 | 100011 | 1000101 | 1110 | 11101 | 1000100 | 111000 |
Color Harmonies of #DB8E44
Complementary color
Monochromatic Colors of #DB8E44
Black with #DB8E44
Text Example
Text Example
White with #DB8E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E44; }
p { color: rgb(219,142,68); }
H1.HeaderClassName
{
color: #DB8E44;
}
.AnyTagClassName
{
color: #DB8E44;
}
</style>
background-color css
<style>
a { background-color: #DB8E44; }
a { background-color: rgb(219,142,68); }
div.DivClassName
{
background-color: #DB8E44;
}
.BgClassName
{
background-color: #DB8E44;
}
</style>
border-color css
<style>
span { border-color: #DB8E44; }
span { border-color: rgb(219,142,68); }
td.TdClassName
{
border-color: #DB8E44;
}
.TagClassName
{
border-color: #DB8E44;
}
</style>