Shades of Fire Bush #DD8D40
Tints of Fire Bush #DD8D40
RGB
CMYK
RGB Variations
Color information
#DD8D40 (or 0xDD8D40) is known color: Fire Bush. HEX triplet: DD, 8D and 40. RGB value is (221,141,64). Sum of RGB (Red+Green+Blue) = 221+141+64=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D40 is #2272BF. Grayscale: #9C9C9C. Windows color (decimal): -2257600 or 4230621. OLE color: 4230621.
HSL color Cylindrical-coordinate representation of color #DD8D40: hue angle of 29.43º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD8D40 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 64 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.13 |
| HSL | 29.43º | 0.7% | 0.56% | - |
| HSV(B) | 29.43º | 0.71% | 0.87% | - |
| XYZ | 40.27 | 34.79 | 9.44 | - |
| YUV | 156.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 64 | 0 | 0.36 | 0.71 | 0.13 | 29.43 | 0.7 | 0.56 |
| Hex | DD | 8D | 40 | 0 | 24 | 47 | D | 1D | 46 | 38 |
| Octal | 335 | 215 | 100 | 0 | 44 | 107 | 15 | 35 | 106 | 70 |
| Binary | 11011101 | 10001101 | 1000000 | 0 | 100100 | 1000111 | 1101 | 11101 | 1000110 | 111000 |
Color Harmonies of #DD8D40
Complementary color
Monochromatic Colors of #DD8D40
Black with #DD8D40
Text Example
Text Example
White with #DD8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D40; }
p { color: rgb(221,141,64); }
H1.HeaderClassName
{
color: #DD8D40;
}
.AnyTagClassName
{
color: #DD8D40;
}
</style>
background-color css
<style>
a { background-color: #DD8D40; }
a { background-color: rgb(221,141,64); }
div.DivClassName
{
background-color: #DD8D40;
}
.BgClassName
{
background-color: #DD8D40;
}
</style>
border-color css
<style>
span { border-color: #DD8D40; }
span { border-color: rgb(221,141,64); }
td.TdClassName
{
border-color: #DD8D40;
}
.TagClassName
{
border-color: #DD8D40;
}
</style>