Shades of Fire Bush #DD9F44
Tints of Fire Bush #DD9F44
RGB
CMYK
RGB Variations
Color information
#DD9F44 (or 0xDD9F44) is known color: Fire Bush. HEX triplet: DD, 9F and 44. RGB value is (221,159,68). Sum of RGB (Red+Green+Blue) = 221+159+68=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F44 is #2260BB. Grayscale: #A7A7A7. Windows color (decimal): -2252988 or 4497373. OLE color: 4497373.
HSL color Cylindrical-coordinate representation of color #DD9F44: hue angle of 35.69º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD9F44 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 68 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.13 |
| HSL | 35.69º | 0.69% | 0.57% | - |
| HSV(B) | 35.69º | 0.69% | 0.87% | - |
| XYZ | 43.26 | 40.59 | 11.02 | - |
| YUV | 167.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 68 | 0 | 0.28 | 0.69 | 0.13 | 35.69 | 0.69 | 0.57 |
| Hex | DD | 9F | 44 | 0 | 1C | 45 | D | 24 | 45 | 39 |
| Octal | 335 | 237 | 104 | 0 | 34 | 105 | 15 | 44 | 105 | 71 |
| Binary | 11011101 | 10011111 | 1000100 | 0 | 11100 | 1000101 | 1101 | 100100 | 1000101 | 111001 |
Color Harmonies of #DD9F44
Complementary color
Monochromatic Colors of #DD9F44
Black with #DD9F44
Text Example
Text Example
White with #DD9F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F44; }
p { color: rgb(221,159,68); }
H1.HeaderClassName
{
color: #DD9F44;
}
.AnyTagClassName
{
color: #DD9F44;
}
</style>
background-color css
<style>
a { background-color: #DD9F44; }
a { background-color: rgb(221,159,68); }
div.DivClassName
{
background-color: #DD9F44;
}
.BgClassName
{
background-color: #DD9F44;
}
</style>
border-color css
<style>
span { border-color: #DD9F44; }
span { border-color: rgb(221,159,68); }
td.TdClassName
{
border-color: #DD9F44;
}
.TagClassName
{
border-color: #DD9F44;
}
</style>