Shades of Tree Poppy #DD8644
Tints of Tree Poppy #DD8644
RGB
CMYK
RGB Variations
Color information
#DD8644 (or 0xDD8644) is known color: Tree Poppy. HEX triplet: DD, 86 and 44. RGB value is (221,134,68). Sum of RGB (Red+Green+Blue) = 221+134+68=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8644 is #2279BB. Grayscale: #989898. Windows color (decimal): -2259388 or 4490973. OLE color: 4490973.
HSL color Cylindrical-coordinate representation of color #DD8644: hue angle of 25.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD8644 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 68 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.13 |
| HSL | 25.88º | 0.69% | 0.57% | - |
| HSV(B) | 25.88º | 0.69% | 0.87% | - |
| XYZ | 39.39 | 32.84 | 9.73 | - |
| YUV | 152.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 68 | 0 | 0.39 | 0.69 | 0.13 | 25.88 | 0.69 | 0.57 |
| Hex | DD | 86 | 44 | 0 | 27 | 45 | D | 1A | 45 | 39 |
| Octal | 335 | 206 | 104 | 0 | 47 | 105 | 15 | 32 | 105 | 71 |
| Binary | 11011101 | 10000110 | 1000100 | 0 | 100111 | 1000101 | 1101 | 11010 | 1000101 | 111001 |
Color Harmonies of #DD8644
Complementary color
Monochromatic Colors of #DD8644
Black with #DD8644
Text Example
Text Example
White with #DD8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8644; }
p { color: rgb(221,134,68); }
H1.HeaderClassName
{
color: #DD8644;
}
.AnyTagClassName
{
color: #DD8644;
}
</style>
background-color css
<style>
a { background-color: #DD8644; }
a { background-color: rgb(221,134,68); }
div.DivClassName
{
background-color: #DD8644;
}
.BgClassName
{
background-color: #DD8644;
}
</style>
border-color css
<style>
span { border-color: #DD8644; }
span { border-color: rgb(221,134,68); }
td.TdClassName
{
border-color: #DD8644;
}
.TagClassName
{
border-color: #DD8644;
}
</style>