Shades of Fire Bush #DF9440
Tints of Fire Bush #DF9440
RGB
CMYK
RGB Variations
Color information
#DF9440 (or 0xDF9440) is known color: Fire Bush. HEX triplet: DF, 94 and 40. RGB value is (223,148,64). Sum of RGB (Red+Green+Blue) = 223+148+64=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9440 is #206BBF. Grayscale: #A1A1A1. Windows color (decimal): -2124736 or 4232415. OLE color: 4232415.
HSL color Cylindrical-coordinate representation of color #DF9440: hue angle of 31.7º 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 #DF9440 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 64 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.13 |
| HSL | 31.7º | 0.71% | 0.56% | - |
| HSV(B) | 31.7º | 0.71% | 0.87% | - |
| XYZ | 41.95 | 37.24 | 9.83 | - |
| YUV | 160.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 64 | 0 | 0.34 | 0.71 | 0.13 | 31.7 | 0.71 | 0.56 |
| Hex | DF | 94 | 40 | 0 | 22 | 47 | D | 20 | 47 | 38 |
| Octal | 337 | 224 | 100 | 0 | 42 | 107 | 15 | 40 | 107 | 70 |
| Binary | 11011111 | 10010100 | 1000000 | 0 | 100010 | 1000111 | 1101 | 100000 | 1000111 | 111000 |
Color Harmonies of #DF9440
Complementary color
Monochromatic Colors of #DF9440
Black with #DF9440
Text Example
Text Example
White with #DF9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9440; }
p { color: rgb(223,148,64); }
H1.HeaderClassName
{
color: #DF9440;
}
.AnyTagClassName
{
color: #DF9440;
}
</style>
background-color css
<style>
a { background-color: #DF9440; }
a { background-color: rgb(223,148,64); }
div.DivClassName
{
background-color: #DF9440;
}
.BgClassName
{
background-color: #DF9440;
}
</style>
border-color css
<style>
span { border-color: #DF9440; }
span { border-color: rgb(223,148,64); }
td.TdClassName
{
border-color: #DF9440;
}
.TagClassName
{
border-color: #DF9440;
}
</style>