Shades of Fire Bush #DFA040
Tints of Fire Bush #DFA040
RGB
CMYK
RGB Variations
Color information
#DFA040 (or 0xDFA040) is known color: Fire Bush. HEX triplet: DF, A0 and 40. RGB value is (223,160,64). Sum of RGB (Red+Green+Blue) = 223+160+64=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA040 is #205FBF. Grayscale: #A8A8A8. Windows color (decimal): -2121664 or 4235487. OLE color: 4235487.
HSL color Cylindrical-coordinate representation of color #DFA040: hue angle of 36.23º 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 #DFA040 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 64 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.13 |
| HSL | 36.23º | 0.71% | 0.56% | - |
| HSV(B) | 36.23º | 0.71% | 0.87% | - |
| XYZ | 43.93 | 41.2 | 10.49 | - |
| YUV | 167.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 64 | 0 | 0.28 | 0.71 | 0.13 | 36.23 | 0.71 | 0.56 |
| Hex | DF | A0 | 40 | 0 | 1C | 47 | D | 24 | 47 | 38 |
| Octal | 337 | 240 | 100 | 0 | 34 | 107 | 15 | 44 | 107 | 70 |
| Binary | 11011111 | 10100000 | 1000000 | 0 | 11100 | 1000111 | 1101 | 100100 | 1000111 | 111000 |
Color Harmonies of #DFA040
Complementary color
Monochromatic Colors of #DFA040
Black with #DFA040
Text Example
Text Example
White with #DFA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA040; }
p { color: rgb(223,160,64); }
H1.HeaderClassName
{
color: #DFA040;
}
.AnyTagClassName
{
color: #DFA040;
}
</style>
background-color css
<style>
a { background-color: #DFA040; }
a { background-color: rgb(223,160,64); }
div.DivClassName
{
background-color: #DFA040;
}
.BgClassName
{
background-color: #DFA040;
}
</style>
border-color css
<style>
span { border-color: #DFA040; }
span { border-color: rgb(223,160,64); }
td.TdClassName
{
border-color: #DFA040;
}
.TagClassName
{
border-color: #DFA040;
}
</style>