Shades of Tree Poppy #DD8836
Tints of Tree Poppy #DD8836
RGB
CMYK
RGB Variations
Color information
#DD8836 (or 0xDD8836) is known color: Tree Poppy. HEX triplet: DD, 88 and 36. RGB value is (221,136,54). Sum of RGB (Red+Green+Blue) = 221+136+54=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8836 is #2277C9. Grayscale: #989898. Windows color (decimal): -2258890 or 3573981. OLE color: 3573981.
HSL color Cylindrical-coordinate representation of color #DD8836: hue angle of 29.46º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD8836 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 54 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.13 |
| HSL | 29.46º | 0.71% | 0.54% | - |
| HSV(B) | 29.46º | 0.76% | 0.87% | - |
| XYZ | 39.29 | 33.25 | 7.84 | - |
| YUV | 152.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 54 | 0 | 0.38 | 0.76 | 0.13 | 29.46 | 0.71 | 0.54 |
| Hex | DD | 88 | 36 | 0 | 26 | 4C | D | 1D | 47 | 36 |
| Octal | 335 | 210 | 66 | 0 | 46 | 114 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10001000 | 110110 | 0 | 100110 | 1001100 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8836
Complementary color
Monochromatic Colors of #DD8836
Black with #DD8836
Text Example
Text Example
White with #DD8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8836; }
p { color: rgb(221,136,54); }
H1.HeaderClassName
{
color: #DD8836;
}
.AnyTagClassName
{
color: #DD8836;
}
</style>
background-color css
<style>
a { background-color: #DD8836; }
a { background-color: rgb(221,136,54); }
div.DivClassName
{
background-color: #DD8836;
}
.BgClassName
{
background-color: #DD8836;
}
</style>
border-color css
<style>
span { border-color: #DD8836; }
span { border-color: rgb(221,136,54); }
td.TdClassName
{
border-color: #DD8836;
}
.TagClassName
{
border-color: #DD8836;
}
</style>