Shades of Fire Bush #DF8E49
Tints of Fire Bush #DF8E49
RGB
CMYK
RGB Variations
Color information
#DF8E49 (or 0xDF8E49) is known color: Fire Bush. HEX triplet: DF, 8E and 49. RGB value is (223,142,73). Sum of RGB (Red+Green+Blue) = 223+142+73=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E49 is #2071B6. Grayscale: #9E9E9E. Windows color (decimal): -2126263 or 4820703. OLE color: 4820703.
HSL color Cylindrical-coordinate representation of color #DF8E49: hue angle of 27.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF8E49 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 73 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.13 |
| HSL | 27.6º | 0.7% | 0.58% | - |
| HSV(B) | 27.6º | 0.67% | 0.87% | - |
| XYZ | 41.31 | 35.52 | 10.98 | - |
| YUV | 158.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 73 | 0 | 0.36 | 0.67 | 0.13 | 27.6 | 0.7 | 0.58 |
| Hex | DF | 8E | 49 | 0 | 24 | 43 | D | 1C | 46 | 3A |
| Octal | 337 | 216 | 111 | 0 | 44 | 103 | 15 | 34 | 106 | 72 |
| Binary | 11011111 | 10001110 | 1001001 | 0 | 100100 | 1000011 | 1101 | 11100 | 1000110 | 111010 |
Color Harmonies of #DF8E49
Complementary color
Monochromatic Colors of #DF8E49
Black with #DF8E49
Text Example
Text Example
White with #DF8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E49; }
p { color: rgb(223,142,73); }
H1.HeaderClassName
{
color: #DF8E49;
}
.AnyTagClassName
{
color: #DF8E49;
}
</style>
background-color css
<style>
a { background-color: #DF8E49; }
a { background-color: rgb(223,142,73); }
div.DivClassName
{
background-color: #DF8E49;
}
.BgClassName
{
background-color: #DF8E49;
}
</style>
border-color css
<style>
span { border-color: #DF8E49; }
span { border-color: rgb(223,142,73); }
td.TdClassName
{
border-color: #DF8E49;
}
.TagClassName
{
border-color: #DF8E49;
}
</style>