Shades of Fire Bush #DFA04D
Tints of Fire Bush #DFA04D
RGB
CMYK
RGB Variations
Color information
#DFA04D (or 0xDFA04D) is known color: Fire Bush. HEX triplet: DF, A0 and 4D. RGB value is (223,160,77). Sum of RGB (Red+Green+Blue) = 223+160+77=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA04D is #205FB2. Grayscale: #A9A9A9. Windows color (decimal): -2121651 or 5087455. OLE color: 5087455.
HSL color Cylindrical-coordinate representation of color #DFA04D: hue angle of 34.11º 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 #DFA04D is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 77 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.13 |
| HSL | 34.11º | 0.7% | 0.59% | - |
| HSV(B) | 34.11º | 0.65% | 0.87% | - |
| XYZ | 44.34 | 41.37 | 12.67 | - |
| YUV | 169.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 77 | 0 | 0.28 | 0.65 | 0.13 | 34.11 | 0.7 | 0.59 |
| Hex | DF | A0 | 4D | 0 | 1C | 41 | D | 22 | 46 | 3B |
| Octal | 337 | 240 | 115 | 0 | 34 | 101 | 15 | 42 | 106 | 73 |
| Binary | 11011111 | 10100000 | 1001101 | 0 | 11100 | 1000001 | 1101 | 100010 | 1000110 | 111011 |
Color Harmonies of #DFA04D
Complementary color
Monochromatic Colors of #DFA04D
Black with #DFA04D
Text Example
Text Example
White with #DFA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA04D; }
p { color: rgb(223,160,77); }
H1.HeaderClassName
{
color: #DFA04D;
}
.AnyTagClassName
{
color: #DFA04D;
}
</style>
background-color css
<style>
a { background-color: #DFA04D; }
a { background-color: rgb(223,160,77); }
div.DivClassName
{
background-color: #DFA04D;
}
.BgClassName
{
background-color: #DFA04D;
}
</style>
border-color css
<style>
span { border-color: #DFA04D; }
span { border-color: rgb(223,160,77); }
td.TdClassName
{
border-color: #DFA04D;
}
.TagClassName
{
border-color: #DFA04D;
}
</style>