Shades of Fire Bush #DD9142
Tints of Fire Bush #DD9142
RGB
CMYK
RGB Variations
Color information
#DD9142 (or 0xDD9142) is known color: Fire Bush. HEX triplet: DD, 91 and 42. RGB value is (221,145,66). Sum of RGB (Red+Green+Blue) = 221+145+66=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9142 is #226EBD. Grayscale: #9F9F9F. Windows color (decimal): -2256574 or 4362717. OLE color: 4362717.
HSL color Cylindrical-coordinate representation of color #DD9142: hue angle of 30.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD9142 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 66 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.13 |
| HSL | 30.58º | 0.7% | 0.56% | - |
| HSV(B) | 30.58º | 0.7% | 0.87% | - |
| XYZ | 40.93 | 36.02 | 9.95 | - |
| YUV | 158.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 66 | 0 | 0.34 | 0.70 | 0.13 | 30.58 | 0.7 | 0.56 |
| Hex | DD | 91 | 42 | 0 | 22 | 46 | D | 1F | 46 | 38 |
| Octal | 335 | 221 | 102 | 0 | 42 | 106 | 15 | 37 | 106 | 70 |
| Binary | 11011101 | 10010001 | 1000010 | 0 | 100010 | 1000110 | 1101 | 11111 | 1000110 | 111000 |
Color Harmonies of #DD9142
Complementary color
Monochromatic Colors of #DD9142
Black with #DD9142
Text Example
Text Example
White with #DD9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9142; }
p { color: rgb(221,145,66); }
H1.HeaderClassName
{
color: #DD9142;
}
.AnyTagClassName
{
color: #DD9142;
}
</style>
background-color css
<style>
a { background-color: #DD9142; }
a { background-color: rgb(221,145,66); }
div.DivClassName
{
background-color: #DD9142;
}
.BgClassName
{
background-color: #DD9142;
}
</style>
border-color css
<style>
span { border-color: #DD9142; }
span { border-color: rgb(221,145,66); }
td.TdClassName
{
border-color: #DD9142;
}
.TagClassName
{
border-color: #DD9142;
}
</style>