Shades of Fire Bush #DF9536
Tints of Fire Bush #DF9536
RGB
CMYK
RGB Variations
Color information
#DF9536 (or 0xDF9536) is known color: Fire Bush. HEX triplet: DF, 95 and 36. RGB value is (223,149,54). Sum of RGB (Red+Green+Blue) = 223+149+54=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9536 is #206AC9. Grayscale: #A0A0A0. Windows color (decimal): -2124490 or 3577311. OLE color: 3577311.
HSL color Cylindrical-coordinate representation of color #DF9536: hue angle of 33.73º 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 #DF9536 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 54 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.13 |
| HSL | 33.73º | 0.73% | 0.54% | - |
| HSV(B) | 33.73º | 0.76% | 0.87% | - |
| XYZ | 41.84 | 37.45 | 8.51 | - |
| YUV | 160.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 54 | 0 | 0.33 | 0.76 | 0.13 | 33.73 | 0.73 | 0.54 |
| Hex | DF | 95 | 36 | 0 | 21 | 4C | D | 22 | 49 | 36 |
| Octal | 337 | 225 | 66 | 0 | 41 | 114 | 15 | 42 | 111 | 66 |
| Binary | 11011111 | 10010101 | 110110 | 0 | 100001 | 1001100 | 1101 | 100010 | 1001001 | 110110 |
Color Harmonies of #DF9536
Complementary color
Monochromatic Colors of #DF9536
Black with #DF9536
Text Example
Text Example
White with #DF9536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9536; }
p { color: rgb(223,149,54); }
H1.HeaderClassName
{
color: #DF9536;
}
.AnyTagClassName
{
color: #DF9536;
}
</style>
background-color css
<style>
a { background-color: #DF9536; }
a { background-color: rgb(223,149,54); }
div.DivClassName
{
background-color: #DF9536;
}
.BgClassName
{
background-color: #DF9536;
}
</style>
border-color css
<style>
span { border-color: #DF9536; }
span { border-color: rgb(223,149,54); }
td.TdClassName
{
border-color: #DF9536;
}
.TagClassName
{
border-color: #DF9536;
}
</style>