Shades of Tree Poppy #DD8838
Tints of Tree Poppy #DD8838
RGB
CMYK
RGB Variations
Color information
#DD8838 (or 0xDD8838) is known color: Tree Poppy. HEX triplet: DD, 88 and 38. RGB value is (221,136,56). Sum of RGB (Red+Green+Blue) = 221+136+56=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8838 is #2277C7. Grayscale: #989898. Windows color (decimal): -2258888 or 3705053. OLE color: 3705053.
HSL color Cylindrical-coordinate representation of color #DD8838: hue angle of 29.09º 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 #DD8838 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 56 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.13 |
| HSL | 29.09º | 0.71% | 0.54% | - |
| HSV(B) | 29.09º | 0.75% | 0.87% | - |
| XYZ | 39.34 | 33.27 | 8.09 | - |
| YUV | 152.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 56 | 0 | 0.38 | 0.75 | 0.13 | 29.09 | 0.71 | 0.54 |
| Hex | DD | 88 | 38 | 0 | 26 | 4B | D | 1D | 47 | 36 |
| Octal | 335 | 210 | 70 | 0 | 46 | 113 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10001000 | 111000 | 0 | 100110 | 1001011 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8838
Complementary color
Monochromatic Colors of #DD8838
Black with #DD8838
Text Example
Text Example
White with #DD8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8838; }
p { color: rgb(221,136,56); }
H1.HeaderClassName
{
color: #DD8838;
}
.AnyTagClassName
{
color: #DD8838;
}
</style>
background-color css
<style>
a { background-color: #DD8838; }
a { background-color: rgb(221,136,56); }
div.DivClassName
{
background-color: #DD8838;
}
.BgClassName
{
background-color: #DD8838;
}
</style>
border-color css
<style>
span { border-color: #DD8838; }
span { border-color: rgb(221,136,56); }
td.TdClassName
{
border-color: #DD8838;
}
.TagClassName
{
border-color: #DD8838;
}
</style>