Shades of Tree Poppy #DD8637
Tints of Tree Poppy #DD8637
RGB
CMYK
RGB Variations
Color information
#DD8637 (or 0xDD8637) is known color: Tree Poppy. HEX triplet: DD, 86 and 37. RGB value is (221,134,55). Sum of RGB (Red+Green+Blue) = 221+134+55=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8637 is #2279C8. Grayscale: #979797. Windows color (decimal): -2259401 or 3639005. OLE color: 3639005.
HSL color Cylindrical-coordinate representation of color #DD8637: hue angle of 28.55º 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 #DD8637 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 55 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.13 |
| HSL | 28.55º | 0.71% | 0.54% | - |
| HSV(B) | 28.55º | 0.75% | 0.87% | - |
| XYZ | 39.03 | 32.7 | 7.87 | - |
| YUV | 151.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 55 | 0 | 0.39 | 0.75 | 0.13 | 28.55 | 0.71 | 0.54 |
| Hex | DD | 86 | 37 | 0 | 27 | 4B | D | 1D | 47 | 36 |
| Octal | 335 | 206 | 67 | 0 | 47 | 113 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10000110 | 110111 | 0 | 100111 | 1001011 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8637
Complementary color
Monochromatic Colors of #DD8637
Black with #DD8637
Text Example
Text Example
White with #DD8637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8637; }
p { color: rgb(221,134,55); }
H1.HeaderClassName
{
color: #DD8637;
}
.AnyTagClassName
{
color: #DD8637;
}
</style>
background-color css
<style>
a { background-color: #DD8637; }
a { background-color: rgb(221,134,55); }
div.DivClassName
{
background-color: #DD8637;
}
.BgClassName
{
background-color: #DD8637;
}
</style>
border-color css
<style>
span { border-color: #DD8637; }
span { border-color: rgb(221,134,55); }
td.TdClassName
{
border-color: #DD8637;
}
.TagClassName
{
border-color: #DD8637;
}
</style>