Shades of Tree Poppy #DD8236
Tints of Tree Poppy #DD8236
RGB
CMYK
RGB Variations
Color information
#DD8236 (or 0xDD8236) is known color: Tree Poppy. HEX triplet: DD, 82 and 36. RGB value is (221,130,54). Sum of RGB (Red+Green+Blue) = 221+130+54=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8236 is #227DC9. Grayscale: #949494. Windows color (decimal): -2260426 or 3572445. OLE color: 3572445.
HSL color Cylindrical-coordinate representation of color #DD8236: hue angle of 27.31º 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 #DD8236 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 54 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.13 |
| HSL | 27.31º | 0.71% | 0.54% | - |
| HSV(B) | 27.31º | 0.76% | 0.87% | - |
| XYZ | 38.47 | 31.6 | 7.56 | - |
| YUV | 148.55 | 74.65 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 54 | 0 | 0.41 | 0.76 | 0.13 | 27.31 | 0.71 | 0.54 |
| Hex | DD | 82 | 36 | 0 | 29 | 4C | D | 1B | 47 | 36 |
| Octal | 335 | 202 | 66 | 0 | 51 | 114 | 15 | 33 | 107 | 66 |
| Binary | 11011101 | 10000010 | 110110 | 0 | 101001 | 1001100 | 1101 | 11011 | 1000111 | 110110 |
Color Harmonies of #DD8236
Complementary color
Monochromatic Colors of #DD8236
Black with #DD8236
Text Example
Text Example
White with #DD8236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8236; }
p { color: rgb(221,130,54); }
H1.HeaderClassName
{
color: #DD8236;
}
.AnyTagClassName
{
color: #DD8236;
}
</style>
background-color css
<style>
a { background-color: #DD8236; }
a { background-color: rgb(221,130,54); }
div.DivClassName
{
background-color: #DD8236;
}
.BgClassName
{
background-color: #DD8236;
}
</style>
border-color css
<style>
span { border-color: #DD8236; }
span { border-color: rgb(221,130,54); }
td.TdClassName
{
border-color: #DD8236;
}
.TagClassName
{
border-color: #DD8236;
}
</style>