Shades of Tree Poppy #DD8639
Tints of Tree Poppy #DD8639
RGB
CMYK
RGB Variations
Color information
#DD8639 (or 0xDD8639) is known color: Tree Poppy. HEX triplet: DD, 86 and 39. RGB value is (221,134,57). Sum of RGB (Red+Green+Blue) = 221+134+57=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8639 is #2279C6. Grayscale: #979797. Windows color (decimal): -2259399 or 3770077. OLE color: 3770077.
HSL color Cylindrical-coordinate representation of color #DD8639: hue angle of 28.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD8639 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 57 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.13 |
| HSL | 28.17º | 0.71% | 0.55% | - |
| HSV(B) | 28.17º | 0.74% | 0.87% | - |
| XYZ | 39.08 | 32.72 | 8.13 | - |
| YUV | 151.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 57 | 0 | 0.39 | 0.74 | 0.13 | 28.17 | 0.71 | 0.55 |
| Hex | DD | 86 | 39 | 0 | 27 | 4A | D | 1C | 47 | 37 |
| Octal | 335 | 206 | 71 | 0 | 47 | 112 | 15 | 34 | 107 | 67 |
| Binary | 11011101 | 10000110 | 111001 | 0 | 100111 | 1001010 | 1101 | 11100 | 1000111 | 110111 |
Color Harmonies of #DD8639
Complementary color
Monochromatic Colors of #DD8639
Black with #DD8639
Text Example
Text Example
White with #DD8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8639; }
p { color: rgb(221,134,57); }
H1.HeaderClassName
{
color: #DD8639;
}
.AnyTagClassName
{
color: #DD8639;
}
</style>
background-color css
<style>
a { background-color: #DD8639; }
a { background-color: rgb(221,134,57); }
div.DivClassName
{
background-color: #DD8639;
}
.BgClassName
{
background-color: #DD8639;
}
</style>
border-color css
<style>
span { border-color: #DD8639; }
span { border-color: rgb(221,134,57); }
td.TdClassName
{
border-color: #DD8639;
}
.TagClassName
{
border-color: #DD8639;
}
</style>