Shades of Tree Poppy #DD8446
Tints of Tree Poppy #DD8446
RGB
CMYK
RGB Variations
Color information
#DD8446 (or 0xDD8446) is known color: Tree Poppy. HEX triplet: DD, 84 and 46. RGB value is (221,132,70). Sum of RGB (Red+Green+Blue) = 221+132+70=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8446 is #227BB9. Grayscale: #979797. Windows color (decimal): -2259898 or 4621533. OLE color: 4621533.
HSL color Cylindrical-coordinate representation of color #DD8446: hue angle of 24.64º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD8446 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 70 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.13 |
| HSL | 24.64º | 0.69% | 0.57% | - |
| HSV(B) | 24.64º | 0.68% | 0.87% | - |
| XYZ | 39.18 | 32.32 | 9.97 | - |
| YUV | 151.54 | 81.99 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 70 | 0 | 0.40 | 0.68 | 0.13 | 24.64 | 0.69 | 0.57 |
| Hex | DD | 84 | 46 | 0 | 28 | 44 | D | 19 | 45 | 39 |
| Octal | 335 | 204 | 106 | 0 | 50 | 104 | 15 | 31 | 105 | 71 |
| Binary | 11011101 | 10000100 | 1000110 | 0 | 101000 | 1000100 | 1101 | 11001 | 1000101 | 111001 |
Color Harmonies of #DD8446
Complementary color
Monochromatic Colors of #DD8446
Black with #DD8446
Text Example
Text Example
White with #DD8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8446; }
p { color: rgb(221,132,70); }
H1.HeaderClassName
{
color: #DD8446;
}
.AnyTagClassName
{
color: #DD8446;
}
</style>
background-color css
<style>
a { background-color: #DD8446; }
a { background-color: rgb(221,132,70); }
div.DivClassName
{
background-color: #DD8446;
}
.BgClassName
{
background-color: #DD8446;
}
</style>
border-color css
<style>
span { border-color: #DD8446; }
span { border-color: rgb(221,132,70); }
td.TdClassName
{
border-color: #DD8446;
}
.TagClassName
{
border-color: #DD8446;
}
</style>