Shades of Fire Bush #DE963B
Tints of Fire Bush #DE963B
RGB
CMYK
RGB Variations
Color information
#DE963B (or 0xDE963B) is known color: Fire Bush. HEX triplet: DE, 96 and 3B. RGB value is (222,150,59). Sum of RGB (Red+Green+Blue) = 222+150+59=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE963B is #2169C4. Grayscale: #A1A1A1. Windows color (decimal): -2189765 or 3905246. OLE color: 3905246.
HSL color Cylindrical-coordinate representation of color #DE963B: hue angle of 33.5º 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 #DE963B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 59 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.13 |
| HSL | 33.5º | 0.71% | 0.55% | - |
| HSV(B) | 33.5º | 0.73% | 0.87% | - |
| XYZ | 41.82 | 37.66 | 9.2 | - |
| YUV | 161.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 59 | 0 | 0.32 | 0.73 | 0.13 | 33.5 | 0.71 | 0.55 |
| Hex | DE | 96 | 3B | 0 | 20 | 49 | D | 21 | 47 | 37 |
| Octal | 336 | 226 | 73 | 0 | 40 | 111 | 15 | 41 | 107 | 67 |
| Binary | 11011110 | 10010110 | 111011 | 0 | 100000 | 1001001 | 1101 | 100001 | 1000111 | 110111 |
Color Harmonies of #DE963B
Complementary color
Monochromatic Colors of #DE963B
Black with #DE963B
Text Example
Text Example
White with #DE963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE963B; }
p { color: rgb(222,150,59); }
H1.HeaderClassName
{
color: #DE963B;
}
.AnyTagClassName
{
color: #DE963B;
}
</style>
background-color css
<style>
a { background-color: #DE963B; }
a { background-color: rgb(222,150,59); }
div.DivClassName
{
background-color: #DE963B;
}
.BgClassName
{
background-color: #DE963B;
}
</style>
border-color css
<style>
span { border-color: #DE963B; }
span { border-color: rgb(222,150,59); }
td.TdClassName
{
border-color: #DE963B;
}
.TagClassName
{
border-color: #DE963B;
}
</style>