Shades of Fire Bush #DD9244
Tints of Fire Bush #DD9244
RGB
CMYK
RGB Variations
Color information
#DD9244 (or 0xDD9244) is known color: Fire Bush. HEX triplet: DD, 92 and 44. RGB value is (221,146,68). Sum of RGB (Red+Green+Blue) = 221+146+68=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9244 is #226DBB. Grayscale: #9F9F9F. Windows color (decimal): -2256316 or 4494045. OLE color: 4494045.
HSL color Cylindrical-coordinate representation of color #DD9244: hue angle of 30.59º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD9244 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 68 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.13 |
| HSL | 30.59º | 0.69% | 0.57% | - |
| HSV(B) | 30.59º | 0.69% | 0.87% | - |
| XYZ | 41.14 | 36.35 | 10.32 | - |
| YUV | 159.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 68 | 0 | 0.34 | 0.69 | 0.13 | 30.59 | 0.69 | 0.57 |
| Hex | DD | 92 | 44 | 0 | 22 | 45 | D | 1F | 45 | 39 |
| Octal | 335 | 222 | 104 | 0 | 42 | 105 | 15 | 37 | 105 | 71 |
| Binary | 11011101 | 10010010 | 1000100 | 0 | 100010 | 1000101 | 1101 | 11111 | 1000101 | 111001 |
Color Harmonies of #DD9244
Complementary color
Monochromatic Colors of #DD9244
Black with #DD9244
Text Example
Text Example
White with #DD9244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9244; }
p { color: rgb(221,146,68); }
H1.HeaderClassName
{
color: #DD9244;
}
.AnyTagClassName
{
color: #DD9244;
}
</style>
background-color css
<style>
a { background-color: #DD9244; }
a { background-color: rgb(221,146,68); }
div.DivClassName
{
background-color: #DD9244;
}
.BgClassName
{
background-color: #DD9244;
}
</style>
border-color css
<style>
span { border-color: #DD9244; }
span { border-color: rgb(221,146,68); }
td.TdClassName
{
border-color: #DD9244;
}
.TagClassName
{
border-color: #DD9244;
}
</style>