Shades of Fire Bush #DF9540
Tints of Fire Bush #DF9540
RGB
CMYK
RGB Variations
Color information
#DF9540 (or 0xDF9540) is known color: Fire Bush. HEX triplet: DF, 95 and 40. RGB value is (223,149,64). Sum of RGB (Red+Green+Blue) = 223+149+64=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9540 is #206ABF. Grayscale: #A1A1A1. Windows color (decimal): -2124480 or 4232671. OLE color: 4232671.
HSL color Cylindrical-coordinate representation of color #DF9540: hue angle of 32.08º 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 #DF9540 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 64 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.13 |
| HSL | 32.08º | 0.71% | 0.56% | - |
| HSV(B) | 32.08º | 0.71% | 0.87% | - |
| XYZ | 42.1 | 37.55 | 9.88 | - |
| YUV | 161.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 64 | 0 | 0.33 | 0.71 | 0.13 | 32.08 | 0.71 | 0.56 |
| Hex | DF | 95 | 40 | 0 | 21 | 47 | D | 20 | 47 | 38 |
| Octal | 337 | 225 | 100 | 0 | 41 | 107 | 15 | 40 | 107 | 70 |
| Binary | 11011111 | 10010101 | 1000000 | 0 | 100001 | 1000111 | 1101 | 100000 | 1000111 | 111000 |
Color Harmonies of #DF9540
Complementary color
Monochromatic Colors of #DF9540
Black with #DF9540
Text Example
Text Example
White with #DF9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9540; }
p { color: rgb(223,149,64); }
H1.HeaderClassName
{
color: #DF9540;
}
.AnyTagClassName
{
color: #DF9540;
}
</style>
background-color css
<style>
a { background-color: #DF9540; }
a { background-color: rgb(223,149,64); }
div.DivClassName
{
background-color: #DF9540;
}
.BgClassName
{
background-color: #DF9540;
}
</style>
border-color css
<style>
span { border-color: #DF9540; }
span { border-color: rgb(223,149,64); }
td.TdClassName
{
border-color: #DF9540;
}
.TagClassName
{
border-color: #DF9540;
}
</style>