Shades of Fire Bush #DE9F3C
Tints of Fire Bush #DE9F3C
RGB
CMYK
RGB Variations
Color information
#DE9F3C (or 0xDE9F3C) is known color: Fire Bush. HEX triplet: DE, 9F and 3C. RGB value is (222,159,60). Sum of RGB (Red+Green+Blue) = 222+159+60=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9F3C is #2160C3. Grayscale: #A7A7A7. Windows color (decimal): -2187460 or 3973086. OLE color: 3973086.
HSL color Cylindrical-coordinate representation of color #DE9F3C: hue angle of 36.67º 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 #DE9F3C is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 60 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.13 |
| HSL | 36.67º | 0.71% | 0.55% | - |
| HSV(B) | 36.67º | 0.73% | 0.87% | - |
| XYZ | 43.34 | 40.65 | 9.84 | - |
| YUV | 166.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 60 | 0 | 0.28 | 0.73 | 0.13 | 36.67 | 0.71 | 0.55 |
| Hex | DE | 9F | 3C | 0 | 1C | 49 | D | 25 | 47 | 37 |
| Octal | 336 | 237 | 74 | 0 | 34 | 111 | 15 | 45 | 107 | 67 |
| Binary | 11011110 | 10011111 | 111100 | 0 | 11100 | 1001001 | 1101 | 100101 | 1000111 | 110111 |
Color Harmonies of #DE9F3C
Complementary color
Monochromatic Colors of #DE9F3C
Black with #DE9F3C
Text Example
Text Example
White with #DE9F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9F3C; }
p { color: rgb(222,159,60); }
H1.HeaderClassName
{
color: #DE9F3C;
}
.AnyTagClassName
{
color: #DE9F3C;
}
</style>
background-color css
<style>
a { background-color: #DE9F3C; }
a { background-color: rgb(222,159,60); }
div.DivClassName
{
background-color: #DE9F3C;
}
.BgClassName
{
background-color: #DE9F3C;
}
</style>
border-color css
<style>
span { border-color: #DE9F3C; }
span { border-color: rgb(222,159,60); }
td.TdClassName
{
border-color: #DE9F3C;
}
.TagClassName
{
border-color: #DE9F3C;
}
</style>