Shades of Fire Bush #DFA447
Tints of Fire Bush #DFA447
RGB
CMYK
RGB Variations
Color information
#DFA447 (or 0xDFA447) is known color: Fire Bush. HEX triplet: DF, A4 and 47. RGB value is (223,164,71). Sum of RGB (Red+Green+Blue) = 223+164+71=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA447 is #205BB8. Grayscale: #ABABAB. Windows color (decimal): -2120633 or 4695263. OLE color: 4695263.
HSL color Cylindrical-coordinate representation of color #DFA447: hue angle of 36.71º 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 #DFA447 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 71 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.13 |
| HSL | 36.71º | 0.7% | 0.58% | - |
| HSV(B) | 36.71º | 0.68% | 0.87% | - |
| XYZ | 44.84 | 42.69 | 11.84 | - |
| YUV | 171.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 71 | 0 | 0.26 | 0.68 | 0.13 | 36.71 | 0.7 | 0.58 |
| Hex | DF | A4 | 47 | 0 | 1A | 44 | D | 25 | 46 | 3A |
| Octal | 337 | 244 | 107 | 0 | 32 | 104 | 15 | 45 | 106 | 72 |
| Binary | 11011111 | 10100100 | 1000111 | 0 | 11010 | 1000100 | 1101 | 100101 | 1000110 | 111010 |
Color Harmonies of #DFA447
Complementary color
Monochromatic Colors of #DFA447
Black with #DFA447
Text Example
Text Example
White with #DFA447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA447; }
p { color: rgb(223,164,71); }
H1.HeaderClassName
{
color: #DFA447;
}
.AnyTagClassName
{
color: #DFA447;
}
</style>
background-color css
<style>
a { background-color: #DFA447; }
a { background-color: rgb(223,164,71); }
div.DivClassName
{
background-color: #DFA447;
}
.BgClassName
{
background-color: #DFA447;
}
</style>
border-color css
<style>
span { border-color: #DFA447; }
span { border-color: rgb(223,164,71); }
td.TdClassName
{
border-color: #DFA447;
}
.TagClassName
{
border-color: #DFA447;
}
</style>