Shades of Fire Bush #DF9841
Tints of Fire Bush #DF9841
RGB
CMYK
RGB Variations
Color information
#DF9841 (or 0xDF9841) is known color: Fire Bush. HEX triplet: DF, 98 and 41. RGB value is (223,152,65). Sum of RGB (Red+Green+Blue) = 223+152+65=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9841 is #2067BE. Grayscale: #A3A3A3. Windows color (decimal): -2123711 or 4298975. OLE color: 4298975.
HSL color Cylindrical-coordinate representation of color #DF9841: hue angle of 33.04º 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 #DF9841 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 65 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.13 |
| HSL | 33.04º | 0.71% | 0.56% | - |
| HSV(B) | 33.04º | 0.71% | 0.87% | - |
| XYZ | 42.61 | 38.53 | 10.19 | - |
| YUV | 163.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 65 | 0 | 0.32 | 0.71 | 0.13 | 33.04 | 0.71 | 0.56 |
| Hex | DF | 98 | 41 | 0 | 20 | 47 | D | 21 | 47 | 38 |
| Octal | 337 | 230 | 101 | 0 | 40 | 107 | 15 | 41 | 107 | 70 |
| Binary | 11011111 | 10011000 | 1000001 | 0 | 100000 | 1000111 | 1101 | 100001 | 1000111 | 111000 |
Color Harmonies of #DF9841
Complementary color
Monochromatic Colors of #DF9841
Black with #DF9841
Text Example
Text Example
White with #DF9841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9841; }
p { color: rgb(223,152,65); }
H1.HeaderClassName
{
color: #DF9841;
}
.AnyTagClassName
{
color: #DF9841;
}
</style>
background-color css
<style>
a { background-color: #DF9841; }
a { background-color: rgb(223,152,65); }
div.DivClassName
{
background-color: #DF9841;
}
.BgClassName
{
background-color: #DF9841;
}
</style>
border-color css
<style>
span { border-color: #DF9841; }
span { border-color: rgb(223,152,65); }
td.TdClassName
{
border-color: #DF9841;
}
.TagClassName
{
border-color: #DF9841;
}
</style>