Shades of Tree Poppy #DD842D
Tints of Tree Poppy #DD842D
RGB
CMYK
RGB Variations
Color information
#DD842D (or 0xDD842D) is known color: Tree Poppy. HEX triplet: DD, 84 and 2D. RGB value is (221,132,45). Sum of RGB (Red+Green+Blue) = 221+132+45=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842D is #227BD2. Grayscale: #959595. Windows color (decimal): -2259923 or 2983133. OLE color: 2983133.
HSL color Cylindrical-coordinate representation of color #DD842D: hue angle of 29.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD842D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 45 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.13 |
| HSL | 29.66º | 0.72% | 0.52% | - |
| HSV(B) | 29.66º | 0.8% | 0.87% | - |
| XYZ | 38.54 | 32.06 | 6.64 | - |
| YUV | 148.69 | 69.49 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 45 | 0 | 0.40 | 0.80 | 0.13 | 29.66 | 0.72 | 0.52 |
| Hex | DD | 84 | 2D | 0 | 28 | 50 | D | 1E | 48 | 34 |
| Octal | 335 | 204 | 55 | 0 | 50 | 120 | 15 | 36 | 110 | 64 |
| Binary | 11011101 | 10000100 | 101101 | 0 | 101000 | 1010000 | 1101 | 11110 | 1001000 | 110100 |
Color Harmonies of #DD842D
Complementary color
Monochromatic Colors of #DD842D
Black with #DD842D
Text Example
Text Example
White with #DD842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD842D; }
p { color: rgb(221,132,45); }
H1.HeaderClassName
{
color: #DD842D;
}
.AnyTagClassName
{
color: #DD842D;
}
</style>
background-color css
<style>
a { background-color: #DD842D; }
a { background-color: rgb(221,132,45); }
div.DivClassName
{
background-color: #DD842D;
}
.BgClassName
{
background-color: #DD842D;
}
</style>
border-color css
<style>
span { border-color: #DD842D; }
span { border-color: rgb(221,132,45); }
td.TdClassName
{
border-color: #DD842D;
}
.TagClassName
{
border-color: #DD842D;
}
</style>