Shades of Tree Poppy #DD883F
Tints of Tree Poppy #DD883F
RGB
CMYK
RGB Variations
Color information
#DD883F (or 0xDD883F) is known color: Tree Poppy. HEX triplet: DD, 88 and 3F. RGB value is (221,136,63). Sum of RGB (Red+Green+Blue) = 221+136+63=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD883F is #2277C0. Grayscale: #999999. Windows color (decimal): -2258881 or 4163805. OLE color: 4163805.
HSL color Cylindrical-coordinate representation of color #DD883F: hue angle of 27.72º 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 #DD883F is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 63 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.13 |
| HSL | 27.72º | 0.7% | 0.56% | - |
| HSV(B) | 27.72º | 0.71% | 0.87% | - |
| XYZ | 39.52 | 33.34 | 9.05 | - |
| YUV | 153.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 63 | 0 | 0.38 | 0.71 | 0.13 | 27.72 | 0.7 | 0.56 |
| Hex | DD | 88 | 3F | 0 | 26 | 47 | D | 1C | 46 | 38 |
| Octal | 335 | 210 | 77 | 0 | 46 | 107 | 15 | 34 | 106 | 70 |
| Binary | 11011101 | 10001000 | 111111 | 0 | 100110 | 1000111 | 1101 | 11100 | 1000110 | 111000 |
Color Harmonies of #DD883F
Complementary color
Monochromatic Colors of #DD883F
Black with #DD883F
Text Example
Text Example
White with #DD883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD883F; }
p { color: rgb(221,136,63); }
H1.HeaderClassName
{
color: #DD883F;
}
.AnyTagClassName
{
color: #DD883F;
}
</style>
background-color css
<style>
a { background-color: #DD883F; }
a { background-color: rgb(221,136,63); }
div.DivClassName
{
background-color: #DD883F;
}
.BgClassName
{
background-color: #DD883F;
}
</style>
border-color css
<style>
span { border-color: #DD883F; }
span { border-color: rgb(221,136,63); }
td.TdClassName
{
border-color: #DD883F;
}
.TagClassName
{
border-color: #DD883F;
}
</style>