Shades of Tree Poppy #DD863B
Tints of Tree Poppy #DD863B
RGB
CMYK
RGB Variations
Color information
#DD863B (or 0xDD863B) is known color: Tree Poppy. HEX triplet: DD, 86 and 3B. RGB value is (221,134,59). Sum of RGB (Red+Green+Blue) = 221+134+59=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD863B is #2279C4. Grayscale: #979797. Windows color (decimal): -2259397 or 3901149. OLE color: 3901149.
HSL color Cylindrical-coordinate representation of color #DD863B: hue angle of 27.78º 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 #DD863B is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 59 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.13 |
| HSL | 27.78º | 0.7% | 0.55% | - |
| HSV(B) | 27.78º | 0.73% | 0.87% | - |
| XYZ | 39.13 | 32.74 | 8.39 | - |
| YUV | 151.46 | 75.82 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 59 | 0 | 0.39 | 0.73 | 0.13 | 27.78 | 0.7 | 0.55 |
| Hex | DD | 86 | 3B | 0 | 27 | 49 | D | 1C | 46 | 37 |
| Octal | 335 | 206 | 73 | 0 | 47 | 111 | 15 | 34 | 106 | 67 |
| Binary | 11011101 | 10000110 | 111011 | 0 | 100111 | 1001001 | 1101 | 11100 | 1000110 | 110111 |
Color Harmonies of #DD863B
Complementary color
Monochromatic Colors of #DD863B
Black with #DD863B
Text Example
Text Example
White with #DD863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD863B; }
p { color: rgb(221,134,59); }
H1.HeaderClassName
{
color: #DD863B;
}
.AnyTagClassName
{
color: #DD863B;
}
</style>
background-color css
<style>
a { background-color: #DD863B; }
a { background-color: rgb(221,134,59); }
div.DivClassName
{
background-color: #DD863B;
}
.BgClassName
{
background-color: #DD863B;
}
</style>
border-color css
<style>
span { border-color: #DD863B; }
span { border-color: rgb(221,134,59); }
td.TdClassName
{
border-color: #DD863B;
}
.TagClassName
{
border-color: #DD863B;
}
</style>