Shades of Fire Bush #DF9441
Tints of Fire Bush #DF9441
RGB
CMYK
RGB Variations
Color information
#DF9441 (or 0xDF9441) is known color: Fire Bush. HEX triplet: DF, 94 and 41. RGB value is (223,148,65). Sum of RGB (Red+Green+Blue) = 223+148+65=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9441 is #206BBE. Grayscale: #A1A1A1. Windows color (decimal): -2124735 or 4297951. OLE color: 4297951.
HSL color Cylindrical-coordinate representation of color #DF9441: hue angle of 31.52º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF9441 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 65 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.13 |
| HSL | 31.52º | 0.71% | 0.56% | - |
| HSV(B) | 31.52º | 0.71% | 0.87% | - |
| XYZ | 41.98 | 37.25 | 9.98 | - |
| YUV | 160.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 65 | 0 | 0.34 | 0.71 | 0.13 | 31.52 | 0.71 | 0.56 |
| Hex | DF | 94 | 41 | 0 | 22 | 47 | D | 20 | 47 | 38 |
| Octal | 337 | 224 | 101 | 0 | 42 | 107 | 15 | 40 | 107 | 70 |
| Binary | 11011111 | 10010100 | 1000001 | 0 | 100010 | 1000111 | 1101 | 100000 | 1000111 | 111000 |
Color Harmonies of #DF9441
Complementary color
Monochromatic Colors of #DF9441
Black with #DF9441
Text Example
Text Example
White with #DF9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9441; }
p { color: rgb(223,148,65); }
H1.HeaderClassName
{
color: #DF9441;
}
.AnyTagClassName
{
color: #DF9441;
}
</style>
background-color css
<style>
a { background-color: #DF9441; }
a { background-color: rgb(223,148,65); }
div.DivClassName
{
background-color: #DF9441;
}
.BgClassName
{
background-color: #DF9441;
}
</style>
border-color css
<style>
span { border-color: #DF9441; }
span { border-color: rgb(223,148,65); }
td.TdClassName
{
border-color: #DF9441;
}
.TagClassName
{
border-color: #DF9441;
}
</style>