Shades of Tree Poppy #DD7E41
Tints of Tree Poppy #DD7E41
RGB
CMYK
RGB Variations
Color information
#DD7E41 (or 0xDD7E41) is known color: Tree Poppy. HEX triplet: DD, 7E and 41. RGB value is (221,126,65). Sum of RGB (Red+Green+Blue) = 221+126+65=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E41 is #2281BE. Grayscale: #939393. Windows color (decimal): -2261439 or 4292317. OLE color: 4292317.
HSL color Cylindrical-coordinate representation of color #DD7E41: hue angle of 23.46º 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 #DD7E41 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 65 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.13 |
| HSL | 23.46º | 0.7% | 0.56% | - |
| HSV(B) | 23.46º | 0.71% | 0.87% | - |
| XYZ | 38.23 | 30.68 | 8.91 | - |
| YUV | 147.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 65 | 0 | 0.43 | 0.71 | 0.13 | 23.46 | 0.7 | 0.56 |
| Hex | DD | 7E | 41 | 0 | 2B | 47 | D | 17 | 46 | 38 |
| Octal | 335 | 176 | 101 | 0 | 53 | 107 | 15 | 27 | 106 | 70 |
| Binary | 11011101 | 1111110 | 1000001 | 0 | 101011 | 1000111 | 1101 | 10111 | 1000110 | 111000 |
Color Harmonies of #DD7E41
Complementary color
Monochromatic Colors of #DD7E41
Black with #DD7E41
Text Example
Text Example
White with #DD7E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E41; }
p { color: rgb(221,126,65); }
H1.HeaderClassName
{
color: #DD7E41;
}
.AnyTagClassName
{
color: #DD7E41;
}
</style>
background-color css
<style>
a { background-color: #DD7E41; }
a { background-color: rgb(221,126,65); }
div.DivClassName
{
background-color: #DD7E41;
}
.BgClassName
{
background-color: #DD7E41;
}
</style>
border-color css
<style>
span { border-color: #DD7E41; }
span { border-color: rgb(221,126,65); }
td.TdClassName
{
border-color: #DD7E41;
}
.TagClassName
{
border-color: #DD7E41;
}
</style>