Shades of Fire Bush #DF913A
Tints of Fire Bush #DF913A
RGB
CMYK
RGB Variations
Color information
#DF913A (or 0xDF913A) is known color: Fire Bush. HEX triplet: DF, 91 and 3A. RGB value is (223,145,58). Sum of RGB (Red+Green+Blue) = 223+145+58=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF913A is #206EC5. Grayscale: #9E9E9E. Windows color (decimal): -2125510 or 3838431. OLE color: 3838431.
HSL color Cylindrical-coordinate representation of color #DF913A: hue angle of 31.64º 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 #DF913A is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 58 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.13 |
| HSL | 31.64º | 0.72% | 0.55% | - |
| HSV(B) | 31.64º | 0.74% | 0.87% | - |
| XYZ | 41.32 | 36.24 | 8.82 | - |
| YUV | 158.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 58 | 0 | 0.35 | 0.74 | 0.13 | 31.64 | 0.72 | 0.55 |
| Hex | DF | 91 | 3A | 0 | 23 | 4A | D | 20 | 48 | 37 |
| Octal | 337 | 221 | 72 | 0 | 43 | 112 | 15 | 40 | 110 | 67 |
| Binary | 11011111 | 10010001 | 111010 | 0 | 100011 | 1001010 | 1101 | 100000 | 1001000 | 110111 |
Color Harmonies of #DF913A
Complementary color
Monochromatic Colors of #DF913A
Black with #DF913A
Text Example
Text Example
White with #DF913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF913A; }
p { color: rgb(223,145,58); }
H1.HeaderClassName
{
color: #DF913A;
}
.AnyTagClassName
{
color: #DF913A;
}
</style>
background-color css
<style>
a { background-color: #DF913A; }
a { background-color: rgb(223,145,58); }
div.DivClassName
{
background-color: #DF913A;
}
.BgClassName
{
background-color: #DF913A;
}
</style>
border-color css
<style>
span { border-color: #DF913A; }
span { border-color: rgb(223,145,58); }
td.TdClassName
{
border-color: #DF913A;
}
.TagClassName
{
border-color: #DF913A;
}
</style>