Shades of Fire Bush #DD904C
Tints of Fire Bush #DD904C
RGB
CMYK
RGB Variations
Color information
#DD904C (or 0xDD904C) is known color: Fire Bush. HEX triplet: DD, 90 and 4C. RGB value is (221,144,76). Sum of RGB (Red+Green+Blue) = 221+144+76=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD904C is #226FB3. Grayscale: #9F9F9F. Windows color (decimal): -2256820 or 5017821. OLE color: 5017821.
HSL color Cylindrical-coordinate representation of color #DD904C: hue angle of 28.14º 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 #DD904C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 76 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.13 |
| HSL | 28.14º | 0.68% | 0.58% | - |
| HSV(B) | 28.14º | 0.66% | 0.87% | - |
| XYZ | 41.1 | 35.84 | 11.59 | - |
| YUV | 159.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 76 | 0 | 0.35 | 0.66 | 0.13 | 28.14 | 0.68 | 0.58 |
| Hex | DD | 90 | 4C | 0 | 23 | 42 | D | 1C | 44 | 3A |
| Octal | 335 | 220 | 114 | 0 | 43 | 102 | 15 | 34 | 104 | 72 |
| Binary | 11011101 | 10010000 | 1001100 | 0 | 100011 | 1000010 | 1101 | 11100 | 1000100 | 111010 |
Color Harmonies of #DD904C
Complementary color
Monochromatic Colors of #DD904C
Black with #DD904C
Text Example
Text Example
White with #DD904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD904C; }
p { color: rgb(221,144,76); }
H1.HeaderClassName
{
color: #DD904C;
}
.AnyTagClassName
{
color: #DD904C;
}
</style>
background-color css
<style>
a { background-color: #DD904C; }
a { background-color: rgb(221,144,76); }
div.DivClassName
{
background-color: #DD904C;
}
.BgClassName
{
background-color: #DD904C;
}
</style>
border-color css
<style>
span { border-color: #DD904C; }
span { border-color: rgb(221,144,76); }
td.TdClassName
{
border-color: #DD904C;
}
.TagClassName
{
border-color: #DD904C;
}
</style>