Shades of Fire Bush #DF9938
Tints of Fire Bush #DF9938
RGB
CMYK
RGB Variations
Color information
#DF9938 (or 0xDF9938) is known color: Fire Bush. HEX triplet: DF, 99 and 38. RGB value is (223,153,56). Sum of RGB (Red+Green+Blue) = 223+153+56=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9938 is #2066C7. Grayscale: #A3A3A3. Windows color (decimal): -2123464 or 3709407. OLE color: 3709407.
HSL color Cylindrical-coordinate representation of color #DF9938: hue angle of 34.85º 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 #DF9938 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 56 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.13 |
| HSL | 34.85º | 0.72% | 0.55% | - |
| HSV(B) | 34.85º | 0.75% | 0.87% | - |
| XYZ | 42.54 | 38.76 | 8.98 | - |
| YUV | 162.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 56 | 0 | 0.31 | 0.75 | 0.13 | 34.85 | 0.72 | 0.55 |
| Hex | DF | 99 | 38 | 0 | 1F | 4B | D | 23 | 48 | 37 |
| Octal | 337 | 231 | 70 | 0 | 37 | 113 | 15 | 43 | 110 | 67 |
| Binary | 11011111 | 10011001 | 111000 | 0 | 11111 | 1001011 | 1101 | 100011 | 1001000 | 110111 |
Color Harmonies of #DF9938
Complementary color
Monochromatic Colors of #DF9938
Black with #DF9938
Text Example
Text Example
White with #DF9938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9938; }
p { color: rgb(223,153,56); }
H1.HeaderClassName
{
color: #DF9938;
}
.AnyTagClassName
{
color: #DF9938;
}
</style>
background-color css
<style>
a { background-color: #DF9938; }
a { background-color: rgb(223,153,56); }
div.DivClassName
{
background-color: #DF9938;
}
.BgClassName
{
background-color: #DF9938;
}
</style>
border-color css
<style>
span { border-color: #DF9938; }
span { border-color: rgb(223,153,56); }
td.TdClassName
{
border-color: #DF9938;
}
.TagClassName
{
border-color: #DF9938;
}
</style>