Shades of Fire Bush #DD9E3E
Tints of Fire Bush #DD9E3E
RGB
CMYK
RGB Variations
Color information
#DD9E3E (or 0xDD9E3E) is known color: Fire Bush. HEX triplet: DD, 9E and 3E. RGB value is (221,158,62). Sum of RGB (Red+Green+Blue) = 221+158+62=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E3E is #2261C1. Grayscale: #A6A6A6. Windows color (decimal): -2253250 or 4103901. OLE color: 4103901.
HSL color Cylindrical-coordinate representation of color #DD9E3E: hue angle of 36.23º 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 #DD9E3E is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 62 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.13 |
| HSL | 36.23º | 0.7% | 0.55% | - |
| HSV(B) | 36.23º | 0.72% | 0.87% | - |
| XYZ | 42.92 | 40.17 | 10.05 | - |
| YUV | 165.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 62 | 0 | 0.29 | 0.72 | 0.13 | 36.23 | 0.7 | 0.55 |
| Hex | DD | 9E | 3E | 0 | 1D | 48 | D | 24 | 46 | 37 |
| Octal | 335 | 236 | 76 | 0 | 35 | 110 | 15 | 44 | 106 | 67 |
| Binary | 11011101 | 10011110 | 111110 | 0 | 11101 | 1001000 | 1101 | 100100 | 1000110 | 110111 |
Color Harmonies of #DD9E3E
Complementary color
Monochromatic Colors of #DD9E3E
Black with #DD9E3E
Text Example
Text Example
White with #DD9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E3E; }
p { color: rgb(221,158,62); }
H1.HeaderClassName
{
color: #DD9E3E;
}
.AnyTagClassName
{
color: #DD9E3E;
}
</style>
background-color css
<style>
a { background-color: #DD9E3E; }
a { background-color: rgb(221,158,62); }
div.DivClassName
{
background-color: #DD9E3E;
}
.BgClassName
{
background-color: #DD9E3E;
}
</style>
border-color css
<style>
span { border-color: #DD9E3E; }
span { border-color: rgb(221,158,62); }
td.TdClassName
{
border-color: #DD9E3E;
}
.TagClassName
{
border-color: #DD9E3E;
}
</style>