Shades of Fire Bush #DF9449
Tints of Fire Bush #DF9449
RGB
CMYK
RGB Variations
Color information
#DF9449 (or 0xDF9449) is known color: Fire Bush. HEX triplet: DF, 94 and 49. RGB value is (223,148,73). Sum of RGB (Red+Green+Blue) = 223+148+73=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9449 is #206BB6. Grayscale: #A2A2A2. Windows color (decimal): -2124727 or 4822239. OLE color: 4822239.
HSL color Cylindrical-coordinate representation of color #DF9449: hue angle of 30º 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 #DF9449 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 73 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.13 |
| HSL | 30º | 0.7% | 0.58% | - |
| HSV(B) | 30º | 0.67% | 0.87% | - |
| XYZ | 42.22 | 37.35 | 11.29 | - |
| YUV | 161.88 | 77.85 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 73 | 0 | 0.34 | 0.67 | 0.13 | 30 | 0.7 | 0.58 |
| Hex | DF | 94 | 49 | 0 | 22 | 43 | D | 1E | 46 | 3A |
| Octal | 337 | 224 | 111 | 0 | 42 | 103 | 15 | 36 | 106 | 72 |
| Binary | 11011111 | 10010100 | 1001001 | 0 | 100010 | 1000011 | 1101 | 11110 | 1000110 | 111010 |
Color Harmonies of #DF9449
Complementary color
Monochromatic Colors of #DF9449
Black with #DF9449
Text Example
Text Example
White with #DF9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9449; }
p { color: rgb(223,148,73); }
H1.HeaderClassName
{
color: #DF9449;
}
.AnyTagClassName
{
color: #DF9449;
}
</style>
background-color css
<style>
a { background-color: #DF9449; }
a { background-color: rgb(223,148,73); }
div.DivClassName
{
background-color: #DF9449;
}
.BgClassName
{
background-color: #DF9449;
}
</style>
border-color css
<style>
span { border-color: #DF9449; }
span { border-color: rgb(223,148,73); }
td.TdClassName
{
border-color: #DF9449;
}
.TagClassName
{
border-color: #DF9449;
}
</style>