Shades of Tree Poppy #DD8235
Tints of Tree Poppy #DD8235
RGB
CMYK
RGB Variations
Color information
#DD8235 (or 0xDD8235) is known color: Tree Poppy. HEX triplet: DD, 82 and 35. RGB value is (221,130,53). Sum of RGB (Red+Green+Blue) = 221+130+53=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8235 is #227DCA. Grayscale: #949494. Windows color (decimal): -2260427 or 3506909. OLE color: 3506909.
HSL color Cylindrical-coordinate representation of color #DD8235: hue angle of 27.5º 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 #DD8235 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 53 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.13 |
| HSL | 27.5º | 0.71% | 0.54% | - |
| HSV(B) | 27.5º | 0.76% | 0.87% | - |
| XYZ | 38.44 | 31.59 | 7.44 | - |
| YUV | 148.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 53 | 0 | 0.41 | 0.76 | 0.13 | 27.5 | 0.71 | 0.54 |
| Hex | DD | 82 | 35 | 0 | 29 | 4C | D | 1C | 47 | 36 |
| Octal | 335 | 202 | 65 | 0 | 51 | 114 | 15 | 34 | 107 | 66 |
| Binary | 11011101 | 10000010 | 110101 | 0 | 101001 | 1001100 | 1101 | 11100 | 1000111 | 110110 |
Color Harmonies of #DD8235
Complementary color
Monochromatic Colors of #DD8235
Black with #DD8235
Text Example
Text Example
White with #DD8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8235; }
p { color: rgb(221,130,53); }
H1.HeaderClassName
{
color: #DD8235;
}
.AnyTagClassName
{
color: #DD8235;
}
</style>
background-color css
<style>
a { background-color: #DD8235; }
a { background-color: rgb(221,130,53); }
div.DivClassName
{
background-color: #DD8235;
}
.BgClassName
{
background-color: #DD8235;
}
</style>
border-color css
<style>
span { border-color: #DD8235; }
span { border-color: rgb(221,130,53); }
td.TdClassName
{
border-color: #DD8235;
}
.TagClassName
{
border-color: #DD8235;
}
</style>