Shades of Fire Bush #DFA24D
Tints of Fire Bush #DFA24D
RGB
CMYK
RGB Variations
Color information
#DFA24D (or 0xDFA24D) is known color: Fire Bush. HEX triplet: DF, A2 and 4D. RGB value is (223,162,77). Sum of RGB (Red+Green+Blue) = 223+162+77=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA24D is #205DB2. Grayscale: #AAAAAA. Windows color (decimal): -2121139 or 5087967. OLE color: 5087967.
HSL color Cylindrical-coordinate representation of color #DFA24D: hue angle of 34.93º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFA24D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 77 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.13 |
| HSL | 34.93º | 0.7% | 0.59% | - |
| HSV(B) | 34.93º | 0.65% | 0.87% | - |
| XYZ | 44.69 | 42.06 | 12.78 | - |
| YUV | 170.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 77 | 0 | 0.27 | 0.65 | 0.13 | 34.93 | 0.7 | 0.59 |
| Hex | DF | A2 | 4D | 0 | 1B | 41 | D | 23 | 46 | 3B |
| Octal | 337 | 242 | 115 | 0 | 33 | 101 | 15 | 43 | 106 | 73 |
| Binary | 11011111 | 10100010 | 1001101 | 0 | 11011 | 1000001 | 1101 | 100011 | 1000110 | 111011 |
Color Harmonies of #DFA24D
Complementary color
Monochromatic Colors of #DFA24D
Black with #DFA24D
Text Example
Text Example
White with #DFA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA24D; }
p { color: rgb(223,162,77); }
H1.HeaderClassName
{
color: #DFA24D;
}
.AnyTagClassName
{
color: #DFA24D;
}
</style>
background-color css
<style>
a { background-color: #DFA24D; }
a { background-color: rgb(223,162,77); }
div.DivClassName
{
background-color: #DFA24D;
}
.BgClassName
{
background-color: #DFA24D;
}
</style>
border-color css
<style>
span { border-color: #DFA24D; }
span { border-color: rgb(223,162,77); }
td.TdClassName
{
border-color: #DFA24D;
}
.TagClassName
{
border-color: #DFA24D;
}
</style>