Shades of Tree Poppy #DD8842
Tints of Tree Poppy #DD8842
RGB
CMYK
RGB Variations
Color information
#DD8842 (or 0xDD8842) is known color: Tree Poppy. HEX triplet: DD, 88 and 42. RGB value is (221,136,66). Sum of RGB (Red+Green+Blue) = 221+136+66=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8842 is #2277BD. Grayscale: #999999. Windows color (decimal): -2258878 or 4360413. OLE color: 4360413.
HSL color Cylindrical-coordinate representation of color #DD8842: hue angle of 27.1º 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 #DD8842 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 66 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.13 |
| HSL | 27.1º | 0.7% | 0.56% | - |
| HSV(B) | 27.1º | 0.7% | 0.87% | - |
| XYZ | 39.61 | 33.37 | 9.51 | - |
| YUV | 153.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 66 | 0 | 0.38 | 0.70 | 0.13 | 27.1 | 0.7 | 0.56 |
| Hex | DD | 88 | 42 | 0 | 26 | 46 | D | 1B | 46 | 38 |
| Octal | 335 | 210 | 102 | 0 | 46 | 106 | 15 | 33 | 106 | 70 |
| Binary | 11011101 | 10001000 | 1000010 | 0 | 100110 | 1000110 | 1101 | 11011 | 1000110 | 111000 |
Color Harmonies of #DD8842
Complementary color
Monochromatic Colors of #DD8842
Black with #DD8842
Text Example
Text Example
White with #DD8842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8842; }
p { color: rgb(221,136,66); }
H1.HeaderClassName
{
color: #DD8842;
}
.AnyTagClassName
{
color: #DD8842;
}
</style>
background-color css
<style>
a { background-color: #DD8842; }
a { background-color: rgb(221,136,66); }
div.DivClassName
{
background-color: #DD8842;
}
.BgClassName
{
background-color: #DD8842;
}
</style>
border-color css
<style>
span { border-color: #DD8842; }
span { border-color: rgb(221,136,66); }
td.TdClassName
{
border-color: #DD8842;
}
.TagClassName
{
border-color: #DD8842;
}
</style>