Shades of Tree Poppy #DD8941
Tints of Tree Poppy #DD8941
RGB
CMYK
RGB Variations
Color information
#DD8941 (or 0xDD8941) is known color: Tree Poppy. HEX triplet: DD, 89 and 41. RGB value is (221,137,65). Sum of RGB (Red+Green+Blue) = 221+137+65=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8941 is #2276BE. Grayscale: #9A9A9A. Windows color (decimal): -2258623 or 4295133. OLE color: 4295133.
HSL color Cylindrical-coordinate representation of color #DD8941: hue angle of 27.69º 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 #DD8941 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 65 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.13 |
| HSL | 27.69º | 0.7% | 0.56% | - |
| HSV(B) | 27.69º | 0.71% | 0.87% | - |
| XYZ | 39.72 | 33.65 | 9.4 | - |
| YUV | 153.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 65 | 0 | 0.38 | 0.71 | 0.13 | 27.69 | 0.7 | 0.56 |
| Hex | DD | 89 | 41 | 0 | 26 | 47 | D | 1C | 46 | 38 |
| Octal | 335 | 211 | 101 | 0 | 46 | 107 | 15 | 34 | 106 | 70 |
| Binary | 11011101 | 10001001 | 1000001 | 0 | 100110 | 1000111 | 1101 | 11100 | 1000110 | 111000 |
Color Harmonies of #DD8941
Complementary color
Monochromatic Colors of #DD8941
Black with #DD8941
Text Example
Text Example
White with #DD8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8941; }
p { color: rgb(221,137,65); }
H1.HeaderClassName
{
color: #DD8941;
}
.AnyTagClassName
{
color: #DD8941;
}
</style>
background-color css
<style>
a { background-color: #DD8941; }
a { background-color: rgb(221,137,65); }
div.DivClassName
{
background-color: #DD8941;
}
.BgClassName
{
background-color: #DD8941;
}
</style>
border-color css
<style>
span { border-color: #DD8941; }
span { border-color: rgb(221,137,65); }
td.TdClassName
{
border-color: #DD8941;
}
.TagClassName
{
border-color: #DD8941;
}
</style>