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