Shades of Fire Bush #DE9B37
Tints of Fire Bush #DE9B37
RGB
CMYK
RGB Variations
Color information
#DE9B37 (or 0xDE9B37) is known color: Fire Bush. HEX triplet: DE, 9B and 37. RGB value is (222,155,55). Sum of RGB (Red+Green+Blue) = 222+155+55=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B37 is #2164C8. Grayscale: #A4A4A4. Windows color (decimal): -2188489 or 3644382. OLE color: 3644382.
HSL color Cylindrical-coordinate representation of color #DE9B37: hue angle of 35.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE9B37 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 55 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.13 |
| HSL | 35.93º | 0.72% | 0.54% | - |
| HSV(B) | 35.93º | 0.75% | 0.87% | - |
| XYZ | 42.54 | 39.25 | 8.95 | - |
| YUV | 163.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 55 | 0 | 0.30 | 0.75 | 0.13 | 35.93 | 0.72 | 0.54 |
| Hex | DE | 9B | 37 | 0 | 1E | 4B | D | 24 | 48 | 36 |
| Octal | 336 | 233 | 67 | 0 | 36 | 113 | 15 | 44 | 110 | 66 |
| Binary | 11011110 | 10011011 | 110111 | 0 | 11110 | 1001011 | 1101 | 100100 | 1001000 | 110110 |
Color Harmonies of #DE9B37
Complementary color
Monochromatic Colors of #DE9B37
Black with #DE9B37
Text Example
Text Example
White with #DE9B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B37; }
p { color: rgb(222,155,55); }
H1.HeaderClassName
{
color: #DE9B37;
}
.AnyTagClassName
{
color: #DE9B37;
}
</style>
background-color css
<style>
a { background-color: #DE9B37; }
a { background-color: rgb(222,155,55); }
div.DivClassName
{
background-color: #DE9B37;
}
.BgClassName
{
background-color: #DE9B37;
}
</style>
border-color css
<style>
span { border-color: #DE9B37; }
span { border-color: rgb(222,155,55); }
td.TdClassName
{
border-color: #DE9B37;
}
.TagClassName
{
border-color: #DE9B37;
}
</style>