Shades of Fire Bush #DF984C
Tints of Fire Bush #DF984C
RGB
CMYK
RGB Variations
Color information
#DF984C (or 0xDF984C) is known color: Fire Bush. HEX triplet: DF, 98 and 4C. RGB value is (223,152,76). Sum of RGB (Red+Green+Blue) = 223+152+76=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF984C is #2067B3. Grayscale: #A4A4A4. Windows color (decimal): -2123700 or 5019871. OLE color: 5019871.
HSL color Cylindrical-coordinate representation of color #DF984C: hue angle of 31.02º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF984C is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 76 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.13 |
| HSL | 31.02º | 0.7% | 0.59% | - |
| HSV(B) | 31.02º | 0.66% | 0.87% | - |
| XYZ | 42.96 | 38.67 | 12.04 | - |
| YUV | 164.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 76 | 0 | 0.32 | 0.66 | 0.13 | 31.02 | 0.7 | 0.59 |
| Hex | DF | 98 | 4C | 0 | 20 | 42 | D | 1F | 46 | 3B |
| Octal | 337 | 230 | 114 | 0 | 40 | 102 | 15 | 37 | 106 | 73 |
| Binary | 11011111 | 10011000 | 1001100 | 0 | 100000 | 1000010 | 1101 | 11111 | 1000110 | 111011 |
Color Harmonies of #DF984C
Complementary color
Monochromatic Colors of #DF984C
Black with #DF984C
Text Example
Text Example
White with #DF984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF984C; }
p { color: rgb(223,152,76); }
H1.HeaderClassName
{
color: #DF984C;
}
.AnyTagClassName
{
color: #DF984C;
}
</style>
background-color css
<style>
a { background-color: #DF984C; }
a { background-color: rgb(223,152,76); }
div.DivClassName
{
background-color: #DF984C;
}
.BgClassName
{
background-color: #DF984C;
}
</style>
border-color css
<style>
span { border-color: #DF984C; }
span { border-color: rgb(223,152,76); }
td.TdClassName
{
border-color: #DF984C;
}
.TagClassName
{
border-color: #DF984C;
}
</style>