Shades of Fire Bush #DF9444
Tints of Fire Bush #DF9444
RGB
CMYK
RGB Variations
Color information
#DF9444 (or 0xDF9444) is known color: Fire Bush. HEX triplet: DF, 94 and 44. RGB value is (223,148,68). Sum of RGB (Red+Green+Blue) = 223+148+68=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9444 is #206BBB. Grayscale: #A1A1A1. Windows color (decimal): -2124732 or 4494559. OLE color: 4494559.
HSL color Cylindrical-coordinate representation of color #DF9444: hue angle of 30.97º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF9444 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 68 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.13 |
| HSL | 30.97º | 0.71% | 0.57% | - |
| HSV(B) | 30.97º | 0.7% | 0.87% | - |
| XYZ | 42.06 | 37.29 | 10.45 | - |
| YUV | 161.31 | 75.35 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 68 | 0 | 0.34 | 0.70 | 0.13 | 30.97 | 0.71 | 0.57 |
| Hex | DF | 94 | 44 | 0 | 22 | 46 | D | 1F | 47 | 39 |
| Octal | 337 | 224 | 104 | 0 | 42 | 106 | 15 | 37 | 107 | 71 |
| Binary | 11011111 | 10010100 | 1000100 | 0 | 100010 | 1000110 | 1101 | 11111 | 1000111 | 111001 |
Color Harmonies of #DF9444
Complementary color
Monochromatic Colors of #DF9444
Black with #DF9444
Text Example
Text Example
White with #DF9444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9444; }
p { color: rgb(223,148,68); }
H1.HeaderClassName
{
color: #DF9444;
}
.AnyTagClassName
{
color: #DF9444;
}
</style>
background-color css
<style>
a { background-color: #DF9444; }
a { background-color: rgb(223,148,68); }
div.DivClassName
{
background-color: #DF9444;
}
.BgClassName
{
background-color: #DF9444;
}
</style>
border-color css
<style>
span { border-color: #DF9444; }
span { border-color: rgb(223,148,68); }
td.TdClassName
{
border-color: #DF9444;
}
.TagClassName
{
border-color: #DF9444;
}
</style>