Shades of Tree Poppy #DD7E3B
Tints of Tree Poppy #DD7E3B
RGB
CMYK
RGB Variations
Color information
#DD7E3B (or 0xDD7E3B) is known color: Tree Poppy. HEX triplet: DD, 7E and 3B. RGB value is (221,126,59). Sum of RGB (Red+Green+Blue) = 221+126+59=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E3B is #2281C4. Grayscale: #939393. Windows color (decimal): -2261445 or 3899101. OLE color: 3899101.
HSL color Cylindrical-coordinate representation of color #DD7E3B: hue angle of 24.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD7E3B is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 59 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.13 |
| HSL | 24.81º | 0.7% | 0.55% | - |
| HSV(B) | 24.81º | 0.73% | 0.87% | - |
| XYZ | 38.07 | 30.61 | 8.04 | - |
| YUV | 146.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 59 | 0 | 0.43 | 0.73 | 0.13 | 24.81 | 0.7 | 0.55 |
| Hex | DD | 7E | 3B | 0 | 2B | 49 | D | 19 | 46 | 37 |
| Octal | 335 | 176 | 73 | 0 | 53 | 111 | 15 | 31 | 106 | 67 |
| Binary | 11011101 | 1111110 | 111011 | 0 | 101011 | 1001001 | 1101 | 11001 | 1000110 | 110111 |
Color Harmonies of #DD7E3B
Complementary color
Monochromatic Colors of #DD7E3B
Black with #DD7E3B
Text Example
Text Example
White with #DD7E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E3B; }
p { color: rgb(221,126,59); }
H1.HeaderClassName
{
color: #DD7E3B;
}
.AnyTagClassName
{
color: #DD7E3B;
}
</style>
background-color css
<style>
a { background-color: #DD7E3B; }
a { background-color: rgb(221,126,59); }
div.DivClassName
{
background-color: #DD7E3B;
}
.BgClassName
{
background-color: #DD7E3B;
}
</style>
border-color css
<style>
span { border-color: #DD7E3B; }
span { border-color: rgb(221,126,59); }
td.TdClassName
{
border-color: #DD7E3B;
}
.TagClassName
{
border-color: #DD7E3B;
}
</style>