Shades of Fire Bush #DF9347
Tints of Fire Bush #DF9347
RGB
CMYK
RGB Variations
Color information
#DF9347 (or 0xDF9347) is known color: Fire Bush. HEX triplet: DF, 93 and 47. RGB value is (223,147,71). Sum of RGB (Red+Green+Blue) = 223+147+71=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9347 is #206CB8. Grayscale: #A1A1A1. Windows color (decimal): -2124985 or 4690911. OLE color: 4690911.
HSL color Cylindrical-coordinate representation of color #DF9347: hue angle of 30º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF9347 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 71 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.13 |
| HSL | 30º | 0.7% | 0.58% | - |
| HSV(B) | 30º | 0.68% | 0.87% | - |
| XYZ | 42 | 37.01 | 10.89 | - |
| YUV | 161.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 71 | 0 | 0.34 | 0.68 | 0.13 | 30 | 0.7 | 0.58 |
| Hex | DF | 93 | 47 | 0 | 22 | 44 | D | 1E | 46 | 3A |
| Octal | 337 | 223 | 107 | 0 | 42 | 104 | 15 | 36 | 106 | 72 |
| Binary | 11011111 | 10010011 | 1000111 | 0 | 100010 | 1000100 | 1101 | 11110 | 1000110 | 111010 |
Color Harmonies of #DF9347
Complementary color
Monochromatic Colors of #DF9347
Black with #DF9347
Text Example
Text Example
White with #DF9347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9347; }
p { color: rgb(223,147,71); }
H1.HeaderClassName
{
color: #DF9347;
}
.AnyTagClassName
{
color: #DF9347;
}
</style>
background-color css
<style>
a { background-color: #DF9347; }
a { background-color: rgb(223,147,71); }
div.DivClassName
{
background-color: #DF9347;
}
.BgClassName
{
background-color: #DF9347;
}
</style>
border-color css
<style>
span { border-color: #DF9347; }
span { border-color: rgb(223,147,71); }
td.TdClassName
{
border-color: #DF9347;
}
.TagClassName
{
border-color: #DF9347;
}
</style>