Shades of Fire Bush #DF9643
Tints of Fire Bush #DF9643
RGB
CMYK
RGB Variations
Color information
#DF9643 (or 0xDF9643) is known color: Fire Bush. HEX triplet: DF, 96 and 43. RGB value is (223,150,67). Sum of RGB (Red+Green+Blue) = 223+150+67=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9643 is #2069BC. Grayscale: #A2A2A2. Windows color (decimal): -2124221 or 4429535. OLE color: 4429535.
HSL color Cylindrical-coordinate representation of color #DF9643: hue angle of 31.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF9643 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 67 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.13 |
| HSL | 31.92º | 0.71% | 0.57% | - |
| HSV(B) | 31.92º | 0.7% | 0.87% | - |
| XYZ | 42.35 | 37.91 | 10.39 | - |
| YUV | 162.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 67 | 0 | 0.33 | 0.70 | 0.13 | 31.92 | 0.71 | 0.57 |
| Hex | DF | 96 | 43 | 0 | 21 | 46 | D | 20 | 47 | 39 |
| Octal | 337 | 226 | 103 | 0 | 41 | 106 | 15 | 40 | 107 | 71 |
| Binary | 11011111 | 10010110 | 1000011 | 0 | 100001 | 1000110 | 1101 | 100000 | 1000111 | 111001 |
Color Harmonies of #DF9643
Complementary color
Monochromatic Colors of #DF9643
Black with #DF9643
Text Example
Text Example
White with #DF9643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9643; }
p { color: rgb(223,150,67); }
H1.HeaderClassName
{
color: #DF9643;
}
.AnyTagClassName
{
color: #DF9643;
}
</style>
background-color css
<style>
a { background-color: #DF9643; }
a { background-color: rgb(223,150,67); }
div.DivClassName
{
background-color: #DF9643;
}
.BgClassName
{
background-color: #DF9643;
}
</style>
border-color css
<style>
span { border-color: #DF9643; }
span { border-color: rgb(223,150,67); }
td.TdClassName
{
border-color: #DF9643;
}
.TagClassName
{
border-color: #DF9643;
}
</style>