Shades of Fire Bush #DF9338
Tints of Fire Bush #DF9338
RGB
CMYK
RGB Variations
Color information
#DF9338 (or 0xDF9338) is known color: Fire Bush. HEX triplet: DF, 93 and 38. RGB value is (223,147,56). Sum of RGB (Red+Green+Blue) = 223+147+56=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9338 is #206CC7. Grayscale: #9F9F9F. Windows color (decimal): -2125000 or 3707871. OLE color: 3707871.
HSL color Cylindrical-coordinate representation of color #DF9338: hue angle of 32.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF9338 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 56 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.13 |
| HSL | 32.69º | 0.72% | 0.55% | - |
| HSV(B) | 32.69º | 0.75% | 0.87% | - |
| XYZ | 41.58 | 36.84 | 8.66 | - |
| YUV | 159.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 56 | 0 | 0.34 | 0.75 | 0.13 | 32.69 | 0.72 | 0.55 |
| Hex | DF | 93 | 38 | 0 | 22 | 4B | D | 21 | 48 | 37 |
| Octal | 337 | 223 | 70 | 0 | 42 | 113 | 15 | 41 | 110 | 67 |
| Binary | 11011111 | 10010011 | 111000 | 0 | 100010 | 1001011 | 1101 | 100001 | 1001000 | 110111 |
Color Harmonies of #DF9338
Complementary color
Monochromatic Colors of #DF9338
Black with #DF9338
Text Example
Text Example
White with #DF9338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9338; }
p { color: rgb(223,147,56); }
H1.HeaderClassName
{
color: #DF9338;
}
.AnyTagClassName
{
color: #DF9338;
}
</style>
background-color css
<style>
a { background-color: #DF9338; }
a { background-color: rgb(223,147,56); }
div.DivClassName
{
background-color: #DF9338;
}
.BgClassName
{
background-color: #DF9338;
}
</style>
border-color css
<style>
span { border-color: #DF9338; }
span { border-color: rgb(223,147,56); }
td.TdClassName
{
border-color: #DF9338;
}
.TagClassName
{
border-color: #DF9338;
}
</style>