Shades of Tree Poppy #DD8938
Tints of Tree Poppy #DD8938
RGB
CMYK
RGB Variations
Color information
#DD8938 (or 0xDD8938) is known color: Tree Poppy. HEX triplet: DD, 89 and 38. RGB value is (221,137,56). Sum of RGB (Red+Green+Blue) = 221+137+56=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8938 is #2276C7. Grayscale: #999999. Windows color (decimal): -2258632 or 3705309. OLE color: 3705309.
HSL color Cylindrical-coordinate representation of color #DD8938: hue angle of 29.45º 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 #DD8938 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 56 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.13 |
| HSL | 29.45º | 0.71% | 0.54% | - |
| HSV(B) | 29.45º | 0.75% | 0.87% | - |
| XYZ | 39.48 | 33.55 | 8.14 | - |
| YUV | 152.88 | 73.33 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 56 | 0 | 0.38 | 0.75 | 0.13 | 29.45 | 0.71 | 0.54 |
| Hex | DD | 89 | 38 | 0 | 26 | 4B | D | 1D | 47 | 36 |
| Octal | 335 | 211 | 70 | 0 | 46 | 113 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10001001 | 111000 | 0 | 100110 | 1001011 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8938
Complementary color
Monochromatic Colors of #DD8938
Black with #DD8938
Text Example
Text Example
White with #DD8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8938; }
p { color: rgb(221,137,56); }
H1.HeaderClassName
{
color: #DD8938;
}
.AnyTagClassName
{
color: #DD8938;
}
</style>
background-color css
<style>
a { background-color: #DD8938; }
a { background-color: rgb(221,137,56); }
div.DivClassName
{
background-color: #DD8938;
}
.BgClassName
{
background-color: #DD8938;
}
</style>
border-color css
<style>
span { border-color: #DD8938; }
span { border-color: rgb(221,137,56); }
td.TdClassName
{
border-color: #DD8938;
}
.TagClassName
{
border-color: #DD8938;
}
</style>