Shades of Fire Bush #DD9340
Tints of Fire Bush #DD9340
RGB
CMYK
RGB Variations
Color information
#DD9340 (or 0xDD9340) is known color: Fire Bush. HEX triplet: DD, 93 and 40. RGB value is (221,147,64). Sum of RGB (Red+Green+Blue) = 221+147+64=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9340 is #226CBF. Grayscale: #A0A0A0. Windows color (decimal): -2256064 or 4232157. OLE color: 4232157.
HSL color Cylindrical-coordinate representation of color #DD9340: hue angle of 31.72º 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 #DD9340 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 64 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.13 |
| HSL | 31.72º | 0.7% | 0.56% | - |
| HSV(B) | 31.72º | 0.71% | 0.87% | - |
| XYZ | 41.18 | 36.61 | 9.75 | - |
| YUV | 159.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 64 | 0 | 0.33 | 0.71 | 0.13 | 31.72 | 0.7 | 0.56 |
| Hex | DD | 93 | 40 | 0 | 21 | 47 | D | 20 | 46 | 38 |
| Octal | 335 | 223 | 100 | 0 | 41 | 107 | 15 | 40 | 106 | 70 |
| Binary | 11011101 | 10010011 | 1000000 | 0 | 100001 | 1000111 | 1101 | 100000 | 1000110 | 111000 |
Color Harmonies of #DD9340
Complementary color
Monochromatic Colors of #DD9340
Black with #DD9340
Text Example
Text Example
White with #DD9340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9340; }
p { color: rgb(221,147,64); }
H1.HeaderClassName
{
color: #DD9340;
}
.AnyTagClassName
{
color: #DD9340;
}
</style>
background-color css
<style>
a { background-color: #DD9340; }
a { background-color: rgb(221,147,64); }
div.DivClassName
{
background-color: #DD9340;
}
.BgClassName
{
background-color: #DD9340;
}
</style>
border-color css
<style>
span { border-color: #DD9340; }
span { border-color: rgb(221,147,64); }
td.TdClassName
{
border-color: #DD9340;
}
.TagClassName
{
border-color: #DD9340;
}
</style>