Shades of Fire Bush #DE9D4D
Tints of Fire Bush #DE9D4D
RGB
CMYK
RGB Variations
Color information
#DE9D4D (or 0xDE9D4D) is known color: Fire Bush. HEX triplet: DE, 9D and 4D. RGB value is (222,157,77). Sum of RGB (Red+Green+Blue) = 222+157+77=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D4D is #2162B2. Grayscale: #A7A7A7. Windows color (decimal): -2187955 or 5086686. OLE color: 5086686.
HSL color Cylindrical-coordinate representation of color #DE9D4D: hue angle of 33.1º 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 #DE9D4D is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 77 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.13 |
| HSL | 33.1º | 0.69% | 0.59% | - |
| HSV(B) | 33.1º | 0.65% | 0.87% | - |
| XYZ | 43.52 | 40.18 | 12.48 | - |
| YUV | 167.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 77 | 0 | 0.29 | 0.65 | 0.13 | 33.1 | 0.69 | 0.59 |
| Hex | DE | 9D | 4D | 0 | 1D | 41 | D | 21 | 45 | 3B |
| Octal | 336 | 235 | 115 | 0 | 35 | 101 | 15 | 41 | 105 | 73 |
| Binary | 11011110 | 10011101 | 1001101 | 0 | 11101 | 1000001 | 1101 | 100001 | 1000101 | 111011 |
Color Harmonies of #DE9D4D
Complementary color
Monochromatic Colors of #DE9D4D
Black with #DE9D4D
Text Example
Text Example
White with #DE9D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9D4D; }
p { color: rgb(222,157,77); }
H1.HeaderClassName
{
color: #DE9D4D;
}
.AnyTagClassName
{
color: #DE9D4D;
}
</style>
background-color css
<style>
a { background-color: #DE9D4D; }
a { background-color: rgb(222,157,77); }
div.DivClassName
{
background-color: #DE9D4D;
}
.BgClassName
{
background-color: #DE9D4D;
}
</style>
border-color css
<style>
span { border-color: #DE9D4D; }
span { border-color: rgb(222,157,77); }
td.TdClassName
{
border-color: #DE9D4D;
}
.TagClassName
{
border-color: #DE9D4D;
}
</style>