Shades of Fire Bush #DF9F4E
Tints of Fire Bush #DF9F4E
RGB
CMYK
RGB Variations
Color information
#DF9F4E (or 0xDF9F4E) is known color: Fire Bush. HEX triplet: DF, 9F and 4E. RGB value is (223,159,78). Sum of RGB (Red+Green+Blue) = 223+159+78=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9F4E is #2060B1. Grayscale: #A9A9A9. Windows color (decimal): -2121906 or 5152735. OLE color: 5152735.
HSL color Cylindrical-coordinate representation of color #DF9F4E: hue angle of 33.52º degrees, saturation: 0.69, 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 #DF9F4E is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 78 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.13 |
| HSL | 33.52º | 0.69% | 0.59% | - |
| HSV(B) | 33.52º | 0.65% | 0.87% | - |
| XYZ | 44.2 | 41.03 | 12.8 | - |
| YUV | 168.9 | 76.7 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 78 | 0 | 0.29 | 0.65 | 0.13 | 33.52 | 0.69 | 0.59 |
| Hex | DF | 9F | 4E | 0 | 1D | 41 | D | 22 | 45 | 3B |
| Octal | 337 | 237 | 116 | 0 | 35 | 101 | 15 | 42 | 105 | 73 |
| Binary | 11011111 | 10011111 | 1001110 | 0 | 11101 | 1000001 | 1101 | 100010 | 1000101 | 111011 |
Color Harmonies of #DF9F4E
Complementary color
Monochromatic Colors of #DF9F4E
Black with #DF9F4E
Text Example
Text Example
White with #DF9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F4E; }
p { color: rgb(223,159,78); }
H1.HeaderClassName
{
color: #DF9F4E;
}
.AnyTagClassName
{
color: #DF9F4E;
}
</style>
background-color css
<style>
a { background-color: #DF9F4E; }
a { background-color: rgb(223,159,78); }
div.DivClassName
{
background-color: #DF9F4E;
}
.BgClassName
{
background-color: #DF9F4E;
}
</style>
border-color css
<style>
span { border-color: #DF9F4E; }
span { border-color: rgb(223,159,78); }
td.TdClassName
{
border-color: #DF9F4E;
}
.TagClassName
{
border-color: #DF9F4E;
}
</style>