Shades of Fire Bush #DF943E
Tints of Fire Bush #DF943E
RGB
CMYK
RGB Variations
Color information
#DF943E (or 0xDF943E) is known color: Fire Bush. HEX triplet: DF, 94 and 3E. RGB value is (223,148,62). Sum of RGB (Red+Green+Blue) = 223+148+62=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF943E is #206BC1. Grayscale: #A1A1A1. Windows color (decimal): -2124738 or 4101343. OLE color: 4101343.
HSL color Cylindrical-coordinate representation of color #DF943E: hue angle of 32.05º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF943E is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 62 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.13 |
| HSL | 32.05º | 0.72% | 0.56% | - |
| HSV(B) | 32.05º | 0.72% | 0.87% | - |
| XYZ | 41.89 | 37.22 | 9.53 | - |
| YUV | 160.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 62 | 0 | 0.34 | 0.72 | 0.13 | 32.05 | 0.72 | 0.56 |
| Hex | DF | 94 | 3E | 0 | 22 | 48 | D | 20 | 48 | 38 |
| Octal | 337 | 224 | 76 | 0 | 42 | 110 | 15 | 40 | 110 | 70 |
| Binary | 11011111 | 10010100 | 111110 | 0 | 100010 | 1001000 | 1101 | 100000 | 1001000 | 111000 |
Color Harmonies of #DF943E
Complementary color
Monochromatic Colors of #DF943E
Black with #DF943E
Text Example
Text Example
White with #DF943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF943E; }
p { color: rgb(223,148,62); }
H1.HeaderClassName
{
color: #DF943E;
}
.AnyTagClassName
{
color: #DF943E;
}
</style>
background-color css
<style>
a { background-color: #DF943E; }
a { background-color: rgb(223,148,62); }
div.DivClassName
{
background-color: #DF943E;
}
.BgClassName
{
background-color: #DF943E;
}
</style>
border-color css
<style>
span { border-color: #DF943E; }
span { border-color: rgb(223,148,62); }
td.TdClassName
{
border-color: #DF943E;
}
.TagClassName
{
border-color: #DF943E;
}
</style>