Shades of Fire Bush #DF9842
Tints of Fire Bush #DF9842
RGB
CMYK
RGB Variations
Color information
#DF9842 (or 0xDF9842) is known color: Fire Bush. HEX triplet: DF, 98 and 42. RGB value is (223,152,66). Sum of RGB (Red+Green+Blue) = 223+152+66=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9842 is #2067BD. Grayscale: #A3A3A3. Windows color (decimal): -2123710 or 4364511. OLE color: 4364511.
HSL color Cylindrical-coordinate representation of color #DF9842: hue angle of 32.87º 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 #DF9842 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 66 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.13 |
| HSL | 32.87º | 0.71% | 0.57% | - |
| HSV(B) | 32.87º | 0.7% | 0.87% | - |
| XYZ | 42.64 | 38.54 | 10.35 | - |
| YUV | 163.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 66 | 0 | 0.32 | 0.70 | 0.13 | 32.87 | 0.71 | 0.57 |
| Hex | DF | 98 | 42 | 0 | 20 | 46 | D | 21 | 47 | 39 |
| Octal | 337 | 230 | 102 | 0 | 40 | 106 | 15 | 41 | 107 | 71 |
| Binary | 11011111 | 10011000 | 1000010 | 0 | 100000 | 1000110 | 1101 | 100001 | 1000111 | 111001 |
Color Harmonies of #DF9842
Complementary color
Monochromatic Colors of #DF9842
Black with #DF9842
Text Example
Text Example
White with #DF9842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9842; }
p { color: rgb(223,152,66); }
H1.HeaderClassName
{
color: #DF9842;
}
.AnyTagClassName
{
color: #DF9842;
}
</style>
background-color css
<style>
a { background-color: #DF9842; }
a { background-color: rgb(223,152,66); }
div.DivClassName
{
background-color: #DF9842;
}
.BgClassName
{
background-color: #DF9842;
}
</style>
border-color css
<style>
span { border-color: #DF9842; }
span { border-color: rgb(223,152,66); }
td.TdClassName
{
border-color: #DF9842;
}
.TagClassName
{
border-color: #DF9842;
}
</style>