Shades of Tree Poppy #DD7E3E
Tints of Tree Poppy #DD7E3E
RGB
CMYK
RGB Variations
Color information
#DD7E3E (or 0xDD7E3E) is known color: Tree Poppy. HEX triplet: DD, 7E and 3E. RGB value is (221,126,62). Sum of RGB (Red+Green+Blue) = 221+126+62=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E3E is #2281C1. Grayscale: #939393. Windows color (decimal): -2261442 or 4095709. OLE color: 4095709.
HSL color Cylindrical-coordinate representation of color #DD7E3E: hue angle of 24.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD7E3E is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 62 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.13 |
| HSL | 24.15º | 0.7% | 0.55% | - |
| HSV(B) | 24.15º | 0.72% | 0.87% | - |
| XYZ | 38.15 | 30.64 | 8.46 | - |
| YUV | 147.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 62 | 0 | 0.43 | 0.72 | 0.13 | 24.15 | 0.7 | 0.55 |
| Hex | DD | 7E | 3E | 0 | 2B | 48 | D | 18 | 46 | 37 |
| Octal | 335 | 176 | 76 | 0 | 53 | 110 | 15 | 30 | 106 | 67 |
| Binary | 11011101 | 1111110 | 111110 | 0 | 101011 | 1001000 | 1101 | 11000 | 1000110 | 110111 |
Color Harmonies of #DD7E3E
Complementary color
Monochromatic Colors of #DD7E3E
Black with #DD7E3E
Text Example
Text Example
White with #DD7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E3E; }
p { color: rgb(221,126,62); }
H1.HeaderClassName
{
color: #DD7E3E;
}
.AnyTagClassName
{
color: #DD7E3E;
}
</style>
background-color css
<style>
a { background-color: #DD7E3E; }
a { background-color: rgb(221,126,62); }
div.DivClassName
{
background-color: #DD7E3E;
}
.BgClassName
{
background-color: #DD7E3E;
}
</style>
border-color css
<style>
span { border-color: #DD7E3E; }
span { border-color: rgb(221,126,62); }
td.TdClassName
{
border-color: #DD7E3E;
}
.TagClassName
{
border-color: #DD7E3E;
}
</style>