Shades of Fire Bush #DE953D
Tints of Fire Bush #DE953D
RGB
CMYK
RGB Variations
Color information
#DE953D (or 0xDE953D) is known color: Fire Bush. HEX triplet: DE, 95 and 3D. RGB value is (222,149,61). Sum of RGB (Red+Green+Blue) = 222+149+61=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE953D is #216AC2. Grayscale: #A1A1A1. Windows color (decimal): -2190019 or 4036062. OLE color: 4036062.
HSL color Cylindrical-coordinate representation of color #DE953D: hue angle of 32.8º 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 #DE953D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 61 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.13 |
| HSL | 32.8º | 0.71% | 0.55% | - |
| HSV(B) | 32.8º | 0.73% | 0.87% | - |
| XYZ | 41.71 | 37.36 | 9.43 | - |
| YUV | 160.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 61 | 0 | 0.33 | 0.73 | 0.13 | 32.8 | 0.71 | 0.55 |
| Hex | DE | 95 | 3D | 0 | 21 | 49 | D | 21 | 47 | 37 |
| Octal | 336 | 225 | 75 | 0 | 41 | 111 | 15 | 41 | 107 | 67 |
| Binary | 11011110 | 10010101 | 111101 | 0 | 100001 | 1001001 | 1101 | 100001 | 1000111 | 110111 |
Color Harmonies of #DE953D
Complementary color
Monochromatic Colors of #DE953D
Black with #DE953D
Text Example
Text Example
White with #DE953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE953D; }
p { color: rgb(222,149,61); }
H1.HeaderClassName
{
color: #DE953D;
}
.AnyTagClassName
{
color: #DE953D;
}
</style>
background-color css
<style>
a { background-color: #DE953D; }
a { background-color: rgb(222,149,61); }
div.DivClassName
{
background-color: #DE953D;
}
.BgClassName
{
background-color: #DE953D;
}
</style>
border-color css
<style>
span { border-color: #DE953D; }
span { border-color: rgb(222,149,61); }
td.TdClassName
{
border-color: #DE953D;
}
.TagClassName
{
border-color: #DE953D;
}
</style>