Shades of Fire Bush #DD9541
Tints of Fire Bush #DD9541
RGB
CMYK
RGB Variations
Color information
#DD9541 (or 0xDD9541) is known color: Fire Bush. HEX triplet: DD, 95 and 41. RGB value is (221,149,65). Sum of RGB (Red+Green+Blue) = 221+149+65=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9541 is #226ABE. Grayscale: #A1A1A1. Windows color (decimal): -2255551 or 4298205. OLE color: 4298205.
HSL color Cylindrical-coordinate representation of color #DD9541: hue angle of 32.31º 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 #DD9541 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 65 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.13 |
| HSL | 32.31º | 0.7% | 0.56% | - |
| HSV(B) | 32.31º | 0.71% | 0.87% | - |
| XYZ | 41.52 | 37.25 | 10 | - |
| YUV | 160.95 | 73.85 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 65 | 0 | 0.33 | 0.71 | 0.13 | 32.31 | 0.7 | 0.56 |
| Hex | DD | 95 | 41 | 0 | 21 | 47 | D | 20 | 46 | 38 |
| Octal | 335 | 225 | 101 | 0 | 41 | 107 | 15 | 40 | 106 | 70 |
| Binary | 11011101 | 10010101 | 1000001 | 0 | 100001 | 1000111 | 1101 | 100000 | 1000110 | 111000 |
Color Harmonies of #DD9541
Complementary color
Monochromatic Colors of #DD9541
Black with #DD9541
Text Example
Text Example
White with #DD9541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9541; }
p { color: rgb(221,149,65); }
H1.HeaderClassName
{
color: #DD9541;
}
.AnyTagClassName
{
color: #DD9541;
}
</style>
background-color css
<style>
a { background-color: #DD9541; }
a { background-color: rgb(221,149,65); }
div.DivClassName
{
background-color: #DD9541;
}
.BgClassName
{
background-color: #DD9541;
}
</style>
border-color css
<style>
span { border-color: #DD9541; }
span { border-color: rgb(221,149,65); }
td.TdClassName
{
border-color: #DD9541;
}
.TagClassName
{
border-color: #DD9541;
}
</style>