Shades of Fire Bush #DD9246
Tints of Fire Bush #DD9246
RGB
CMYK
RGB Variations
Color information
#DD9246 (or 0xDD9246) is known color: Fire Bush. HEX triplet: DD, 92 and 46. RGB value is (221,146,70). Sum of RGB (Red+Green+Blue) = 221+146+70=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9246 is #226DB9. Grayscale: #A0A0A0. Windows color (decimal): -2256314 or 4625117. OLE color: 4625117.
HSL color Cylindrical-coordinate representation of color #DD9246: hue angle of 30.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD9246 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 70 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.13 |
| HSL | 30.2º | 0.69% | 0.57% | - |
| HSV(B) | 30.2º | 0.68% | 0.87% | - |
| XYZ | 41.2 | 36.37 | 10.64 | - |
| YUV | 159.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 70 | 0 | 0.34 | 0.68 | 0.13 | 30.2 | 0.69 | 0.57 |
| Hex | DD | 92 | 46 | 0 | 22 | 44 | D | 1E | 45 | 39 |
| Octal | 335 | 222 | 106 | 0 | 42 | 104 | 15 | 36 | 105 | 71 |
| Binary | 11011101 | 10010010 | 1000110 | 0 | 100010 | 1000100 | 1101 | 11110 | 1000101 | 111001 |
Color Harmonies of #DD9246
Complementary color
Monochromatic Colors of #DD9246
Black with #DD9246
Text Example
Text Example
White with #DD9246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9246; }
p { color: rgb(221,146,70); }
H1.HeaderClassName
{
color: #DD9246;
}
.AnyTagClassName
{
color: #DD9246;
}
</style>
background-color css
<style>
a { background-color: #DD9246; }
a { background-color: rgb(221,146,70); }
div.DivClassName
{
background-color: #DD9246;
}
.BgClassName
{
background-color: #DD9246;
}
</style>
border-color css
<style>
span { border-color: #DD9246; }
span { border-color: rgb(221,146,70); }
td.TdClassName
{
border-color: #DD9246;
}
.TagClassName
{
border-color: #DD9246;
}
</style>