Shades of Fire Bush #DE994D
Tints of Fire Bush #DE994D
RGB
CMYK
RGB Variations
Color information
#DE994D (or 0xDE994D) is known color: Fire Bush. HEX triplet: DE, 99 and 4D. RGB value is (222,153,77). Sum of RGB (Red+Green+Blue) = 222+153+77=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE994D is #2166B2. Grayscale: #A5A5A5. Windows color (decimal): -2188979 or 5085662. OLE color: 5085662.
HSL color Cylindrical-coordinate representation of color #DE994D: 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 #DE994D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 77 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.13 |
| HSL | 31.45º | 0.69% | 0.59% | - |
| HSV(B) | 31.45º | 0.65% | 0.87% | - |
| XYZ | 42.85 | 38.85 | 12.26 | - |
| YUV | 164.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 77 | 0 | 0.31 | 0.65 | 0.13 | 31.45 | 0.69 | 0.59 |
| Hex | DE | 99 | 4D | 0 | 1F | 41 | D | 1F | 45 | 3B |
| Octal | 336 | 231 | 115 | 0 | 37 | 101 | 15 | 37 | 105 | 73 |
| Binary | 11011110 | 10011001 | 1001101 | 0 | 11111 | 1000001 | 1101 | 11111 | 1000101 | 111011 |
Color Harmonies of #DE994D
Complementary color
Monochromatic Colors of #DE994D
Black with #DE994D
Text Example
Text Example
White with #DE994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE994D; }
p { color: rgb(222,153,77); }
H1.HeaderClassName
{
color: #DE994D;
}
.AnyTagClassName
{
color: #DE994D;
}
</style>
background-color css
<style>
a { background-color: #DE994D; }
a { background-color: rgb(222,153,77); }
div.DivClassName
{
background-color: #DE994D;
}
.BgClassName
{
background-color: #DE994D;
}
</style>
border-color css
<style>
span { border-color: #DE994D; }
span { border-color: rgb(222,153,77); }
td.TdClassName
{
border-color: #DE994D;
}
.TagClassName
{
border-color: #DE994D;
}
</style>