Shades of Fire Bush #DD944C
Tints of Fire Bush #DD944C
RGB
CMYK
RGB Variations
Color information
#DD944C (or 0xDD944C) is known color: Fire Bush. HEX triplet: DD, 94 and 4C. RGB value is (221,148,76). Sum of RGB (Red+Green+Blue) = 221+148+76=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD944C is #226BB3. Grayscale: #A1A1A1. Windows color (decimal): -2255796 or 5018845. OLE color: 5018845.
HSL color Cylindrical-coordinate representation of color #DD944C: hue angle of 29.79º 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 #DD944C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 76 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.13 |
| HSL | 29.79º | 0.68% | 0.58% | - |
| HSV(B) | 29.79º | 0.66% | 0.87% | - |
| XYZ | 41.71 | 37.07 | 11.79 | - |
| YUV | 161.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 76 | 0 | 0.33 | 0.66 | 0.13 | 29.79 | 0.68 | 0.58 |
| Hex | DD | 94 | 4C | 0 | 21 | 42 | D | 1E | 44 | 3A |
| Octal | 335 | 224 | 114 | 0 | 41 | 102 | 15 | 36 | 104 | 72 |
| Binary | 11011101 | 10010100 | 1001100 | 0 | 100001 | 1000010 | 1101 | 11110 | 1000100 | 111010 |
Color Harmonies of #DD944C
Complementary color
Monochromatic Colors of #DD944C
Black with #DD944C
Text Example
Text Example
White with #DD944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD944C; }
p { color: rgb(221,148,76); }
H1.HeaderClassName
{
color: #DD944C;
}
.AnyTagClassName
{
color: #DD944C;
}
</style>
background-color css
<style>
a { background-color: #DD944C; }
a { background-color: rgb(221,148,76); }
div.DivClassName
{
background-color: #DD944C;
}
.BgClassName
{
background-color: #DD944C;
}
</style>
border-color css
<style>
span { border-color: #DD944C; }
span { border-color: rgb(221,148,76); }
td.TdClassName
{
border-color: #DD944C;
}
.TagClassName
{
border-color: #DD944C;
}
</style>