Shades of Tree Poppy #DD863A
Tints of Tree Poppy #DD863A
RGB
CMYK
RGB Variations
Color information
#DD863A (or 0xDD863A) is known color: Tree Poppy. HEX triplet: DD, 86 and 3A. RGB value is (221,134,58). Sum of RGB (Red+Green+Blue) = 221+134+58=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD863A is #2279C5. Grayscale: #979797. Windows color (decimal): -2259398 or 3835613. OLE color: 3835613.
HSL color Cylindrical-coordinate representation of color #DD863A: hue angle of 27.98º 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 #DD863A is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 58 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.13 |
| HSL | 27.98º | 0.71% | 0.55% | - |
| HSV(B) | 27.98º | 0.74% | 0.87% | - |
| XYZ | 39.11 | 32.73 | 8.26 | - |
| YUV | 151.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 58 | 0 | 0.39 | 0.74 | 0.13 | 27.98 | 0.71 | 0.55 |
| Hex | DD | 86 | 3A | 0 | 27 | 4A | D | 1C | 47 | 37 |
| Octal | 335 | 206 | 72 | 0 | 47 | 112 | 15 | 34 | 107 | 67 |
| Binary | 11011101 | 10000110 | 111010 | 0 | 100111 | 1001010 | 1101 | 11100 | 1000111 | 110111 |
Color Harmonies of #DD863A
Complementary color
Monochromatic Colors of #DD863A
Black with #DD863A
Text Example
Text Example
White with #DD863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD863A; }
p { color: rgb(221,134,58); }
H1.HeaderClassName
{
color: #DD863A;
}
.AnyTagClassName
{
color: #DD863A;
}
</style>
background-color css
<style>
a { background-color: #DD863A; }
a { background-color: rgb(221,134,58); }
div.DivClassName
{
background-color: #DD863A;
}
.BgClassName
{
background-color: #DD863A;
}
</style>
border-color css
<style>
span { border-color: #DD863A; }
span { border-color: rgb(221,134,58); }
td.TdClassName
{
border-color: #DD863A;
}
.TagClassName
{
border-color: #DD863A;
}
</style>