Shades of Fire Bush #DD8F42
Tints of Fire Bush #DD8F42
RGB
CMYK
RGB Variations
Color information
#DD8F42 (or 0xDD8F42) is known color: Fire Bush. HEX triplet: DD, 8F and 42. RGB value is (221,143,66). Sum of RGB (Red+Green+Blue) = 221+143+66=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F42 is #2270BD. Grayscale: #9D9D9D. Windows color (decimal): -2257086 or 4362205. OLE color: 4362205.
HSL color Cylindrical-coordinate representation of color #DD8F42: hue angle of 29.81º 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 #DD8F42 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 66 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.13 |
| HSL | 29.81º | 0.7% | 0.56% | - |
| HSV(B) | 29.81º | 0.7% | 0.87% | - |
| XYZ | 40.62 | 35.41 | 9.85 | - |
| YUV | 157.54 | 76.34 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 66 | 0 | 0.35 | 0.70 | 0.13 | 29.81 | 0.7 | 0.56 |
| Hex | DD | 8F | 42 | 0 | 23 | 46 | D | 1E | 46 | 38 |
| Octal | 335 | 217 | 102 | 0 | 43 | 106 | 15 | 36 | 106 | 70 |
| Binary | 11011101 | 10001111 | 1000010 | 0 | 100011 | 1000110 | 1101 | 11110 | 1000110 | 111000 |
Color Harmonies of #DD8F42
Complementary color
Monochromatic Colors of #DD8F42
Black with #DD8F42
Text Example
Text Example
White with #DD8F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F42; }
p { color: rgb(221,143,66); }
H1.HeaderClassName
{
color: #DD8F42;
}
.AnyTagClassName
{
color: #DD8F42;
}
</style>
background-color css
<style>
a { background-color: #DD8F42; }
a { background-color: rgb(221,143,66); }
div.DivClassName
{
background-color: #DD8F42;
}
.BgClassName
{
background-color: #DD8F42;
}
</style>
border-color css
<style>
span { border-color: #DD8F42; }
span { border-color: rgb(221,143,66); }
td.TdClassName
{
border-color: #DD8F42;
}
.TagClassName
{
border-color: #DD8F42;
}
</style>