Shades of Fire Bush #DF9838
Tints of Fire Bush #DF9838
RGB
CMYK
RGB Variations
Color information
#DF9838 (or 0xDF9838) is known color: Fire Bush. HEX triplet: DF, 98 and 38. RGB value is (223,152,56). Sum of RGB (Red+Green+Blue) = 223+152+56=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9838 is #2067C7. Grayscale: #A2A2A2. Windows color (decimal): -2123720 or 3709151. OLE color: 3709151.
HSL color Cylindrical-coordinate representation of color #DF9838: hue angle of 34.49º 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 #DF9838 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 56 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.13 |
| HSL | 34.49º | 0.72% | 0.55% | - |
| HSV(B) | 34.49º | 0.75% | 0.87% | - |
| XYZ | 42.37 | 38.43 | 8.93 | - |
| YUV | 162.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 56 | 0 | 0.32 | 0.75 | 0.13 | 34.49 | 0.72 | 0.55 |
| Hex | DF | 98 | 38 | 0 | 20 | 4B | D | 22 | 48 | 37 |
| Octal | 337 | 230 | 70 | 0 | 40 | 113 | 15 | 42 | 110 | 67 |
| Binary | 11011111 | 10011000 | 111000 | 0 | 100000 | 1001011 | 1101 | 100010 | 1001000 | 110111 |
Color Harmonies of #DF9838
Complementary color
Monochromatic Colors of #DF9838
Black with #DF9838
Text Example
Text Example
White with #DF9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9838; }
p { color: rgb(223,152,56); }
H1.HeaderClassName
{
color: #DF9838;
}
.AnyTagClassName
{
color: #DF9838;
}
</style>
background-color css
<style>
a { background-color: #DF9838; }
a { background-color: rgb(223,152,56); }
div.DivClassName
{
background-color: #DF9838;
}
.BgClassName
{
background-color: #DF9838;
}
</style>
border-color css
<style>
span { border-color: #DF9838; }
span { border-color: rgb(223,152,56); }
td.TdClassName
{
border-color: #DF9838;
}
.TagClassName
{
border-color: #DF9838;
}
</style>