Shades of Fire Bush #DD9849
Tints of Fire Bush #DD9849
RGB
CMYK
RGB Variations
Color information
#DD9849 (or 0xDD9849) is known color: Fire Bush. HEX triplet: DD, 98 and 49. RGB value is (221,152,73). Sum of RGB (Red+Green+Blue) = 221+152+73=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9849 is #2267B6. Grayscale: #A4A4A4. Windows color (decimal): -2254775 or 4823261. OLE color: 4823261.
HSL color Cylindrical-coordinate representation of color #DD9849: hue angle of 32.03º 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 #DD9849 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 73 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.13 |
| HSL | 32.03º | 0.69% | 0.58% | - |
| HSV(B) | 32.03º | 0.67% | 0.87% | - |
| XYZ | 42.25 | 38.31 | 11.47 | - |
| YUV | 163.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 73 | 0 | 0.31 | 0.67 | 0.13 | 32.03 | 0.69 | 0.58 |
| Hex | DD | 98 | 49 | 0 | 1F | 43 | D | 20 | 45 | 3A |
| Octal | 335 | 230 | 111 | 0 | 37 | 103 | 15 | 40 | 105 | 72 |
| Binary | 11011101 | 10011000 | 1001001 | 0 | 11111 | 1000011 | 1101 | 100000 | 1000101 | 111010 |
Color Harmonies of #DD9849
Complementary color
Monochromatic Colors of #DD9849
Black with #DD9849
Text Example
Text Example
White with #DD9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9849; }
p { color: rgb(221,152,73); }
H1.HeaderClassName
{
color: #DD9849;
}
.AnyTagClassName
{
color: #DD9849;
}
</style>
background-color css
<style>
a { background-color: #DD9849; }
a { background-color: rgb(221,152,73); }
div.DivClassName
{
background-color: #DD9849;
}
.BgClassName
{
background-color: #DD9849;
}
</style>
border-color css
<style>
span { border-color: #DD9849; }
span { border-color: rgb(221,152,73); }
td.TdClassName
{
border-color: #DD9849;
}
.TagClassName
{
border-color: #DD9849;
}
</style>