Shades of Fire Bush #DF954E
Tints of Fire Bush #DF954E
RGB
CMYK
RGB Variations
Color information
#DF954E (or 0xDF954E) is known color: Fire Bush. HEX triplet: DF, 95 and 4E. RGB value is (223,149,78). Sum of RGB (Red+Green+Blue) = 223+149+78=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF954E is #206AB1. Grayscale: #A3A3A3. Windows color (decimal): -2124466 or 5150175. OLE color: 5150175.
HSL color Cylindrical-coordinate representation of color #DF954E: hue angle of 29.38º 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 #DF954E is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 78 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.13 |
| HSL | 29.38º | 0.69% | 0.59% | - |
| HSV(B) | 29.38º | 0.65% | 0.87% | - |
| XYZ | 42.55 | 37.73 | 12.25 | - |
| YUV | 163.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 78 | 0 | 0.33 | 0.65 | 0.13 | 29.38 | 0.69 | 0.59 |
| Hex | DF | 95 | 4E | 0 | 21 | 41 | D | 1D | 45 | 3B |
| Octal | 337 | 225 | 116 | 0 | 41 | 101 | 15 | 35 | 105 | 73 |
| Binary | 11011111 | 10010101 | 1001110 | 0 | 100001 | 1000001 | 1101 | 11101 | 1000101 | 111011 |
Color Harmonies of #DF954E
Complementary color
Monochromatic Colors of #DF954E
Black with #DF954E
Text Example
Text Example
White with #DF954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF954E; }
p { color: rgb(223,149,78); }
H1.HeaderClassName
{
color: #DF954E;
}
.AnyTagClassName
{
color: #DF954E;
}
</style>
background-color css
<style>
a { background-color: #DF954E; }
a { background-color: rgb(223,149,78); }
div.DivClassName
{
background-color: #DF954E;
}
.BgClassName
{
background-color: #DF954E;
}
</style>
border-color css
<style>
span { border-color: #DF954E; }
span { border-color: rgb(223,149,78); }
td.TdClassName
{
border-color: #DF954E;
}
.TagClassName
{
border-color: #DF954E;
}
</style>