Shades of Fire Bush #DF904D
Tints of Fire Bush #DF904D
RGB
CMYK
RGB Variations
Color information
#DF904D (or 0xDF904D) is known color: Fire Bush. HEX triplet: DF, 90 and 4D. RGB value is (223,144,77). Sum of RGB (Red+Green+Blue) = 223+144+77=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF904D is #206FB2. Grayscale: #A0A0A0. Windows color (decimal): -2125747 or 5083359. OLE color: 5083359.
HSL color Cylindrical-coordinate representation of color #DF904D: hue angle of 27.53º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF904D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 77 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.13 |
| HSL | 27.53º | 0.7% | 0.59% | - |
| HSV(B) | 27.53º | 0.65% | 0.87% | - |
| XYZ | 41.74 | 36.17 | 11.8 | - |
| YUV | 159.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 77 | 0 | 0.35 | 0.65 | 0.13 | 27.53 | 0.7 | 0.59 |
| Hex | DF | 90 | 4D | 0 | 23 | 41 | D | 1C | 46 | 3B |
| Octal | 337 | 220 | 115 | 0 | 43 | 101 | 15 | 34 | 106 | 73 |
| Binary | 11011111 | 10010000 | 1001101 | 0 | 100011 | 1000001 | 1101 | 11100 | 1000110 | 111011 |
Color Harmonies of #DF904D
Complementary color
Monochromatic Colors of #DF904D
Black with #DF904D
Text Example
Text Example
White with #DF904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF904D; }
p { color: rgb(223,144,77); }
H1.HeaderClassName
{
color: #DF904D;
}
.AnyTagClassName
{
color: #DF904D;
}
</style>
background-color css
<style>
a { background-color: #DF904D; }
a { background-color: rgb(223,144,77); }
div.DivClassName
{
background-color: #DF904D;
}
.BgClassName
{
background-color: #DF904D;
}
</style>
border-color css
<style>
span { border-color: #DF904D; }
span { border-color: rgb(223,144,77); }
td.TdClassName
{
border-color: #DF904D;
}
.TagClassName
{
border-color: #DF904D;
}
</style>