Shades of Tree Poppy #DD8736
Tints of Tree Poppy #DD8736
RGB
CMYK
RGB Variations
Color information
#DD8736 (or 0xDD8736) is known color: Tree Poppy. HEX triplet: DD, 87 and 36. RGB value is (221,135,54). Sum of RGB (Red+Green+Blue) = 221+135+54=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8736 is #2278C9. Grayscale: #979797. Windows color (decimal): -2259146 or 3573725. OLE color: 3573725.
HSL color Cylindrical-coordinate representation of color #DD8736: hue angle of 29.1º 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 #DD8736 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 54 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.13 |
| HSL | 29.1º | 0.71% | 0.54% | - |
| HSV(B) | 29.1º | 0.76% | 0.87% | - |
| XYZ | 39.15 | 32.97 | 7.79 | - |
| YUV | 151.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 54 | 0 | 0.39 | 0.76 | 0.13 | 29.1 | 0.71 | 0.54 |
| Hex | DD | 87 | 36 | 0 | 27 | 4C | D | 1D | 47 | 36 |
| Octal | 335 | 207 | 66 | 0 | 47 | 114 | 15 | 35 | 107 | 66 |
| Binary | 11011101 | 10000111 | 110110 | 0 | 100111 | 1001100 | 1101 | 11101 | 1000111 | 110110 |
Color Harmonies of #DD8736
Complementary color
Monochromatic Colors of #DD8736
Black with #DD8736
Text Example
Text Example
White with #DD8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8736; }
p { color: rgb(221,135,54); }
H1.HeaderClassName
{
color: #DD8736;
}
.AnyTagClassName
{
color: #DD8736;
}
</style>
background-color css
<style>
a { background-color: #DD8736; }
a { background-color: rgb(221,135,54); }
div.DivClassName
{
background-color: #DD8736;
}
.BgClassName
{
background-color: #DD8736;
}
</style>
border-color css
<style>
span { border-color: #DD8736; }
span { border-color: rgb(221,135,54); }
td.TdClassName
{
border-color: #DD8736;
}
.TagClassName
{
border-color: #DD8736;
}
</style>