Shades of Tree Poppy #DD842F
Tints of Tree Poppy #DD842F
RGB
CMYK
RGB Variations
Color information
#DD842F (or 0xDD842F) is known color: Tree Poppy. HEX triplet: DD, 84 and 2F. RGB value is (221,132,47). Sum of RGB (Red+Green+Blue) = 221+132+47=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842F is #227BD0. Grayscale: #959595. Windows color (decimal): -2259921 or 3114205. OLE color: 3114205.
HSL color Cylindrical-coordinate representation of color #DD842F: hue angle of 29.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD842F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 47 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.13 |
| HSL | 29.31º | 0.72% | 0.53% | - |
| HSV(B) | 29.31º | 0.79% | 0.87% | - |
| XYZ | 38.58 | 32.08 | 6.85 | - |
| YUV | 148.92 | 70.49 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 47 | 0 | 0.40 | 0.79 | 0.13 | 29.31 | 0.72 | 0.53 |
| Hex | DD | 84 | 2F | 0 | 28 | 4F | D | 1D | 48 | 35 |
| Octal | 335 | 204 | 57 | 0 | 50 | 117 | 15 | 35 | 110 | 65 |
| Binary | 11011101 | 10000100 | 101111 | 0 | 101000 | 1001111 | 1101 | 11101 | 1001000 | 110101 |
Color Harmonies of #DD842F
Complementary color
Monochromatic Colors of #DD842F
Black with #DD842F
Text Example
Text Example
White with #DD842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD842F; }
p { color: rgb(221,132,47); }
H1.HeaderClassName
{
color: #DD842F;
}
.AnyTagClassName
{
color: #DD842F;
}
</style>
background-color css
<style>
a { background-color: #DD842F; }
a { background-color: rgb(221,132,47); }
div.DivClassName
{
background-color: #DD842F;
}
.BgClassName
{
background-color: #DD842F;
}
</style>
border-color css
<style>
span { border-color: #DD842F; }
span { border-color: rgb(221,132,47); }
td.TdClassName
{
border-color: #DD842F;
}
.TagClassName
{
border-color: #DD842F;
}
</style>