Shades of Fire Bush #DD993B
Tints of Fire Bush #DD993B
RGB
CMYK
RGB Variations
Color information
#DD993B (or 0xDD993B) is known color: Fire Bush. HEX triplet: DD, 99 and 3B. RGB value is (221,153,59). Sum of RGB (Red+Green+Blue) = 221+153+59=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD993B is #2266C4. Grayscale: #A3A3A3. Windows color (decimal): -2254533 or 3906013. OLE color: 3906013.
HSL color Cylindrical-coordinate representation of color #DD993B: hue angle of 34.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD993B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 59 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.13 |
| HSL | 34.81º | 0.7% | 0.55% | - |
| HSV(B) | 34.81º | 0.73% | 0.87% | - |
| XYZ | 42 | 38.47 | 9.35 | - |
| YUV | 162.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 59 | 0 | 0.31 | 0.73 | 0.13 | 34.81 | 0.7 | 0.55 |
| Hex | DD | 99 | 3B | 0 | 1F | 49 | D | 23 | 46 | 37 |
| Octal | 335 | 231 | 73 | 0 | 37 | 111 | 15 | 43 | 106 | 67 |
| Binary | 11011101 | 10011001 | 111011 | 0 | 11111 | 1001001 | 1101 | 100011 | 1000110 | 110111 |
Color Harmonies of #DD993B
Complementary color
Monochromatic Colors of #DD993B
Black with #DD993B
Text Example
Text Example
White with #DD993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD993B; }
p { color: rgb(221,153,59); }
H1.HeaderClassName
{
color: #DD993B;
}
.AnyTagClassName
{
color: #DD993B;
}
</style>
background-color css
<style>
a { background-color: #DD993B; }
a { background-color: rgb(221,153,59); }
div.DivClassName
{
background-color: #DD993B;
}
.BgClassName
{
background-color: #DD993B;
}
</style>
border-color css
<style>
span { border-color: #DD993B; }
span { border-color: rgb(221,153,59); }
td.TdClassName
{
border-color: #DD993B;
}
.TagClassName
{
border-color: #DD993B;
}
</style>