Shades of Fire Bush #DD9F47
Tints of Fire Bush #DD9F47
RGB
CMYK
RGB Variations
Color information
#DD9F47 (or 0xDD9F47) is known color: Fire Bush. HEX triplet: DD, 9F and 47. RGB value is (221,159,71). Sum of RGB (Red+Green+Blue) = 221+159+71=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F47 is #2260B8. Grayscale: #A7A7A7. Windows color (decimal): -2252985 or 4693981. OLE color: 4693981.
HSL color Cylindrical-coordinate representation of color #DD9F47: hue angle of 35.2º 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 #DD9F47 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 71 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.13 |
| HSL | 35.2º | 0.69% | 0.57% | - |
| HSV(B) | 35.2º | 0.68% | 0.87% | - |
| XYZ | 43.35 | 40.62 | 11.52 | - |
| YUV | 167.51 | 73.54 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 71 | 0 | 0.28 | 0.68 | 0.13 | 35.2 | 0.69 | 0.57 |
| Hex | DD | 9F | 47 | 0 | 1C | 44 | D | 23 | 45 | 39 |
| Octal | 335 | 237 | 107 | 0 | 34 | 104 | 15 | 43 | 105 | 71 |
| Binary | 11011101 | 10011111 | 1000111 | 0 | 11100 | 1000100 | 1101 | 100011 | 1000101 | 111001 |
Color Harmonies of #DD9F47
Complementary color
Monochromatic Colors of #DD9F47
Black with #DD9F47
Text Example
Text Example
White with #DD9F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F47; }
p { color: rgb(221,159,71); }
H1.HeaderClassName
{
color: #DD9F47;
}
.AnyTagClassName
{
color: #DD9F47;
}
</style>
background-color css
<style>
a { background-color: #DD9F47; }
a { background-color: rgb(221,159,71); }
div.DivClassName
{
background-color: #DD9F47;
}
.BgClassName
{
background-color: #DD9F47;
}
</style>
border-color css
<style>
span { border-color: #DD9F47; }
span { border-color: rgb(221,159,71); }
td.TdClassName
{
border-color: #DD9F47;
}
.TagClassName
{
border-color: #DD9F47;
}
</style>