Shades of Fire Bush #DFA248
Tints of Fire Bush #DFA248
RGB
CMYK
RGB Variations
Color information
#DFA248 (or 0xDFA248) is known color: Fire Bush. HEX triplet: DF, A2 and 48. RGB value is (223,162,72). Sum of RGB (Red+Green+Blue) = 223+162+72=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA248 is #205DB7. Grayscale: #AAAAAA. Windows color (decimal): -2121144 or 4760287. OLE color: 4760287.
HSL color Cylindrical-coordinate representation of color #DFA248: hue angle of 35.76º 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 #DFA248 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 72 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.13 |
| HSL | 35.76º | 0.7% | 0.58% | - |
| HSV(B) | 35.76º | 0.68% | 0.87% | - |
| XYZ | 44.52 | 42 | 11.89 | - |
| YUV | 169.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 72 | 0 | 0.27 | 0.68 | 0.13 | 35.76 | 0.7 | 0.58 |
| Hex | DF | A2 | 48 | 0 | 1B | 44 | D | 24 | 46 | 3A |
| Octal | 337 | 242 | 110 | 0 | 33 | 104 | 15 | 44 | 106 | 72 |
| Binary | 11011111 | 10100010 | 1001000 | 0 | 11011 | 1000100 | 1101 | 100100 | 1000110 | 111010 |
Color Harmonies of #DFA248
Complementary color
Monochromatic Colors of #DFA248
Black with #DFA248
Text Example
Text Example
White with #DFA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA248; }
p { color: rgb(223,162,72); }
H1.HeaderClassName
{
color: #DFA248;
}
.AnyTagClassName
{
color: #DFA248;
}
</style>
background-color css
<style>
a { background-color: #DFA248; }
a { background-color: rgb(223,162,72); }
div.DivClassName
{
background-color: #DFA248;
}
.BgClassName
{
background-color: #DFA248;
}
</style>
border-color css
<style>
span { border-color: #DFA248; }
span { border-color: rgb(223,162,72); }
td.TdClassName
{
border-color: #DFA248;
}
.TagClassName
{
border-color: #DFA248;
}
</style>