Shades of Fire Bush #DD993A
Tints of Fire Bush #DD993A
RGB
CMYK
RGB Variations
Color information
#DD993A (or 0xDD993A) is known color: Fire Bush. HEX triplet: DD, 99 and 3A. RGB value is (221,153,58). Sum of RGB (Red+Green+Blue) = 221+153+58=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD993A is #2266C5. Grayscale: #A2A2A2. Windows color (decimal): -2254534 or 3840477. OLE color: 3840477.
HSL color Cylindrical-coordinate representation of color #DD993A: hue angle of 34.97º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD993A is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 58 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.13 |
| HSL | 34.97º | 0.71% | 0.55% | - |
| HSV(B) | 34.97º | 0.74% | 0.87% | - |
| XYZ | 41.97 | 38.46 | 9.21 | - |
| YUV | 162.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 58 | 0 | 0.31 | 0.74 | 0.13 | 34.97 | 0.71 | 0.55 |
| Hex | DD | 99 | 3A | 0 | 1F | 4A | D | 23 | 47 | 37 |
| Octal | 335 | 231 | 72 | 0 | 37 | 112 | 15 | 43 | 107 | 67 |
| Binary | 11011101 | 10011001 | 111010 | 0 | 11111 | 1001010 | 1101 | 100011 | 1000111 | 110111 |
Color Harmonies of #DD993A
Complementary color
Monochromatic Colors of #DD993A
Black with #DD993A
Text Example
Text Example
White with #DD993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD993A; }
p { color: rgb(221,153,58); }
H1.HeaderClassName
{
color: #DD993A;
}
.AnyTagClassName
{
color: #DD993A;
}
</style>
background-color css
<style>
a { background-color: #DD993A; }
a { background-color: rgb(221,153,58); }
div.DivClassName
{
background-color: #DD993A;
}
.BgClassName
{
background-color: #DD993A;
}
</style>
border-color css
<style>
span { border-color: #DD993A; }
span { border-color: rgb(221,153,58); }
td.TdClassName
{
border-color: #DD993A;
}
.TagClassName
{
border-color: #DD993A;
}
</style>