Shades of Fire Bush #DF9140
Tints of Fire Bush #DF9140
RGB
CMYK
RGB Variations
Color information
#DF9140 (or 0xDF9140) is known color: Fire Bush. HEX triplet: DF, 91 and 40. RGB value is (223,145,64). Sum of RGB (Red+Green+Blue) = 223+145+64=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9140 is #206EBF. Grayscale: #9F9F9F. Windows color (decimal): -2125504 or 4231647. OLE color: 4231647.
HSL color Cylindrical-coordinate representation of color #DF9140: hue angle of 30.57º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF9140 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 64 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.13 |
| HSL | 30.57º | 0.71% | 0.56% | - |
| HSV(B) | 30.57º | 0.71% | 0.87% | - |
| XYZ | 41.48 | 36.31 | 9.67 | - |
| YUV | 159.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 64 | 0 | 0.35 | 0.71 | 0.13 | 30.57 | 0.71 | 0.56 |
| Hex | DF | 91 | 40 | 0 | 23 | 47 | D | 1F | 47 | 38 |
| Octal | 337 | 221 | 100 | 0 | 43 | 107 | 15 | 37 | 107 | 70 |
| Binary | 11011111 | 10010001 | 1000000 | 0 | 100011 | 1000111 | 1101 | 11111 | 1000111 | 111000 |
Color Harmonies of #DF9140
Complementary color
Monochromatic Colors of #DF9140
Black with #DF9140
Text Example
Text Example
White with #DF9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9140; }
p { color: rgb(223,145,64); }
H1.HeaderClassName
{
color: #DF9140;
}
.AnyTagClassName
{
color: #DF9140;
}
</style>
background-color css
<style>
a { background-color: #DF9140; }
a { background-color: rgb(223,145,64); }
div.DivClassName
{
background-color: #DF9140;
}
.BgClassName
{
background-color: #DF9140;
}
</style>
border-color css
<style>
span { border-color: #DF9140; }
span { border-color: rgb(223,145,64); }
td.TdClassName
{
border-color: #DF9140;
}
.TagClassName
{
border-color: #DF9140;
}
</style>