Shades of Tree Poppy #DD853C
Tints of Tree Poppy #DD853C
RGB
CMYK
RGB Variations
Color information
#DD853C (or 0xDD853C) is known color: Tree Poppy. HEX triplet: DD, 85 and 3C. RGB value is (221,133,60). Sum of RGB (Red+Green+Blue) = 221+133+60=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD853C is #227AC3. Grayscale: #979797. Windows color (decimal): -2259652 or 3966429. OLE color: 3966429.
HSL color Cylindrical-coordinate representation of color #DD853C: hue angle of 27.2º 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 #DD853C is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 60 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.13 |
| HSL | 27.2º | 0.7% | 0.55% | - |
| HSV(B) | 27.2º | 0.73% | 0.87% | - |
| XYZ | 39.02 | 32.47 | 8.49 | - |
| YUV | 150.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 60 | 0 | 0.40 | 0.73 | 0.13 | 27.2 | 0.7 | 0.55 |
| Hex | DD | 85 | 3C | 0 | 28 | 49 | D | 1B | 46 | 37 |
| Octal | 335 | 205 | 74 | 0 | 50 | 111 | 15 | 33 | 106 | 67 |
| Binary | 11011101 | 10000101 | 111100 | 0 | 101000 | 1001001 | 1101 | 11011 | 1000110 | 110111 |
Color Harmonies of #DD853C
Complementary color
Monochromatic Colors of #DD853C
Black with #DD853C
Text Example
Text Example
White with #DD853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD853C; }
p { color: rgb(221,133,60); }
H1.HeaderClassName
{
color: #DD853C;
}
.AnyTagClassName
{
color: #DD853C;
}
</style>
background-color css
<style>
a { background-color: #DD853C; }
a { background-color: rgb(221,133,60); }
div.DivClassName
{
background-color: #DD853C;
}
.BgClassName
{
background-color: #DD853C;
}
</style>
border-color css
<style>
span { border-color: #DD853C; }
span { border-color: rgb(221,133,60); }
td.TdClassName
{
border-color: #DD853C;
}
.TagClassName
{
border-color: #DD853C;
}
</style>