Shades of Fire Bush #DD9547
Tints of Fire Bush #DD9547
RGB
CMYK
RGB Variations
Color information
#DD9547 (or 0xDD9547) is known color: Fire Bush. HEX triplet: DD, 95 and 47. RGB value is (221,149,71). Sum of RGB (Red+Green+Blue) = 221+149+71=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9547 is #226AB8. Grayscale: #A2A2A2. Windows color (decimal): -2255545 or 4691421. OLE color: 4691421.
HSL color Cylindrical-coordinate representation of color #DD9547: hue angle of 31.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 #DD9547 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 71 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.13 |
| HSL | 31.2º | 0.69% | 0.57% | - |
| HSV(B) | 31.2º | 0.68% | 0.87% | - |
| XYZ | 41.7 | 37.32 | 10.97 | - |
| YUV | 161.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 71 | 0 | 0.33 | 0.68 | 0.13 | 31.2 | 0.69 | 0.57 |
| Hex | DD | 95 | 47 | 0 | 21 | 44 | D | 1F | 45 | 39 |
| Octal | 335 | 225 | 107 | 0 | 41 | 104 | 15 | 37 | 105 | 71 |
| Binary | 11011101 | 10010101 | 1000111 | 0 | 100001 | 1000100 | 1101 | 11111 | 1000101 | 111001 |
Color Harmonies of #DD9547
Complementary color
Monochromatic Colors of #DD9547
Black with #DD9547
Text Example
Text Example
White with #DD9547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9547; }
p { color: rgb(221,149,71); }
H1.HeaderClassName
{
color: #DD9547;
}
.AnyTagClassName
{
color: #DD9547;
}
</style>
background-color css
<style>
a { background-color: #DD9547; }
a { background-color: rgb(221,149,71); }
div.DivClassName
{
background-color: #DD9547;
}
.BgClassName
{
background-color: #DD9547;
}
</style>
border-color css
<style>
span { border-color: #DD9547; }
span { border-color: rgb(221,149,71); }
td.TdClassName
{
border-color: #DD9547;
}
.TagClassName
{
border-color: #DD9547;
}
</style>