Shades of Tree Poppy #DD7838
Tints of Tree Poppy #DD7838
RGB
CMYK
RGB Variations
Color information
#DD7838 (or 0xDD7838) is known color: Tree Poppy. HEX triplet: DD, 78 and 38. RGB value is (221,120,56). Sum of RGB (Red+Green+Blue) = 221+120+56=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7838 is #2287C7. Grayscale: #8F8F8F. Windows color (decimal): -2262984 or 3700957. OLE color: 3700957.
HSL color Cylindrical-coordinate representation of color #DD7838: hue angle of 23.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD7838 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 56 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.13 |
| HSL | 23.27º | 0.71% | 0.54% | - |
| HSV(B) | 23.27º | 0.75% | 0.87% | - |
| XYZ | 37.25 | 29.09 | 7.39 | - |
| YUV | 142.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 56 | 0 | 0.46 | 0.75 | 0.13 | 23.27 | 0.71 | 0.54 |
| Hex | DD | 78 | 38 | 0 | 2E | 4B | D | 17 | 47 | 36 |
| Octal | 335 | 170 | 70 | 0 | 56 | 113 | 15 | 27 | 107 | 66 |
| Binary | 11011101 | 1111000 | 111000 | 0 | 101110 | 1001011 | 1101 | 10111 | 1000111 | 110110 |
Color Harmonies of #DD7838
Complementary color
Monochromatic Colors of #DD7838
Black with #DD7838
Text Example
Text Example
White with #DD7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7838; }
p { color: rgb(221,120,56); }
H1.HeaderClassName
{
color: #DD7838;
}
.AnyTagClassName
{
color: #DD7838;
}
</style>
background-color css
<style>
a { background-color: #DD7838; }
a { background-color: rgb(221,120,56); }
div.DivClassName
{
background-color: #DD7838;
}
.BgClassName
{
background-color: #DD7838;
}
</style>
border-color css
<style>
span { border-color: #DD7838; }
span { border-color: rgb(221,120,56); }
td.TdClassName
{
border-color: #DD7838;
}
.TagClassName
{
border-color: #DD7838;
}
</style>