Shades of Tree Poppy #DD7C3E
Tints of Tree Poppy #DD7C3E
RGB
CMYK
RGB Variations
Color information
#DD7C3E (or 0xDD7C3E) is known color: Tree Poppy. HEX triplet: DD, 7C and 3E. RGB value is (221,124,62). Sum of RGB (Red+Green+Blue) = 221+124+62=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C3E is #2283C1. Grayscale: #929292. Windows color (decimal): -2261954 or 4095197. OLE color: 4095197.
HSL color Cylindrical-coordinate representation of color #DD7C3E: hue angle of 23.4º 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 #DD7C3E is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 62 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.13 |
| HSL | 23.4º | 0.7% | 0.55% | - |
| HSV(B) | 23.4º | 0.72% | 0.87% | - |
| XYZ | 37.9 | 30.14 | 8.38 | - |
| YUV | 145.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 62 | 0 | 0.44 | 0.72 | 0.13 | 23.4 | 0.7 | 0.55 |
| Hex | DD | 7C | 3E | 0 | 2C | 48 | D | 17 | 46 | 37 |
| Octal | 335 | 174 | 76 | 0 | 54 | 110 | 15 | 27 | 106 | 67 |
| Binary | 11011101 | 1111100 | 111110 | 0 | 101100 | 1001000 | 1101 | 10111 | 1000110 | 110111 |
Color Harmonies of #DD7C3E
Complementary color
Monochromatic Colors of #DD7C3E
Black with #DD7C3E
Text Example
Text Example
White with #DD7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C3E; }
p { color: rgb(221,124,62); }
H1.HeaderClassName
{
color: #DD7C3E;
}
.AnyTagClassName
{
color: #DD7C3E;
}
</style>
background-color css
<style>
a { background-color: #DD7C3E; }
a { background-color: rgb(221,124,62); }
div.DivClassName
{
background-color: #DD7C3E;
}
.BgClassName
{
background-color: #DD7C3E;
}
</style>
border-color css
<style>
span { border-color: #DD7C3E; }
span { border-color: rgb(221,124,62); }
td.TdClassName
{
border-color: #DD7C3E;
}
.TagClassName
{
border-color: #DD7C3E;
}
</style>