Shades of Tree Poppy #DD8737
Tints of Tree Poppy #DD8737
RGB
CMYK
RGB Variations
Color information
#DD8737 (or 0xDD8737) is known color: Tree Poppy. HEX triplet: DD, 87 and 37. RGB value is (221,135,55). Sum of RGB (Red+Green+Blue) = 221+135+55=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8737 is #2278C8. Grayscale: #989898. Windows color (decimal): -2259145 or 3639261. OLE color: 3639261.
HSL color Cylindrical-coordinate representation of color #DD8737: hue angle of 28.92º 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 #DD8737 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 55 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.13 |
| HSL | 28.92º | 0.71% | 0.54% | - |
| HSV(B) | 28.92º | 0.75% | 0.87% | - |
| XYZ | 39.17 | 32.98 | 7.91 | - |
| YUV | 151.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 55 | 0 | 0.39 | 0.75 | 0.13 | 28.92 | 0.71 | 0.54 |
| Hex | DD | 87 | 37 | 0 | 27 | 4B | D | 1D | 47 | 36 |
| Octal | 335 | 207 | 67 | 0 | 47 | 113 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10000111 | 110111 | 0 | 100111 | 1001011 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8737
Complementary color
Monochromatic Colors of #DD8737
Black with #DD8737
Text Example
Text Example
White with #DD8737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8737; }
p { color: rgb(221,135,55); }
H1.HeaderClassName
{
color: #DD8737;
}
.AnyTagClassName
{
color: #DD8737;
}
</style>
background-color css
<style>
a { background-color: #DD8737; }
a { background-color: rgb(221,135,55); }
div.DivClassName
{
background-color: #DD8737;
}
.BgClassName
{
background-color: #DD8737;
}
</style>
border-color css
<style>
span { border-color: #DD8737; }
span { border-color: rgb(221,135,55); }
td.TdClassName
{
border-color: #DD8737;
}
.TagClassName
{
border-color: #DD8737;
}
</style>