Shades of Fire Bush #DD9049
Tints of Fire Bush #DD9049
RGB
CMYK
RGB Variations
Color information
#DD9049 (or 0xDD9049) is known color: Fire Bush. HEX triplet: DD, 90 and 49. RGB value is (221,144,73). Sum of RGB (Red+Green+Blue) = 221+144+73=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9049 is #226FB6. Grayscale: #9F9F9F. Windows color (decimal): -2256823 or 4821213. OLE color: 4821213.
HSL color Cylindrical-coordinate representation of color #DD9049: hue angle of 28.78º 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 #DD9049 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 73 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.13 |
| HSL | 28.78º | 0.69% | 0.58% | - |
| HSV(B) | 28.78º | 0.67% | 0.87% | - |
| XYZ | 40.99 | 35.8 | 11.05 | - |
| YUV | 158.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 73 | 0 | 0.35 | 0.67 | 0.13 | 28.78 | 0.69 | 0.58 |
| Hex | DD | 90 | 49 | 0 | 23 | 43 | D | 1D | 45 | 3A |
| Octal | 335 | 220 | 111 | 0 | 43 | 103 | 15 | 35 | 105 | 72 |
| Binary | 11011101 | 10010000 | 1001001 | 0 | 100011 | 1000011 | 1101 | 11101 | 1000101 | 111010 |
Color Harmonies of #DD9049
Complementary color
Monochromatic Colors of #DD9049
Black with #DD9049
Text Example
Text Example
White with #DD9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9049; }
p { color: rgb(221,144,73); }
H1.HeaderClassName
{
color: #DD9049;
}
.AnyTagClassName
{
color: #DD9049;
}
</style>
background-color css
<style>
a { background-color: #DD9049; }
a { background-color: rgb(221,144,73); }
div.DivClassName
{
background-color: #DD9049;
}
.BgClassName
{
background-color: #DD9049;
}
</style>
border-color css
<style>
span { border-color: #DD9049; }
span { border-color: rgb(221,144,73); }
td.TdClassName
{
border-color: #DD9049;
}
.TagClassName
{
border-color: #DD9049;
}
</style>