Shades of Tree Poppy #DD853E
Tints of Tree Poppy #DD853E
RGB
CMYK
RGB Variations
Color information
#DD853E (or 0xDD853E) is known color: Tree Poppy. HEX triplet: DD, 85 and 3E. RGB value is (221,133,62). Sum of RGB (Red+Green+Blue) = 221+133+62=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD853E is #227AC1. Grayscale: #979797. Windows color (decimal): -2259650 or 4097501. OLE color: 4097501.
HSL color Cylindrical-coordinate representation of color #DD853E: hue angle of 26.79º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD853E is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 62 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.13 |
| HSL | 26.79º | 0.7% | 0.55% | - |
| HSV(B) | 26.79º | 0.72% | 0.87% | - |
| XYZ | 39.08 | 32.5 | 8.77 | - |
| YUV | 151.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 62 | 0 | 0.40 | 0.72 | 0.13 | 26.79 | 0.7 | 0.55 |
| Hex | DD | 85 | 3E | 0 | 28 | 48 | D | 1B | 46 | 37 |
| Octal | 335 | 205 | 76 | 0 | 50 | 110 | 15 | 33 | 106 | 67 |
| Binary | 11011101 | 10000101 | 111110 | 0 | 101000 | 1001000 | 1101 | 11011 | 1000110 | 110111 |
Color Harmonies of #DD853E
Complementary color
Monochromatic Colors of #DD853E
Black with #DD853E
Text Example
Text Example
White with #DD853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD853E; }
p { color: rgb(221,133,62); }
H1.HeaderClassName
{
color: #DD853E;
}
.AnyTagClassName
{
color: #DD853E;
}
</style>
background-color css
<style>
a { background-color: #DD853E; }
a { background-color: rgb(221,133,62); }
div.DivClassName
{
background-color: #DD853E;
}
.BgClassName
{
background-color: #DD853E;
}
</style>
border-color css
<style>
span { border-color: #DD853E; }
span { border-color: rgb(221,133,62); }
td.TdClassName
{
border-color: #DD853E;
}
.TagClassName
{
border-color: #DD853E;
}
</style>