Shades of Fire Bush #DD8D48
Tints of Fire Bush #DD8D48
RGB
CMYK
RGB Variations
Color information
#DD8D48 (or 0xDD8D48) is known color: Fire Bush. HEX triplet: DD, 8D and 48. RGB value is (221,141,72). Sum of RGB (Red+Green+Blue) = 221+141+72=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D48 is #2272B7. Grayscale: #9D9D9D. Windows color (decimal): -2257592 or 4754909. OLE color: 4754909.
HSL color Cylindrical-coordinate representation of color #DD8D48: hue angle of 27.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD8D48 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 72 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.13 |
| HSL | 27.79º | 0.69% | 0.57% | - |
| HSV(B) | 27.79º | 0.67% | 0.87% | - |
| XYZ | 40.51 | 34.89 | 10.73 | - |
| YUV | 157.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 72 | 0 | 0.36 | 0.67 | 0.13 | 27.79 | 0.69 | 0.57 |
| Hex | DD | 8D | 48 | 0 | 24 | 43 | D | 1C | 45 | 39 |
| Octal | 335 | 215 | 110 | 0 | 44 | 103 | 15 | 34 | 105 | 71 |
| Binary | 11011101 | 10001101 | 1001000 | 0 | 100100 | 1000011 | 1101 | 11100 | 1000101 | 111001 |
Color Harmonies of #DD8D48
Complementary color
Monochromatic Colors of #DD8D48
Black with #DD8D48
Text Example
Text Example
White with #DD8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D48; }
p { color: rgb(221,141,72); }
H1.HeaderClassName
{
color: #DD8D48;
}
.AnyTagClassName
{
color: #DD8D48;
}
</style>
background-color css
<style>
a { background-color: #DD8D48; }
a { background-color: rgb(221,141,72); }
div.DivClassName
{
background-color: #DD8D48;
}
.BgClassName
{
background-color: #DD8D48;
}
</style>
border-color css
<style>
span { border-color: #DD8D48; }
span { border-color: rgb(221,141,72); }
td.TdClassName
{
border-color: #DD8D48;
}
.TagClassName
{
border-color: #DD8D48;
}
</style>