Shades of Tree Poppy #DD8742
Tints of Tree Poppy #DD8742
RGB
CMYK
RGB Variations
Color information
#DD8742 (or 0xDD8742) is known color: Tree Poppy. HEX triplet: DD, 87 and 42. RGB value is (221,135,66). Sum of RGB (Red+Green+Blue) = 221+135+66=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8742 is #2278BD. Grayscale: #999999. Windows color (decimal): -2259134 or 4360157. OLE color: 4360157.
HSL color Cylindrical-coordinate representation of color #DD8742: hue angle of 26.71º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8742 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 66 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.13 |
| HSL | 26.71º | 0.7% | 0.56% | - |
| HSV(B) | 26.71º | 0.7% | 0.87% | - |
| XYZ | 39.47 | 33.09 | 9.46 | - |
| YUV | 152.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 66 | 0 | 0.39 | 0.70 | 0.13 | 26.71 | 0.7 | 0.56 |
| Hex | DD | 87 | 42 | 0 | 27 | 46 | D | 1B | 46 | 38 |
| Octal | 335 | 207 | 102 | 0 | 47 | 106 | 15 | 33 | 106 | 70 |
| Binary | 11011101 | 10000111 | 1000010 | 0 | 100111 | 1000110 | 1101 | 11011 | 1000110 | 111000 |
Color Harmonies of #DD8742
Complementary color
Monochromatic Colors of #DD8742
Black with #DD8742
Text Example
Text Example
White with #DD8742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8742; }
p { color: rgb(221,135,66); }
H1.HeaderClassName
{
color: #DD8742;
}
.AnyTagClassName
{
color: #DD8742;
}
</style>
background-color css
<style>
a { background-color: #DD8742; }
a { background-color: rgb(221,135,66); }
div.DivClassName
{
background-color: #DD8742;
}
.BgClassName
{
background-color: #DD8742;
}
</style>
border-color css
<style>
span { border-color: #DD8742; }
span { border-color: rgb(221,135,66); }
td.TdClassName
{
border-color: #DD8742;
}
.TagClassName
{
border-color: #DD8742;
}
</style>