Shades of Fire Bush #DD9245
Tints of Fire Bush #DD9245
RGB
CMYK
RGB Variations
Color information
#DD9245 (or 0xDD9245) is known color: Fire Bush. HEX triplet: DD, 92 and 45. RGB value is (221,146,69). Sum of RGB (Red+Green+Blue) = 221+146+69=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9245 is #226DBA. Grayscale: #A0A0A0. Windows color (decimal): -2256315 or 4559581. OLE color: 4559581.
HSL color Cylindrical-coordinate representation of color #DD9245: hue angle of 30.39º 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 #DD9245 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 69 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.13 |
| HSL | 30.39º | 0.69% | 0.57% | - |
| HSV(B) | 30.39º | 0.69% | 0.87% | - |
| XYZ | 41.17 | 36.36 | 10.48 | - |
| YUV | 159.65 | 76.85 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 69 | 0 | 0.34 | 0.69 | 0.13 | 30.39 | 0.69 | 0.57 |
| Hex | DD | 92 | 45 | 0 | 22 | 45 | D | 1E | 45 | 39 |
| Octal | 335 | 222 | 105 | 0 | 42 | 105 | 15 | 36 | 105 | 71 |
| Binary | 11011101 | 10010010 | 1000101 | 0 | 100010 | 1000101 | 1101 | 11110 | 1000101 | 111001 |
Color Harmonies of #DD9245
Complementary color
Monochromatic Colors of #DD9245
Black with #DD9245
Text Example
Text Example
White with #DD9245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9245; }
p { color: rgb(221,146,69); }
H1.HeaderClassName
{
color: #DD9245;
}
.AnyTagClassName
{
color: #DD9245;
}
</style>
background-color css
<style>
a { background-color: #DD9245; }
a { background-color: rgb(221,146,69); }
div.DivClassName
{
background-color: #DD9245;
}
.BgClassName
{
background-color: #DD9245;
}
</style>
border-color css
<style>
span { border-color: #DD9245; }
span { border-color: rgb(221,146,69); }
td.TdClassName
{
border-color: #DD9245;
}
.TagClassName
{
border-color: #DD9245;
}
</style>