Shades of Fire Bush #DD8D42
Tints of Fire Bush #DD8D42
RGB
CMYK
RGB Variations
Color information
#DD8D42 (or 0xDD8D42) is known color: Fire Bush. HEX triplet: DD, 8D and 42. RGB value is (221,141,66). Sum of RGB (Red+Green+Blue) = 221+141+66=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D42 is #2272BD. Grayscale: #9C9C9C. Windows color (decimal): -2257598 or 4361693. OLE color: 4361693.
HSL color Cylindrical-coordinate representation of color #DD8D42: hue angle of 29.03º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8D42 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 66 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.13 |
| HSL | 29.03º | 0.7% | 0.56% | - |
| HSV(B) | 29.03º | 0.7% | 0.87% | - |
| XYZ | 40.33 | 34.82 | 9.75 | - |
| YUV | 156.37 | 77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 66 | 0 | 0.36 | 0.70 | 0.13 | 29.03 | 0.7 | 0.56 |
| Hex | DD | 8D | 42 | 0 | 24 | 46 | D | 1D | 46 | 38 |
| Octal | 335 | 215 | 102 | 0 | 44 | 106 | 15 | 35 | 106 | 70 |
| Binary | 11011101 | 10001101 | 1000010 | 0 | 100100 | 1000110 | 1101 | 11101 | 1000110 | 111000 |
Color Harmonies of #DD8D42
Complementary color
Monochromatic Colors of #DD8D42
Black with #DD8D42
Text Example
Text Example
White with #DD8D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D42; }
p { color: rgb(221,141,66); }
H1.HeaderClassName
{
color: #DD8D42;
}
.AnyTagClassName
{
color: #DD8D42;
}
</style>
background-color css
<style>
a { background-color: #DD8D42; }
a { background-color: rgb(221,141,66); }
div.DivClassName
{
background-color: #DD8D42;
}
.BgClassName
{
background-color: #DD8D42;
}
</style>
border-color css
<style>
span { border-color: #DD8D42; }
span { border-color: rgb(221,141,66); }
td.TdClassName
{
border-color: #DD8D42;
}
.TagClassName
{
border-color: #DD8D42;
}
</style>