Shades of Tree Poppy #DD8137
Tints of Tree Poppy #DD8137
RGB
CMYK
RGB Variations
Color information
#DD8137 (or 0xDD8137) is known color: Tree Poppy. HEX triplet: DD, 81 and 37. RGB value is (221,129,55). Sum of RGB (Red+Green+Blue) = 221+129+55=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8137 is #227EC8. Grayscale: #949494. Windows color (decimal): -2260681 or 3637725. OLE color: 3637725.
HSL color Cylindrical-coordinate representation of color #DD8137: hue angle of 26.75º 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 #DD8137 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 55 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.13 |
| HSL | 26.75º | 0.71% | 0.54% | - |
| HSV(B) | 26.75º | 0.75% | 0.87% | - |
| XYZ | 38.36 | 31.35 | 7.64 | - |
| YUV | 148.07 | 75.48 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 55 | 0 | 0.42 | 0.75 | 0.13 | 26.75 | 0.71 | 0.54 |
| Hex | DD | 81 | 37 | 0 | 2A | 4B | D | 1B | 47 | 36 |
| Octal | 335 | 201 | 67 | 0 | 52 | 113 | 15 | 33 | 107 | 66 |
| Binary | 11011101 | 10000001 | 110111 | 0 | 101010 | 1001011 | 1101 | 11011 | 1000111 | 110110 |
Color Harmonies of #DD8137
Complementary color
Monochromatic Colors of #DD8137
Black with #DD8137
Text Example
Text Example
White with #DD8137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8137; }
p { color: rgb(221,129,55); }
H1.HeaderClassName
{
color: #DD8137;
}
.AnyTagClassName
{
color: #DD8137;
}
</style>
background-color css
<style>
a { background-color: #DD8137; }
a { background-color: rgb(221,129,55); }
div.DivClassName
{
background-color: #DD8137;
}
.BgClassName
{
background-color: #DD8137;
}
</style>
border-color css
<style>
span { border-color: #DD8137; }
span { border-color: rgb(221,129,55); }
td.TdClassName
{
border-color: #DD8137;
}
.TagClassName
{
border-color: #DD8137;
}
</style>