Shades of Fire Bush #DF9541
Tints of Fire Bush #DF9541
RGB
CMYK
RGB Variations
Color information
#DF9541 (or 0xDF9541) is known color: Fire Bush. HEX triplet: DF, 95 and 41. RGB value is (223,149,65). Sum of RGB (Red+Green+Blue) = 223+149+65=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9541 is #206ABE. Grayscale: #A1A1A1. Windows color (decimal): -2124479 or 4298207. OLE color: 4298207.
HSL color Cylindrical-coordinate representation of color #DF9541: hue angle of 31.9º 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 #DF9541 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 65 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.13 |
| HSL | 31.9º | 0.71% | 0.56% | - |
| HSV(B) | 31.9º | 0.71% | 0.87% | - |
| XYZ | 42.13 | 37.56 | 10.03 | - |
| YUV | 161.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 65 | 0 | 0.33 | 0.71 | 0.13 | 31.9 | 0.71 | 0.56 |
| Hex | DF | 95 | 41 | 0 | 21 | 47 | D | 20 | 47 | 38 |
| Octal | 337 | 225 | 101 | 0 | 41 | 107 | 15 | 40 | 107 | 70 |
| Binary | 11011111 | 10010101 | 1000001 | 0 | 100001 | 1000111 | 1101 | 100000 | 1000111 | 111000 |
Color Harmonies of #DF9541
Complementary color
Monochromatic Colors of #DF9541
Black with #DF9541
Text Example
Text Example
White with #DF9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9541; }
p { color: rgb(223,149,65); }
H1.HeaderClassName
{
color: #DF9541;
}
.AnyTagClassName
{
color: #DF9541;
}
</style>
background-color css
<style>
a { background-color: #DF9541; }
a { background-color: rgb(223,149,65); }
div.DivClassName
{
background-color: #DF9541;
}
.BgClassName
{
background-color: #DF9541;
}
</style>
border-color css
<style>
span { border-color: #DF9541; }
span { border-color: rgb(223,149,65); }
td.TdClassName
{
border-color: #DF9541;
}
.TagClassName
{
border-color: #DF9541;
}
</style>