Shades of Fire Bush #DE983F
Tints of Fire Bush #DE983F
RGB
CMYK
RGB Variations
Color information
#DE983F (or 0xDE983F) is known color: Fire Bush. HEX triplet: DE, 98 and 3F. RGB value is (222,152,63). Sum of RGB (Red+Green+Blue) = 222+152+63=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE983F is #2167C0. Grayscale: #A3A3A3. Windows color (decimal): -2189249 or 4167902. OLE color: 4167902.
HSL color Cylindrical-coordinate representation of color #DE983F: hue angle of 33.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE983F is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 63 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.13 |
| HSL | 33.58º | 0.71% | 0.56% | - |
| HSV(B) | 33.58º | 0.72% | 0.87% | - |
| XYZ | 42.25 | 38.34 | 9.88 | - |
| YUV | 162.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 63 | 0 | 0.32 | 0.72 | 0.13 | 33.58 | 0.71 | 0.56 |
| Hex | DE | 98 | 3F | 0 | 20 | 48 | D | 22 | 47 | 38 |
| Octal | 336 | 230 | 77 | 0 | 40 | 110 | 15 | 42 | 107 | 70 |
| Binary | 11011110 | 10011000 | 111111 | 0 | 100000 | 1001000 | 1101 | 100010 | 1000111 | 111000 |
Color Harmonies of #DE983F
Complementary color
Monochromatic Colors of #DE983F
Black with #DE983F
Text Example
Text Example
White with #DE983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE983F; }
p { color: rgb(222,152,63); }
H1.HeaderClassName
{
color: #DE983F;
}
.AnyTagClassName
{
color: #DE983F;
}
</style>
background-color css
<style>
a { background-color: #DE983F; }
a { background-color: rgb(222,152,63); }
div.DivClassName
{
background-color: #DE983F;
}
.BgClassName
{
background-color: #DE983F;
}
</style>
border-color css
<style>
span { border-color: #DE983F; }
span { border-color: rgb(222,152,63); }
td.TdClassName
{
border-color: #DE983F;
}
.TagClassName
{
border-color: #DE983F;
}
</style>