Shades of Fire Bush #DD984C
Tints of Fire Bush #DD984C
RGB
CMYK
RGB Variations
Color information
#DD984C (or 0xDD984C) is known color: Fire Bush. HEX triplet: DD, 98 and 4C. RGB value is (221,152,76). Sum of RGB (Red+Green+Blue) = 221+152+76=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD984C is #2267B3. Grayscale: #A4A4A4. Windows color (decimal): -2254772 or 5019869. OLE color: 5019869.
HSL color Cylindrical-coordinate representation of color #DD984C: hue angle of 31.45º 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 #DD984C is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 76 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.13 |
| HSL | 31.45º | 0.68% | 0.58% | - |
| HSV(B) | 31.45º | 0.66% | 0.87% | - |
| XYZ | 42.35 | 38.35 | 12.01 | - |
| YUV | 163.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 76 | 0 | 0.31 | 0.66 | 0.13 | 31.45 | 0.68 | 0.58 |
| Hex | DD | 98 | 4C | 0 | 1F | 42 | D | 1F | 44 | 3A |
| Octal | 335 | 230 | 114 | 0 | 37 | 102 | 15 | 37 | 104 | 72 |
| Binary | 11011101 | 10011000 | 1001100 | 0 | 11111 | 1000010 | 1101 | 11111 | 1000100 | 111010 |
Color Harmonies of #DD984C
Complementary color
Monochromatic Colors of #DD984C
Black with #DD984C
Text Example
Text Example
White with #DD984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD984C; }
p { color: rgb(221,152,76); }
H1.HeaderClassName
{
color: #DD984C;
}
.AnyTagClassName
{
color: #DD984C;
}
</style>
background-color css
<style>
a { background-color: #DD984C; }
a { background-color: rgb(221,152,76); }
div.DivClassName
{
background-color: #DD984C;
}
.BgClassName
{
background-color: #DD984C;
}
</style>
border-color css
<style>
span { border-color: #DD984C; }
span { border-color: rgb(221,152,76); }
td.TdClassName
{
border-color: #DD984C;
}
.TagClassName
{
border-color: #DD984C;
}
</style>