Shades of Tree Poppy #DD8544
Tints of Tree Poppy #DD8544
RGB
CMYK
RGB Variations
Color information
#DD8544 (or 0xDD8544) is known color: Tree Poppy. HEX triplet: DD, 85 and 44. RGB value is (221,133,68). Sum of RGB (Red+Green+Blue) = 221+133+68=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8544 is #227ABB. Grayscale: #989898. Windows color (decimal): -2259644 or 4490717. OLE color: 4490717.
HSL color Cylindrical-coordinate representation of color #DD8544: hue angle of 25.49º 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 #DD8544 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 68 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.13 |
| HSL | 25.49º | 0.69% | 0.57% | - |
| HSV(B) | 25.49º | 0.69% | 0.87% | - |
| XYZ | 39.25 | 32.56 | 9.69 | - |
| YUV | 151.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 68 | 0 | 0.40 | 0.69 | 0.13 | 25.49 | 0.69 | 0.57 |
| Hex | DD | 85 | 44 | 0 | 28 | 45 | D | 19 | 45 | 39 |
| Octal | 335 | 205 | 104 | 0 | 50 | 105 | 15 | 31 | 105 | 71 |
| Binary | 11011101 | 10000101 | 1000100 | 0 | 101000 | 1000101 | 1101 | 11001 | 1000101 | 111001 |
Color Harmonies of #DD8544
Complementary color
Monochromatic Colors of #DD8544
Black with #DD8544
Text Example
Text Example
White with #DD8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8544; }
p { color: rgb(221,133,68); }
H1.HeaderClassName
{
color: #DD8544;
}
.AnyTagClassName
{
color: #DD8544;
}
</style>
background-color css
<style>
a { background-color: #DD8544; }
a { background-color: rgb(221,133,68); }
div.DivClassName
{
background-color: #DD8544;
}
.BgClassName
{
background-color: #DD8544;
}
</style>
border-color css
<style>
span { border-color: #DD8544; }
span { border-color: rgb(221,133,68); }
td.TdClassName
{
border-color: #DD8544;
}
.TagClassName
{
border-color: #DD8544;
}
</style>