Shades of Fire Bush #DF9236
Tints of Fire Bush #DF9236
RGB
CMYK
RGB Variations
Color information
#DF9236 (or 0xDF9236) is known color: Fire Bush. HEX triplet: DF, 92 and 36. RGB value is (223,146,54). Sum of RGB (Red+Green+Blue) = 223+146+54=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9236 is #206DC9. Grayscale: #9E9E9E. Windows color (decimal): -2125258 or 3576543. OLE color: 3576543.
HSL color Cylindrical-coordinate representation of color #DF9236: hue angle of 32.66º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF9236 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 54 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.13 |
| HSL | 32.66º | 0.73% | 0.54% | - |
| HSV(B) | 32.66º | 0.76% | 0.87% | - |
| XYZ | 41.38 | 36.51 | 8.36 | - |
| YUV | 158.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 54 | 0 | 0.35 | 0.76 | 0.13 | 32.66 | 0.73 | 0.54 |
| Hex | DF | 92 | 36 | 0 | 23 | 4C | D | 21 | 49 | 36 |
| Octal | 337 | 222 | 66 | 0 | 43 | 114 | 15 | 41 | 111 | 66 |
| Binary | 11011111 | 10010010 | 110110 | 0 | 100011 | 1001100 | 1101 | 100001 | 1001001 | 110110 |
Color Harmonies of #DF9236
Complementary color
Monochromatic Colors of #DF9236
Black with #DF9236
Text Example
Text Example
White with #DF9236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9236; }
p { color: rgb(223,146,54); }
H1.HeaderClassName
{
color: #DF9236;
}
.AnyTagClassName
{
color: #DF9236;
}
</style>
background-color css
<style>
a { background-color: #DF9236; }
a { background-color: rgb(223,146,54); }
div.DivClassName
{
background-color: #DF9236;
}
.BgClassName
{
background-color: #DF9236;
}
</style>
border-color css
<style>
span { border-color: #DF9236; }
span { border-color: rgb(223,146,54); }
td.TdClassName
{
border-color: #DF9236;
}
.TagClassName
{
border-color: #DF9236;
}
</style>