Shades of Tree Poppy #DD8841
Tints of Tree Poppy #DD8841
RGB
CMYK
RGB Variations
Color information
#DD8841 (or 0xDD8841) is known color: Tree Poppy. HEX triplet: DD, 88 and 41. RGB value is (221,136,65). Sum of RGB (Red+Green+Blue) = 221+136+65=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8841 is #2277BE. Grayscale: #999999. Windows color (decimal): -2258879 or 4294877. OLE color: 4294877.
HSL color Cylindrical-coordinate representation of color #DD8841: hue angle of 27.31º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD8841 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 65 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.13 |
| HSL | 27.31º | 0.7% | 0.56% | - |
| HSV(B) | 27.31º | 0.71% | 0.87% | - |
| XYZ | 39.58 | 33.36 | 9.35 | - |
| YUV | 153.32 | 78.16 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 65 | 0 | 0.38 | 0.71 | 0.13 | 27.31 | 0.7 | 0.56 |
| Hex | DD | 88 | 41 | 0 | 26 | 47 | D | 1B | 46 | 38 |
| Octal | 335 | 210 | 101 | 0 | 46 | 107 | 15 | 33 | 106 | 70 |
| Binary | 11011101 | 10001000 | 1000001 | 0 | 100110 | 1000111 | 1101 | 11011 | 1000110 | 111000 |
Color Harmonies of #DD8841
Complementary color
Monochromatic Colors of #DD8841
Black with #DD8841
Text Example
Text Example
White with #DD8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8841; }
p { color: rgb(221,136,65); }
H1.HeaderClassName
{
color: #DD8841;
}
.AnyTagClassName
{
color: #DD8841;
}
</style>
background-color css
<style>
a { background-color: #DD8841; }
a { background-color: rgb(221,136,65); }
div.DivClassName
{
background-color: #DD8841;
}
.BgClassName
{
background-color: #DD8841;
}
</style>
border-color css
<style>
span { border-color: #DD8841; }
span { border-color: rgb(221,136,65); }
td.TdClassName
{
border-color: #DD8841;
}
.TagClassName
{
border-color: #DD8841;
}
</style>