Shades of Fire Bush #DE983B
Tints of Fire Bush #DE983B
RGB
CMYK
RGB Variations
Color information
#DE983B (or 0xDE983B) is known color: Fire Bush. HEX triplet: DE, 98 and 3B. RGB value is (222,152,59). Sum of RGB (Red+Green+Blue) = 222+152+59=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE983B is #2167C4. Grayscale: #A2A2A2. Windows color (decimal): -2189253 or 3905758. OLE color: 3905758.
HSL color Cylindrical-coordinate representation of color #DE983B: hue angle of 34.23º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE983B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 59 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.13 |
| HSL | 34.23º | 0.71% | 0.55% | - |
| HSV(B) | 34.23º | 0.73% | 0.87% | - |
| XYZ | 42.14 | 38.3 | 9.31 | - |
| YUV | 162.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 59 | 0 | 0.32 | 0.73 | 0.13 | 34.23 | 0.71 | 0.55 |
| Hex | DE | 98 | 3B | 0 | 20 | 49 | D | 22 | 47 | 37 |
| Octal | 336 | 230 | 73 | 0 | 40 | 111 | 15 | 42 | 107 | 67 |
| Binary | 11011110 | 10011000 | 111011 | 0 | 100000 | 1001001 | 1101 | 100010 | 1000111 | 110111 |
Color Harmonies of #DE983B
Complementary color
Monochromatic Colors of #DE983B
Black with #DE983B
Text Example
Text Example
White with #DE983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE983B; }
p { color: rgb(222,152,59); }
H1.HeaderClassName
{
color: #DE983B;
}
.AnyTagClassName
{
color: #DE983B;
}
</style>
background-color css
<style>
a { background-color: #DE983B; }
a { background-color: rgb(222,152,59); }
div.DivClassName
{
background-color: #DE983B;
}
.BgClassName
{
background-color: #DE983B;
}
</style>
border-color css
<style>
span { border-color: #DE983B; }
span { border-color: rgb(222,152,59); }
td.TdClassName
{
border-color: #DE983B;
}
.TagClassName
{
border-color: #DE983B;
}
</style>