Shades of Fire Bush #DE954F
Tints of Fire Bush #DE954F
RGB
CMYK
RGB Variations
Color information
#DE954F (or 0xDE954F) is known color: Fire Bush. HEX triplet: DE, 95 and 4F. RGB value is (222,149,79). Sum of RGB (Red+Green+Blue) = 222+149+79=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE954F is #216AB0. Grayscale: #A3A3A3. Windows color (decimal): -2190001 or 5215710. OLE color: 5215710.
HSL color Cylindrical-coordinate representation of color #DE954F: hue angle of 29.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE954F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 79 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.13 |
| HSL | 29.37º | 0.68% | 0.59% | - |
| HSV(B) | 29.37º | 0.64% | 0.87% | - |
| XYZ | 42.28 | 37.59 | 12.42 | - |
| YUV | 162.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 79 | 0 | 0.33 | 0.64 | 0.13 | 29.37 | 0.68 | 0.59 |
| Hex | DE | 95 | 4F | 0 | 21 | 40 | D | 1D | 44 | 3B |
| Octal | 336 | 225 | 117 | 0 | 41 | 100 | 15 | 35 | 104 | 73 |
| Binary | 11011110 | 10010101 | 1001111 | 0 | 100001 | 1000000 | 1101 | 11101 | 1000100 | 111011 |
Color Harmonies of #DE954F
Complementary color
Monochromatic Colors of #DE954F
Black with #DE954F
Text Example
Text Example
White with #DE954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE954F; }
p { color: rgb(222,149,79); }
H1.HeaderClassName
{
color: #DE954F;
}
.AnyTagClassName
{
color: #DE954F;
}
</style>
background-color css
<style>
a { background-color: #DE954F; }
a { background-color: rgb(222,149,79); }
div.DivClassName
{
background-color: #DE954F;
}
.BgClassName
{
background-color: #DE954F;
}
</style>
border-color css
<style>
span { border-color: #DE954F; }
span { border-color: rgb(222,149,79); }
td.TdClassName
{
border-color: #DE954F;
}
.TagClassName
{
border-color: #DE954F;
}
</style>