Shades of Fire Bush #DF913B
Tints of Fire Bush #DF913B
RGB
CMYK
RGB Variations
Color information
#DF913B (or 0xDF913B) is known color: Fire Bush. HEX triplet: DF, 91 and 3B. RGB value is (223,145,59). Sum of RGB (Red+Green+Blue) = 223+145+59=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF913B is #206EC4. Grayscale: #9E9E9E. Windows color (decimal): -2125509 or 3903967. OLE color: 3903967.
HSL color Cylindrical-coordinate representation of color #DF913B: hue angle of 31.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF913B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 59 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.13 |
| HSL | 31.46º | 0.72% | 0.55% | - |
| HSV(B) | 31.46º | 0.74% | 0.87% | - |
| XYZ | 41.35 | 36.25 | 8.96 | - |
| YUV | 158.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 59 | 0 | 0.35 | 0.74 | 0.13 | 31.46 | 0.72 | 0.55 |
| Hex | DF | 91 | 3B | 0 | 23 | 4A | D | 1F | 48 | 37 |
| Octal | 337 | 221 | 73 | 0 | 43 | 112 | 15 | 37 | 110 | 67 |
| Binary | 11011111 | 10010001 | 111011 | 0 | 100011 | 1001010 | 1101 | 11111 | 1001000 | 110111 |
Color Harmonies of #DF913B
Complementary color
Monochromatic Colors of #DF913B
Black with #DF913B
Text Example
Text Example
White with #DF913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF913B; }
p { color: rgb(223,145,59); }
H1.HeaderClassName
{
color: #DF913B;
}
.AnyTagClassName
{
color: #DF913B;
}
</style>
background-color css
<style>
a { background-color: #DF913B; }
a { background-color: rgb(223,145,59); }
div.DivClassName
{
background-color: #DF913B;
}
.BgClassName
{
background-color: #DF913B;
}
</style>
border-color css
<style>
span { border-color: #DF913B; }
span { border-color: rgb(223,145,59); }
td.TdClassName
{
border-color: #DF913B;
}
.TagClassName
{
border-color: #DF913B;
}
</style>