Shades of Tree Poppy #DD883E
Tints of Tree Poppy #DD883E
RGB
CMYK
RGB Variations
Color information
#DD883E (or 0xDD883E) is known color: Tree Poppy. HEX triplet: DD, 88 and 3E. RGB value is (221,136,62). Sum of RGB (Red+Green+Blue) = 221+136+62=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD883E is #2277C1. Grayscale: #999999. Windows color (decimal): -2258882 or 4098269. OLE color: 4098269.
HSL color Cylindrical-coordinate representation of color #DD883E: hue angle of 27.92º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD883E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 27.92º | 0.7% | 0.55% | - |
| HSV(B) | 27.92º | 0.72% | 0.87% | - |
| XYZ | 39.49 | 33.33 | 8.91 | - |
| YUV | 152.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 62 | 0 | 0.38 | 0.72 | 0.13 | 27.92 | 0.7 | 0.55 |
| Hex | DD | 88 | 3E | 0 | 26 | 48 | D | 1C | 46 | 37 |
| Octal | 335 | 210 | 76 | 0 | 46 | 110 | 15 | 34 | 106 | 67 |
| Binary | 11011101 | 10001000 | 111110 | 0 | 100110 | 1001000 | 1101 | 11100 | 1000110 | 110111 |
Color Harmonies of #DD883E
Complementary color
Monochromatic Colors of #DD883E
Black with #DD883E
Text Example
Text Example
White with #DD883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD883E; }
p { color: rgb(221,136,62); }
H1.HeaderClassName
{
color: #DD883E;
}
.AnyTagClassName
{
color: #DD883E;
}
</style>
background-color css
<style>
a { background-color: #DD883E; }
a { background-color: rgb(221,136,62); }
div.DivClassName
{
background-color: #DD883E;
}
.BgClassName
{
background-color: #DD883E;
}
</style>
border-color css
<style>
span { border-color: #DD883E; }
span { border-color: rgb(221,136,62); }
td.TdClassName
{
border-color: #DD883E;
}
.TagClassName
{
border-color: #DD883E;
}
</style>