Shades of Fire Bush #DD9040
Tints of Fire Bush #DD9040
RGB
CMYK
RGB Variations
Color information
#DD9040 (or 0xDD9040) is known color: Fire Bush. HEX triplet: DD, 90 and 40. RGB value is (221,144,64). Sum of RGB (Red+Green+Blue) = 221+144+64=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9040 is #226FBF. Grayscale: #9E9E9E. Windows color (decimal): -2256832 or 4231389. OLE color: 4231389.
HSL color Cylindrical-coordinate representation of color #DD9040: hue angle of 30.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD9040 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 64 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.13 |
| HSL | 30.57º | 0.7% | 0.56% | - |
| HSV(B) | 30.57º | 0.71% | 0.87% | - |
| XYZ | 40.72 | 35.69 | 9.59 | - |
| YUV | 157.9 | 75.01 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 64 | 0 | 0.35 | 0.71 | 0.13 | 30.57 | 0.7 | 0.56 |
| Hex | DD | 90 | 40 | 0 | 23 | 47 | D | 1F | 46 | 38 |
| Octal | 335 | 220 | 100 | 0 | 43 | 107 | 15 | 37 | 106 | 70 |
| Binary | 11011101 | 10010000 | 1000000 | 0 | 100011 | 1000111 | 1101 | 11111 | 1000110 | 111000 |
Color Harmonies of #DD9040
Complementary color
Monochromatic Colors of #DD9040
Black with #DD9040
Text Example
Text Example
White with #DD9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9040; }
p { color: rgb(221,144,64); }
H1.HeaderClassName
{
color: #DD9040;
}
.AnyTagClassName
{
color: #DD9040;
}
</style>
background-color css
<style>
a { background-color: #DD9040; }
a { background-color: rgb(221,144,64); }
div.DivClassName
{
background-color: #DD9040;
}
.BgClassName
{
background-color: #DD9040;
}
</style>
border-color css
<style>
span { border-color: #DD9040; }
span { border-color: rgb(221,144,64); }
td.TdClassName
{
border-color: #DD9040;
}
.TagClassName
{
border-color: #DD9040;
}
</style>