Shades of Fire Bush #DFA247
Tints of Fire Bush #DFA247
RGB
CMYK
RGB Variations
Color information
#DFA247 (or 0xDFA247) is known color: Fire Bush. HEX triplet: DF, A2 and 47. RGB value is (223,162,71). Sum of RGB (Red+Green+Blue) = 223+162+71=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA247 is #205DB8. Grayscale: #AAAAAA. Windows color (decimal): -2121145 or 4694751. OLE color: 4694751.
HSL color Cylindrical-coordinate representation of color #DFA247: hue angle of 35.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFA247 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 71 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.13 |
| HSL | 35.92º | 0.7% | 0.58% | - |
| HSV(B) | 35.92º | 0.68% | 0.87% | - |
| XYZ | 44.49 | 41.98 | 11.72 | - |
| YUV | 169.87 | 72.21 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 71 | 0 | 0.27 | 0.68 | 0.13 | 35.92 | 0.7 | 0.58 |
| Hex | DF | A2 | 47 | 0 | 1B | 44 | D | 24 | 46 | 3A |
| Octal | 337 | 242 | 107 | 0 | 33 | 104 | 15 | 44 | 106 | 72 |
| Binary | 11011111 | 10100010 | 1000111 | 0 | 11011 | 1000100 | 1101 | 100100 | 1000110 | 111010 |
Color Harmonies of #DFA247
Complementary color
Monochromatic Colors of #DFA247
Black with #DFA247
Text Example
Text Example
White with #DFA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA247; }
p { color: rgb(223,162,71); }
H1.HeaderClassName
{
color: #DFA247;
}
.AnyTagClassName
{
color: #DFA247;
}
</style>
background-color css
<style>
a { background-color: #DFA247; }
a { background-color: rgb(223,162,71); }
div.DivClassName
{
background-color: #DFA247;
}
.BgClassName
{
background-color: #DFA247;
}
</style>
border-color css
<style>
span { border-color: #DFA247; }
span { border-color: rgb(223,162,71); }
td.TdClassName
{
border-color: #DFA247;
}
.TagClassName
{
border-color: #DFA247;
}
</style>