Shades of Tree Poppy #DD8434
Tints of Tree Poppy #DD8434
RGB
CMYK
RGB Variations
Color information
#DD8434 (or 0xDD8434) is known color: Tree Poppy. HEX triplet: DD, 84 and 34. RGB value is (221,132,52). Sum of RGB (Red+Green+Blue) = 221+132+52=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8434 is #227BCB. Grayscale: #959595. Windows color (decimal): -2259916 or 3441885. OLE color: 3441885.
HSL color Cylindrical-coordinate representation of color #DD8434: hue angle of 28.4º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD8434 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 52 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.13 |
| HSL | 28.4º | 0.71% | 0.54% | - |
| HSV(B) | 28.4º | 0.76% | 0.87% | - |
| XYZ | 38.69 | 32.12 | 7.41 | - |
| YUV | 149.49 | 72.99 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 52 | 0 | 0.40 | 0.76 | 0.13 | 28.4 | 0.71 | 0.54 |
| Hex | DD | 84 | 34 | 0 | 28 | 4C | D | 1C | 47 | 36 |
| Octal | 335 | 204 | 64 | 0 | 50 | 114 | 15 | 34 | 107 | 66 |
| Binary | 11011101 | 10000100 | 110100 | 0 | 101000 | 1001100 | 1101 | 11100 | 1000111 | 110110 |
Color Harmonies of #DD8434
Complementary color
Monochromatic Colors of #DD8434
Black with #DD8434
Text Example
Text Example
White with #DD8434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8434; }
p { color: rgb(221,132,52); }
H1.HeaderClassName
{
color: #DD8434;
}
.AnyTagClassName
{
color: #DD8434;
}
</style>
background-color css
<style>
a { background-color: #DD8434; }
a { background-color: rgb(221,132,52); }
div.DivClassName
{
background-color: #DD8434;
}
.BgClassName
{
background-color: #DD8434;
}
</style>
border-color css
<style>
span { border-color: #DD8434; }
span { border-color: rgb(221,132,52); }
td.TdClassName
{
border-color: #DD8434;
}
.TagClassName
{
border-color: #DD8434;
}
</style>