Shades of Fire Bush #DD9F42
Tints of Fire Bush #DD9F42
RGB
CMYK
RGB Variations
Color information
#DD9F42 (or 0xDD9F42) is known color: Fire Bush. HEX triplet: DD, 9F and 42. RGB value is (221,159,66). Sum of RGB (Red+Green+Blue) = 221+159+66=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F42 is #2260BD. Grayscale: #A7A7A7. Windows color (decimal): -2252990 or 4366301. OLE color: 4366301.
HSL color Cylindrical-coordinate representation of color #DD9F42: hue angle of 36º 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 #DD9F42 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 66 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.13 |
| HSL | 36º | 0.7% | 0.56% | - |
| HSV(B) | 36º | 0.7% | 0.87% | - |
| XYZ | 43.2 | 40.56 | 10.71 | - |
| YUV | 166.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 66 | 0 | 0.28 | 0.70 | 0.13 | 36 | 0.7 | 0.56 |
| Hex | DD | 9F | 42 | 0 | 1C | 46 | D | 24 | 46 | 38 |
| Octal | 335 | 237 | 102 | 0 | 34 | 106 | 15 | 44 | 106 | 70 |
| Binary | 11011101 | 10011111 | 1000010 | 0 | 11100 | 1000110 | 1101 | 100100 | 1000110 | 111000 |
Color Harmonies of #DD9F42
Complementary color
Monochromatic Colors of #DD9F42
Black with #DD9F42
Text Example
Text Example
White with #DD9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F42; }
p { color: rgb(221,159,66); }
H1.HeaderClassName
{
color: #DD9F42;
}
.AnyTagClassName
{
color: #DD9F42;
}
</style>
background-color css
<style>
a { background-color: #DD9F42; }
a { background-color: rgb(221,159,66); }
div.DivClassName
{
background-color: #DD9F42;
}
.BgClassName
{
background-color: #DD9F42;
}
</style>
border-color css
<style>
span { border-color: #DD9F42; }
span { border-color: rgb(221,159,66); }
td.TdClassName
{
border-color: #DD9F42;
}
.TagClassName
{
border-color: #DD9F42;
}
</style>