Shades of Tree Poppy #DD8843
Tints of Tree Poppy #DD8843
RGB
CMYK
RGB Variations
Color information
#DD8843 (or 0xDD8843) is known color: Tree Poppy. HEX triplet: DD, 88 and 43. RGB value is (221,136,67). Sum of RGB (Red+Green+Blue) = 221+136+67=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8843 is #2277BC. Grayscale: #999999. Windows color (decimal): -2258877 or 4425949. OLE color: 4425949.
HSL color Cylindrical-coordinate representation of color #DD8843: hue angle of 26.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8843 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 67 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.13 |
| HSL | 26.88º | 0.69% | 0.56% | - |
| HSV(B) | 26.88º | 0.7% | 0.87% | - |
| XYZ | 39.64 | 33.39 | 9.67 | - |
| YUV | 153.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 67 | 0 | 0.38 | 0.70 | 0.13 | 26.88 | 0.69 | 0.56 |
| Hex | DD | 88 | 43 | 0 | 26 | 46 | D | 1B | 45 | 38 |
| Octal | 335 | 210 | 103 | 0 | 46 | 106 | 15 | 33 | 105 | 70 |
| Binary | 11011101 | 10001000 | 1000011 | 0 | 100110 | 1000110 | 1101 | 11011 | 1000101 | 111000 |
Color Harmonies of #DD8843
Complementary color
Monochromatic Colors of #DD8843
Black with #DD8843
Text Example
Text Example
White with #DD8843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8843; }
p { color: rgb(221,136,67); }
H1.HeaderClassName
{
color: #DD8843;
}
.AnyTagClassName
{
color: #DD8843;
}
</style>
background-color css
<style>
a { background-color: #DD8843; }
a { background-color: rgb(221,136,67); }
div.DivClassName
{
background-color: #DD8843;
}
.BgClassName
{
background-color: #DD8843;
}
</style>
border-color css
<style>
span { border-color: #DD8843; }
span { border-color: rgb(221,136,67); }
td.TdClassName
{
border-color: #DD8843;
}
.TagClassName
{
border-color: #DD8843;
}
</style>