Shades of Fire Bush #DF9436
Tints of Fire Bush #DF9436
RGB
CMYK
RGB Variations
Color information
#DF9436 (or 0xDF9436) is known color: Fire Bush. HEX triplet: DF, 94 and 36. RGB value is (223,148,54). Sum of RGB (Red+Green+Blue) = 223+148+54=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9436 is #206BC9. Grayscale: #A0A0A0. Windows color (decimal): -2124746 or 3577055. OLE color: 3577055.
HSL color Cylindrical-coordinate representation of color #DF9436: hue angle of 33.37º 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 #DF9436 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 54 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.13 |
| HSL | 33.37º | 0.73% | 0.54% | - |
| HSV(B) | 33.37º | 0.76% | 0.87% | - |
| XYZ | 41.69 | 37.13 | 8.46 | - |
| YUV | 159.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 54 | 0 | 0.34 | 0.76 | 0.13 | 33.37 | 0.73 | 0.54 |
| Hex | DF | 94 | 36 | 0 | 22 | 4C | D | 21 | 49 | 36 |
| Octal | 337 | 224 | 66 | 0 | 42 | 114 | 15 | 41 | 111 | 66 |
| Binary | 11011111 | 10010100 | 110110 | 0 | 100010 | 1001100 | 1101 | 100001 | 1001001 | 110110 |
Color Harmonies of #DF9436
Complementary color
Monochromatic Colors of #DF9436
Black with #DF9436
Text Example
Text Example
White with #DF9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9436; }
p { color: rgb(223,148,54); }
H1.HeaderClassName
{
color: #DF9436;
}
.AnyTagClassName
{
color: #DF9436;
}
</style>
background-color css
<style>
a { background-color: #DF9436; }
a { background-color: rgb(223,148,54); }
div.DivClassName
{
background-color: #DF9436;
}
.BgClassName
{
background-color: #DF9436;
}
</style>
border-color css
<style>
span { border-color: #DF9436; }
span { border-color: rgb(223,148,54); }
td.TdClassName
{
border-color: #DF9436;
}
.TagClassName
{
border-color: #DF9436;
}
</style>