Shades of Fire Bush #DD9449
Tints of Fire Bush #DD9449
RGB
CMYK
RGB Variations
Color information
#DD9449 (or 0xDD9449) is known color: Fire Bush. HEX triplet: DD, 94 and 49. RGB value is (221,148,73). Sum of RGB (Red+Green+Blue) = 221+148+73=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9449 is #226BB6. Grayscale: #A1A1A1. Windows color (decimal): -2255799 or 4822237. OLE color: 4822237.
HSL color Cylindrical-coordinate representation of color #DD9449: hue angle of 30.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD9449 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 73 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.13 |
| HSL | 30.41º | 0.69% | 0.58% | - |
| HSV(B) | 30.41º | 0.67% | 0.87% | - |
| XYZ | 41.61 | 37.03 | 11.26 | - |
| YUV | 161.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 73 | 0 | 0.33 | 0.67 | 0.13 | 30.41 | 0.69 | 0.58 |
| Hex | DD | 94 | 49 | 0 | 21 | 43 | D | 1E | 45 | 3A |
| Octal | 335 | 224 | 111 | 0 | 41 | 103 | 15 | 36 | 105 | 72 |
| Binary | 11011101 | 10010100 | 1001001 | 0 | 100001 | 1000011 | 1101 | 11110 | 1000101 | 111010 |
Color Harmonies of #DD9449
Complementary color
Monochromatic Colors of #DD9449
Black with #DD9449
Text Example
Text Example
White with #DD9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9449; }
p { color: rgb(221,148,73); }
H1.HeaderClassName
{
color: #DD9449;
}
.AnyTagClassName
{
color: #DD9449;
}
</style>
background-color css
<style>
a { background-color: #DD9449; }
a { background-color: rgb(221,148,73); }
div.DivClassName
{
background-color: #DD9449;
}
.BgClassName
{
background-color: #DD9449;
}
</style>
border-color css
<style>
span { border-color: #DD9449; }
span { border-color: rgb(221,148,73); }
td.TdClassName
{
border-color: #DD9449;
}
.TagClassName
{
border-color: #DD9449;
}
</style>