Shades of Tree Poppy #DD8441
Tints of Tree Poppy #DD8441
RGB
CMYK
RGB Variations
Color information
#DD8441 (or 0xDD8441) is known color: Tree Poppy. HEX triplet: DD, 84 and 41. RGB value is (221,132,65). Sum of RGB (Red+Green+Blue) = 221+132+65=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8441 is #227BBE. Grayscale: #979797. Windows color (decimal): -2259903 or 4293853. OLE color: 4293853.
HSL color Cylindrical-coordinate representation of color #DD8441: hue angle of 25.77º 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 #DD8441 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 65 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.13 |
| HSL | 25.77º | 0.7% | 0.56% | - |
| HSV(B) | 25.77º | 0.71% | 0.87% | - |
| XYZ | 39.02 | 32.26 | 9.17 | - |
| YUV | 150.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 65 | 0 | 0.40 | 0.71 | 0.13 | 25.77 | 0.7 | 0.56 |
| Hex | DD | 84 | 41 | 0 | 28 | 47 | D | 1A | 46 | 38 |
| Octal | 335 | 204 | 101 | 0 | 50 | 107 | 15 | 32 | 106 | 70 |
| Binary | 11011101 | 10000100 | 1000001 | 0 | 101000 | 1000111 | 1101 | 11010 | 1000110 | 111000 |
Color Harmonies of #DD8441
Complementary color
Monochromatic Colors of #DD8441
Black with #DD8441
Text Example
Text Example
White with #DD8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8441; }
p { color: rgb(221,132,65); }
H1.HeaderClassName
{
color: #DD8441;
}
.AnyTagClassName
{
color: #DD8441;
}
</style>
background-color css
<style>
a { background-color: #DD8441; }
a { background-color: rgb(221,132,65); }
div.DivClassName
{
background-color: #DD8441;
}
.BgClassName
{
background-color: #DD8441;
}
</style>
border-color css
<style>
span { border-color: #DD8441; }
span { border-color: rgb(221,132,65); }
td.TdClassName
{
border-color: #DD8441;
}
.TagClassName
{
border-color: #DD8441;
}
</style>