Shades of Fire Bush #DE914D
Tints of Fire Bush #DE914D
RGB
CMYK
RGB Variations
Color information
#DE914D (or 0xDE914D) is known color: Fire Bush. HEX triplet: DE, 91 and 4D. RGB value is (222,145,77). Sum of RGB (Red+Green+Blue) = 222+145+77=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE914D is #216EB2. Grayscale: #A0A0A0. Windows color (decimal): -2191027 or 5083614. OLE color: 5083614.
HSL color Cylindrical-coordinate representation of color #DE914D: hue angle of 28.14º 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 #DE914D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 77 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.13 |
| HSL | 28.14º | 0.69% | 0.59% | - |
| HSV(B) | 28.14º | 0.65% | 0.87% | - |
| XYZ | 41.59 | 36.32 | 11.84 | - |
| YUV | 160.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 77 | 0 | 0.35 | 0.65 | 0.13 | 28.14 | 0.69 | 0.59 |
| Hex | DE | 91 | 4D | 0 | 23 | 41 | D | 1C | 45 | 3B |
| Octal | 336 | 221 | 115 | 0 | 43 | 101 | 15 | 34 | 105 | 73 |
| Binary | 11011110 | 10010001 | 1001101 | 0 | 100011 | 1000001 | 1101 | 11100 | 1000101 | 111011 |
Color Harmonies of #DE914D
Complementary color
Monochromatic Colors of #DE914D
Black with #DE914D
Text Example
Text Example
White with #DE914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE914D; }
p { color: rgb(222,145,77); }
H1.HeaderClassName
{
color: #DE914D;
}
.AnyTagClassName
{
color: #DE914D;
}
</style>
background-color css
<style>
a { background-color: #DE914D; }
a { background-color: rgb(222,145,77); }
div.DivClassName
{
background-color: #DE914D;
}
.BgClassName
{
background-color: #DE914D;
}
</style>
border-color css
<style>
span { border-color: #DE914D; }
span { border-color: rgb(222,145,77); }
td.TdClassName
{
border-color: #DE914D;
}
.TagClassName
{
border-color: #DE914D;
}
</style>