Shades of Tree Poppy #DD8439
Tints of Tree Poppy #DD8439
RGB
CMYK
RGB Variations
Color information
#DD8439 (or 0xDD8439) is known color: Tree Poppy. HEX triplet: DD, 84 and 39. RGB value is (221,132,57). Sum of RGB (Red+Green+Blue) = 221+132+57=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8439 is #227BC6. Grayscale: #969696. Windows color (decimal): -2259911 or 3769565. OLE color: 3769565.
HSL color Cylindrical-coordinate representation of color #DD8439: hue angle of 27.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD8439 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 57 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.13 |
| HSL | 27.44º | 0.71% | 0.55% | - |
| HSV(B) | 27.44º | 0.74% | 0.87% | - |
| XYZ | 38.81 | 32.17 | 8.03 | - |
| YUV | 150.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 57 | 0 | 0.40 | 0.74 | 0.13 | 27.44 | 0.71 | 0.55 |
| Hex | DD | 84 | 39 | 0 | 28 | 4A | D | 1B | 47 | 37 |
| Octal | 335 | 204 | 71 | 0 | 50 | 112 | 15 | 33 | 107 | 67 |
| Binary | 11011101 | 10000100 | 111001 | 0 | 101000 | 1001010 | 1101 | 11011 | 1000111 | 110111 |
Color Harmonies of #DD8439
Complementary color
Monochromatic Colors of #DD8439
Black with #DD8439
Text Example
Text Example
White with #DD8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8439; }
p { color: rgb(221,132,57); }
H1.HeaderClassName
{
color: #DD8439;
}
.AnyTagClassName
{
color: #DD8439;
}
</style>
background-color css
<style>
a { background-color: #DD8439; }
a { background-color: rgb(221,132,57); }
div.DivClassName
{
background-color: #DD8439;
}
.BgClassName
{
background-color: #DD8439;
}
</style>
border-color css
<style>
span { border-color: #DD8439; }
span { border-color: rgb(221,132,57); }
td.TdClassName
{
border-color: #DD8439;
}
.TagClassName
{
border-color: #DD8439;
}
</style>