Shades of Tree Poppy #DD8038
Tints of Tree Poppy #DD8038
RGB
CMYK
RGB Variations
Color information
#DD8038 (or 0xDD8038) is known color: Tree Poppy. HEX triplet: DD, 80 and 38. RGB value is (221,128,56). Sum of RGB (Red+Green+Blue) = 221+128+56=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8038 is #227FC7. Grayscale: #939393. Windows color (decimal): -2260936 or 3703005. OLE color: 3703005.
HSL color Cylindrical-coordinate representation of color #DD8038: hue angle of 26.18º 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 #DD8038 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 56 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.13 |
| HSL | 26.18º | 0.71% | 0.54% | - |
| HSV(B) | 26.18º | 0.75% | 0.87% | - |
| XYZ | 38.25 | 31.1 | 7.73 | - |
| YUV | 147.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 56 | 0 | 0.42 | 0.75 | 0.13 | 26.18 | 0.71 | 0.54 |
| Hex | DD | 80 | 38 | 0 | 2A | 4B | D | 1A | 47 | 36 |
| Octal | 335 | 200 | 70 | 0 | 52 | 113 | 15 | 32 | 107 | 66 |
| Binary | 11011101 | 10000000 | 111000 | 0 | 101010 | 1001011 | 1101 | 11010 | 1000111 | 110110 |
Color Harmonies of #DD8038
Complementary color
Monochromatic Colors of #DD8038
Black with #DD8038
Text Example
Text Example
White with #DD8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8038; }
p { color: rgb(221,128,56); }
H1.HeaderClassName
{
color: #DD8038;
}
.AnyTagClassName
{
color: #DD8038;
}
</style>
background-color css
<style>
a { background-color: #DD8038; }
a { background-color: rgb(221,128,56); }
div.DivClassName
{
background-color: #DD8038;
}
.BgClassName
{
background-color: #DD8038;
}
</style>
border-color css
<style>
span { border-color: #DD8038; }
span { border-color: rgb(221,128,56); }
td.TdClassName
{
border-color: #DD8038;
}
.TagClassName
{
border-color: #DD8038;
}
</style>