Shades of Fire Bush #DD944E
Tints of Fire Bush #DD944E
RGB
CMYK
RGB Variations
Color information
#DD944E (or 0xDD944E) is known color: Fire Bush. HEX triplet: DD, 94 and 4E. RGB value is (221,148,78). Sum of RGB (Red+Green+Blue) = 221+148+78=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD944E is #226BB1. Grayscale: #A2A2A2. Windows color (decimal): -2255794 or 5149917. OLE color: 5149917.
HSL color Cylindrical-coordinate representation of color #DD944E: hue angle of 29.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD944E is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 78 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.13 |
| HSL | 29.37º | 0.68% | 0.59% | - |
| HSV(B) | 29.37º | 0.65% | 0.87% | - |
| XYZ | 41.78 | 37.1 | 12.17 | - |
| YUV | 161.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 78 | 0 | 0.33 | 0.65 | 0.13 | 29.37 | 0.68 | 0.59 |
| Hex | DD | 94 | 4E | 0 | 21 | 41 | D | 1D | 44 | 3B |
| Octal | 335 | 224 | 116 | 0 | 41 | 101 | 15 | 35 | 104 | 73 |
| Binary | 11011101 | 10010100 | 1001110 | 0 | 100001 | 1000001 | 1101 | 11101 | 1000100 | 111011 |
Color Harmonies of #DD944E
Complementary color
Monochromatic Colors of #DD944E
Black with #DD944E
Text Example
Text Example
White with #DD944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD944E; }
p { color: rgb(221,148,78); }
H1.HeaderClassName
{
color: #DD944E;
}
.AnyTagClassName
{
color: #DD944E;
}
</style>
background-color css
<style>
a { background-color: #DD944E; }
a { background-color: rgb(221,148,78); }
div.DivClassName
{
background-color: #DD944E;
}
.BgClassName
{
background-color: #DD944E;
}
</style>
border-color css
<style>
span { border-color: #DD944E; }
span { border-color: rgb(221,148,78); }
td.TdClassName
{
border-color: #DD944E;
}
.TagClassName
{
border-color: #DD944E;
}
</style>