Shades of Fire Bush #DF913E
Tints of Fire Bush #DF913E
RGB
CMYK
RGB Variations
Color information
#DF913E (or 0xDF913E) is known color: Fire Bush. HEX triplet: DF, 91 and 3E. RGB value is (223,145,62). Sum of RGB (Red+Green+Blue) = 223+145+62=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF913E is #206EC1. Grayscale: #9F9F9F. Windows color (decimal): -2125506 or 4100575. OLE color: 4100575.
HSL color Cylindrical-coordinate representation of color #DF913E: hue angle of 30.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF913E is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 62 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.13 |
| HSL | 30.93º | 0.72% | 0.56% | - |
| HSV(B) | 30.93º | 0.72% | 0.87% | - |
| XYZ | 41.43 | 36.29 | 9.38 | - |
| YUV | 158.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 62 | 0 | 0.35 | 0.72 | 0.13 | 30.93 | 0.72 | 0.56 |
| Hex | DF | 91 | 3E | 0 | 23 | 48 | D | 1F | 48 | 38 |
| Octal | 337 | 221 | 76 | 0 | 43 | 110 | 15 | 37 | 110 | 70 |
| Binary | 11011111 | 10010001 | 111110 | 0 | 100011 | 1001000 | 1101 | 11111 | 1001000 | 111000 |
Color Harmonies of #DF913E
Complementary color
Monochromatic Colors of #DF913E
Black with #DF913E
Text Example
Text Example
White with #DF913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF913E; }
p { color: rgb(223,145,62); }
H1.HeaderClassName
{
color: #DF913E;
}
.AnyTagClassName
{
color: #DF913E;
}
</style>
background-color css
<style>
a { background-color: #DF913E; }
a { background-color: rgb(223,145,62); }
div.DivClassName
{
background-color: #DF913E;
}
.BgClassName
{
background-color: #DF913E;
}
</style>
border-color css
<style>
span { border-color: #DF913E; }
span { border-color: rgb(223,145,62); }
td.TdClassName
{
border-color: #DF913E;
}
.TagClassName
{
border-color: #DF913E;
}
</style>