Shades of Fire Bush #DD9F3E
Tints of Fire Bush #DD9F3E
RGB
CMYK
RGB Variations
Color information
#DD9F3E (or 0xDD9F3E) is known color: Fire Bush. HEX triplet: DD, 9F and 3E. RGB value is (221,159,62). Sum of RGB (Red+Green+Blue) = 221+159+62=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F3E is #2260C1. Grayscale: #A6A6A6. Windows color (decimal): -2252994 or 4104157. OLE color: 4104157.
HSL color Cylindrical-coordinate representation of color #DD9F3E: hue angle of 36.6º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD9F3E is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 62 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.13 |
| HSL | 36.6º | 0.7% | 0.55% | - |
| HSV(B) | 36.6º | 0.72% | 0.87% | - |
| XYZ | 43.09 | 40.52 | 10.11 | - |
| YUV | 166.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 62 | 0 | 0.28 | 0.72 | 0.13 | 36.6 | 0.7 | 0.55 |
| Hex | DD | 9F | 3E | 0 | 1C | 48 | D | 25 | 46 | 37 |
| Octal | 335 | 237 | 76 | 0 | 34 | 110 | 15 | 45 | 106 | 67 |
| Binary | 11011101 | 10011111 | 111110 | 0 | 11100 | 1001000 | 1101 | 100101 | 1000110 | 110111 |
Color Harmonies of #DD9F3E
Complementary color
Monochromatic Colors of #DD9F3E
Black with #DD9F3E
Text Example
Text Example
White with #DD9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F3E; }
p { color: rgb(221,159,62); }
H1.HeaderClassName
{
color: #DD9F3E;
}
.AnyTagClassName
{
color: #DD9F3E;
}
</style>
background-color css
<style>
a { background-color: #DD9F3E; }
a { background-color: rgb(221,159,62); }
div.DivClassName
{
background-color: #DD9F3E;
}
.BgClassName
{
background-color: #DD9F3E;
}
</style>
border-color css
<style>
span { border-color: #DD9F3E; }
span { border-color: rgb(221,159,62); }
td.TdClassName
{
border-color: #DD9F3E;
}
.TagClassName
{
border-color: #DD9F3E;
}
</style>