Shades of Fire Bush #DD994B
Tints of Fire Bush #DD994B
RGB
CMYK
RGB Variations
Color information
#DD994B (or 0xDD994B) is known color: Fire Bush. HEX triplet: DD, 99 and 4B. RGB value is (221,153,75). Sum of RGB (Red+Green+Blue) = 221+153+75=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD994B is #2266B4. Grayscale: #A4A4A4. Windows color (decimal): -2254517 or 4954589. OLE color: 4954589.
HSL color Cylindrical-coordinate representation of color #DD994B: hue angle of 32.05º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD994B is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 75 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.13 |
| HSL | 32.05º | 0.68% | 0.58% | - |
| HSV(B) | 32.05º | 0.66% | 0.87% | - |
| XYZ | 42.48 | 38.66 | 11.88 | - |
| YUV | 164.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 75 | 0 | 0.31 | 0.66 | 0.13 | 32.05 | 0.68 | 0.58 |
| Hex | DD | 99 | 4B | 0 | 1F | 42 | D | 20 | 44 | 3A |
| Octal | 335 | 231 | 113 | 0 | 37 | 102 | 15 | 40 | 104 | 72 |
| Binary | 11011101 | 10011001 | 1001011 | 0 | 11111 | 1000010 | 1101 | 100000 | 1000100 | 111010 |
Color Harmonies of #DD994B
Complementary color
Monochromatic Colors of #DD994B
Black with #DD994B
Text Example
Text Example
White with #DD994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD994B; }
p { color: rgb(221,153,75); }
H1.HeaderClassName
{
color: #DD994B;
}
.AnyTagClassName
{
color: #DD994B;
}
</style>
background-color css
<style>
a { background-color: #DD994B; }
a { background-color: rgb(221,153,75); }
div.DivClassName
{
background-color: #DD994B;
}
.BgClassName
{
background-color: #DD994B;
}
</style>
border-color css
<style>
span { border-color: #DD994B; }
span { border-color: rgb(221,153,75); }
td.TdClassName
{
border-color: #DD994B;
}
.TagClassName
{
border-color: #DD994B;
}
</style>