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