Shades of Fire Bush #DD9647
Tints of Fire Bush #DD9647
RGB
CMYK
RGB Variations
Color information
#DD9647 (or 0xDD9647) is known color: Fire Bush. HEX triplet: DD, 96 and 47. RGB value is (221,150,71). Sum of RGB (Red+Green+Blue) = 221+150+71=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9647 is #2269B8. Grayscale: #A2A2A2. Windows color (decimal): -2255289 or 4691677. OLE color: 4691677.
HSL color Cylindrical-coordinate representation of color #DD9647: hue angle of 31.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD9647 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 71 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.13 |
| HSL | 31.6º | 0.69% | 0.57% | - |
| HSV(B) | 31.6º | 0.68% | 0.87% | - |
| XYZ | 41.86 | 37.64 | 11.02 | - |
| YUV | 162.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 71 | 0 | 0.32 | 0.68 | 0.13 | 31.6 | 0.69 | 0.57 |
| Hex | DD | 96 | 47 | 0 | 20 | 44 | D | 20 | 45 | 39 |
| Octal | 335 | 226 | 107 | 0 | 40 | 104 | 15 | 40 | 105 | 71 |
| Binary | 11011101 | 10010110 | 1000111 | 0 | 100000 | 1000100 | 1101 | 100000 | 1000101 | 111001 |
Color Harmonies of #DD9647
Complementary color
Monochromatic Colors of #DD9647
Black with #DD9647
Text Example
Text Example
White with #DD9647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9647; }
p { color: rgb(221,150,71); }
H1.HeaderClassName
{
color: #DD9647;
}
.AnyTagClassName
{
color: #DD9647;
}
</style>
background-color css
<style>
a { background-color: #DD9647; }
a { background-color: rgb(221,150,71); }
div.DivClassName
{
background-color: #DD9647;
}
.BgClassName
{
background-color: #DD9647;
}
</style>
border-color css
<style>
span { border-color: #DD9647; }
span { border-color: rgb(221,150,71); }
td.TdClassName
{
border-color: #DD9647;
}
.TagClassName
{
border-color: #DD9647;
}
</style>