Shades of Fire Bush #DF9A4E
Tints of Fire Bush #DF9A4E
RGB
CMYK
RGB Variations
Color information
#DF9A4E (or 0xDF9A4E) is known color: Fire Bush. HEX triplet: DF, 9A and 4E. RGB value is (223,154,78). Sum of RGB (Red+Green+Blue) = 223+154+78=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A4E is #2065B1. Grayscale: #A6A6A6. Windows color (decimal): -2123186 or 5151455. OLE color: 5151455.
HSL color Cylindrical-coordinate representation of color #DF9A4E: hue angle of 31.45º 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 #DF9A4E is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 78 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.13 |
| HSL | 31.45º | 0.69% | 0.59% | - |
| HSV(B) | 31.45º | 0.65% | 0.87% | - |
| XYZ | 43.36 | 39.35 | 12.52 | - |
| YUV | 165.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 78 | 0 | 0.31 | 0.65 | 0.13 | 31.45 | 0.69 | 0.59 |
| Hex | DF | 9A | 4E | 0 | 1F | 41 | D | 1F | 45 | 3B |
| Octal | 337 | 232 | 116 | 0 | 37 | 101 | 15 | 37 | 105 | 73 |
| Binary | 11011111 | 10011010 | 1001110 | 0 | 11111 | 1000001 | 1101 | 11111 | 1000101 | 111011 |
Color Harmonies of #DF9A4E
Complementary color
Monochromatic Colors of #DF9A4E
Black with #DF9A4E
Text Example
Text Example
White with #DF9A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A4E; }
p { color: rgb(223,154,78); }
H1.HeaderClassName
{
color: #DF9A4E;
}
.AnyTagClassName
{
color: #DF9A4E;
}
</style>
background-color css
<style>
a { background-color: #DF9A4E; }
a { background-color: rgb(223,154,78); }
div.DivClassName
{
background-color: #DF9A4E;
}
.BgClassName
{
background-color: #DF9A4E;
}
</style>
border-color css
<style>
span { border-color: #DF9A4E; }
span { border-color: rgb(223,154,78); }
td.TdClassName
{
border-color: #DF9A4E;
}
.TagClassName
{
border-color: #DF9A4E;
}
</style>