Shades of Fire Bush #DE954D
Tints of Fire Bush #DE954D
RGB
CMYK
RGB Variations
Color information
#DE954D (or 0xDE954D) is known color: Fire Bush. HEX triplet: DE, 95 and 4D. RGB value is (222,149,77). Sum of RGB (Red+Green+Blue) = 222+149+77=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE954D is #216AB2. Grayscale: #A2A2A2. Windows color (decimal): -2190003 or 5084638. OLE color: 5084638.
HSL color Cylindrical-coordinate representation of color #DE954D: hue angle of 29.79º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE954D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 77 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.13 |
| HSL | 29.79º | 0.69% | 0.59% | - |
| HSV(B) | 29.79º | 0.65% | 0.87% | - |
| XYZ | 42.21 | 37.56 | 12.05 | - |
| YUV | 162.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 77 | 0 | 0.33 | 0.65 | 0.13 | 29.79 | 0.69 | 0.59 |
| Hex | DE | 95 | 4D | 0 | 21 | 41 | D | 1E | 45 | 3B |
| Octal | 336 | 225 | 115 | 0 | 41 | 101 | 15 | 36 | 105 | 73 |
| Binary | 11011110 | 10010101 | 1001101 | 0 | 100001 | 1000001 | 1101 | 11110 | 1000101 | 111011 |
Color Harmonies of #DE954D
Complementary color
Monochromatic Colors of #DE954D
Black with #DE954D
Text Example
Text Example
White with #DE954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE954D; }
p { color: rgb(222,149,77); }
H1.HeaderClassName
{
color: #DE954D;
}
.AnyTagClassName
{
color: #DE954D;
}
</style>
background-color css
<style>
a { background-color: #DE954D; }
a { background-color: rgb(222,149,77); }
div.DivClassName
{
background-color: #DE954D;
}
.BgClassName
{
background-color: #DE954D;
}
</style>
border-color css
<style>
span { border-color: #DE954D; }
span { border-color: rgb(222,149,77); }
td.TdClassName
{
border-color: #DE954D;
}
.TagClassName
{
border-color: #DE954D;
}
</style>