Shades of Tree Poppy #DD8935
Tints of Tree Poppy #DD8935
RGB
CMYK
RGB Variations
Color information
#DD8935 (or 0xDD8935) is known color: Tree Poppy. HEX triplet: DD, 89 and 35. RGB value is (221,137,53). Sum of RGB (Red+Green+Blue) = 221+137+53=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8935 is #2276CA. Grayscale: #989898. Windows color (decimal): -2258635 or 3508701. OLE color: 3508701.
HSL color Cylindrical-coordinate representation of color #DD8935: hue angle of 30º 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 #DD8935 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 53 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.13 |
| HSL | 30º | 0.71% | 0.54% | - |
| HSV(B) | 30º | 0.76% | 0.87% | - |
| XYZ | 39.41 | 33.52 | 7.76 | - |
| YUV | 152.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 53 | 0 | 0.38 | 0.76 | 0.13 | 30 | 0.71 | 0.54 |
| Hex | DD | 89 | 35 | 0 | 26 | 4C | D | 1E | 47 | 36 |
| Octal | 335 | 211 | 65 | 0 | 46 | 114 | 15 | 36 | 107 | 66 |
| Binary | 11011101 | 10001001 | 110101 | 0 | 100110 | 1001100 | 1101 | 11110 | 1000111 | 110110 |
Color Harmonies of #DD8935
Complementary color
Monochromatic Colors of #DD8935
Black with #DD8935
Text Example
Text Example
White with #DD8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8935; }
p { color: rgb(221,137,53); }
H1.HeaderClassName
{
color: #DD8935;
}
.AnyTagClassName
{
color: #DD8935;
}
</style>
background-color css
<style>
a { background-color: #DD8935; }
a { background-color: rgb(221,137,53); }
div.DivClassName
{
background-color: #DD8935;
}
.BgClassName
{
background-color: #DD8935;
}
</style>
border-color css
<style>
span { border-color: #DD8935; }
span { border-color: rgb(221,137,53); }
td.TdClassName
{
border-color: #DD8935;
}
.TagClassName
{
border-color: #DD8935;
}
</style>