Shades of Fire Bush #DFA249
Tints of Fire Bush #DFA249
RGB
CMYK
RGB Variations
Color information
#DFA249 (or 0xDFA249) is known color: Fire Bush. HEX triplet: DF, A2 and 49. RGB value is (223,162,73). Sum of RGB (Red+Green+Blue) = 223+162+73=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA249 is #205DB6. Grayscale: #AAAAAA. Windows color (decimal): -2121143 or 4825823. OLE color: 4825823.
HSL color Cylindrical-coordinate representation of color #DFA249: hue angle of 35.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFA249 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 73 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.13 |
| HSL | 35.6º | 0.7% | 0.58% | - |
| HSV(B) | 35.6º | 0.67% | 0.87% | - |
| XYZ | 44.55 | 42.01 | 12.06 | - |
| YUV | 170.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 73 | 0 | 0.27 | 0.67 | 0.13 | 35.6 | 0.7 | 0.58 |
| Hex | DF | A2 | 49 | 0 | 1B | 43 | D | 24 | 46 | 3A |
| Octal | 337 | 242 | 111 | 0 | 33 | 103 | 15 | 44 | 106 | 72 |
| Binary | 11011111 | 10100010 | 1001001 | 0 | 11011 | 1000011 | 1101 | 100100 | 1000110 | 111010 |
Color Harmonies of #DFA249
Complementary color
Monochromatic Colors of #DFA249
Black with #DFA249
Text Example
Text Example
White with #DFA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA249; }
p { color: rgb(223,162,73); }
H1.HeaderClassName
{
color: #DFA249;
}
.AnyTagClassName
{
color: #DFA249;
}
</style>
background-color css
<style>
a { background-color: #DFA249; }
a { background-color: rgb(223,162,73); }
div.DivClassName
{
background-color: #DFA249;
}
.BgClassName
{
background-color: #DFA249;
}
</style>
border-color css
<style>
span { border-color: #DFA249; }
span { border-color: rgb(223,162,73); }
td.TdClassName
{
border-color: #DFA249;
}
.TagClassName
{
border-color: #DFA249;
}
</style>