Shades of Tree Poppy #DD8837
Tints of Tree Poppy #DD8837
RGB
CMYK
RGB Variations
Color information
#DD8837 (or 0xDD8837) is known color: Tree Poppy. HEX triplet: DD, 88 and 37. RGB value is (221,136,55). Sum of RGB (Red+Green+Blue) = 221+136+55=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8837 is #2277C8. Grayscale: #989898. Windows color (decimal): -2258889 or 3639517. OLE color: 3639517.
HSL color Cylindrical-coordinate representation of color #DD8837: hue angle of 29.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8837 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 55 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.13 |
| HSL | 29.28º | 0.71% | 0.54% | - |
| HSV(B) | 29.28º | 0.75% | 0.87% | - |
| XYZ | 39.31 | 33.26 | 7.96 | - |
| YUV | 152.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 55 | 0 | 0.38 | 0.75 | 0.13 | 29.28 | 0.71 | 0.54 |
| Hex | DD | 88 | 37 | 0 | 26 | 4B | D | 1D | 47 | 36 |
| Octal | 335 | 210 | 67 | 0 | 46 | 113 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10001000 | 110111 | 0 | 100110 | 1001011 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8837
Complementary color
Monochromatic Colors of #DD8837
Black with #DD8837
Text Example
Text Example
White with #DD8837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8837; }
p { color: rgb(221,136,55); }
H1.HeaderClassName
{
color: #DD8837;
}
.AnyTagClassName
{
color: #DD8837;
}
</style>
background-color css
<style>
a { background-color: #DD8837; }
a { background-color: rgb(221,136,55); }
div.DivClassName
{
background-color: #DD8837;
}
.BgClassName
{
background-color: #DD8837;
}
</style>
border-color css
<style>
span { border-color: #DD8837; }
span { border-color: rgb(221,136,55); }
td.TdClassName
{
border-color: #DD8837;
}
.TagClassName
{
border-color: #DD8837;
}
</style>