Shades of Fire Bush #DD9E42
Tints of Fire Bush #DD9E42
RGB
CMYK
RGB Variations
Color information
#DD9E42 (or 0xDD9E42) is known color: Fire Bush. HEX triplet: DD, 9E and 42. RGB value is (221,158,66). Sum of RGB (Red+Green+Blue) = 221+158+66=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E42 is #2261BD. Grayscale: #A6A6A6. Windows color (decimal): -2253246 or 4366045. OLE color: 4366045.
HSL color Cylindrical-coordinate representation of color #DD9E42: hue angle of 35.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD9E42 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 66 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.13 |
| HSL | 35.61º | 0.7% | 0.56% | - |
| HSV(B) | 35.61º | 0.7% | 0.87% | - |
| XYZ | 43.03 | 40.22 | 10.65 | - |
| YUV | 166.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 66 | 0 | 0.29 | 0.70 | 0.13 | 35.61 | 0.7 | 0.56 |
| Hex | DD | 9E | 42 | 0 | 1D | 46 | D | 24 | 46 | 38 |
| Octal | 335 | 236 | 102 | 0 | 35 | 106 | 15 | 44 | 106 | 70 |
| Binary | 11011101 | 10011110 | 1000010 | 0 | 11101 | 1000110 | 1101 | 100100 | 1000110 | 111000 |
Color Harmonies of #DD9E42
Complementary color
Monochromatic Colors of #DD9E42
Black with #DD9E42
Text Example
Text Example
White with #DD9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E42; }
p { color: rgb(221,158,66); }
H1.HeaderClassName
{
color: #DD9E42;
}
.AnyTagClassName
{
color: #DD9E42;
}
</style>
background-color css
<style>
a { background-color: #DD9E42; }
a { background-color: rgb(221,158,66); }
div.DivClassName
{
background-color: #DD9E42;
}
.BgClassName
{
background-color: #DD9E42;
}
</style>
border-color css
<style>
span { border-color: #DD9E42; }
span { border-color: rgb(221,158,66); }
td.TdClassName
{
border-color: #DD9E42;
}
.TagClassName
{
border-color: #DD9E42;
}
</style>