Shades of Tree Poppy #DD8237
Tints of Tree Poppy #DD8237
RGB
CMYK
RGB Variations
Color information
#DD8237 (or 0xDD8237) is known color: Tree Poppy. HEX triplet: DD, 82 and 37. RGB value is (221,130,55). Sum of RGB (Red+Green+Blue) = 221+130+55=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8237 is #227DC8. Grayscale: #959595. Windows color (decimal): -2260425 or 3637981. OLE color: 3637981.
HSL color Cylindrical-coordinate representation of color #DD8237: hue angle of 27.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8237 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 55 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.13 |
| HSL | 27.11º | 0.71% | 0.54% | - |
| HSV(B) | 27.11º | 0.75% | 0.87% | - |
| XYZ | 38.49 | 31.61 | 7.69 | - |
| YUV | 148.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 55 | 0 | 0.41 | 0.75 | 0.13 | 27.11 | 0.71 | 0.54 |
| Hex | DD | 82 | 37 | 0 | 29 | 4B | D | 1B | 47 | 36 |
| Octal | 335 | 202 | 67 | 0 | 51 | 113 | 15 | 33 | 107 | 66 |
| Binary | 11011101 | 10000010 | 110111 | 0 | 101001 | 1001011 | 1101 | 11011 | 1000111 | 110110 |
Color Harmonies of #DD8237
Complementary color
Monochromatic Colors of #DD8237
Black with #DD8237
Text Example
Text Example
White with #DD8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8237; }
p { color: rgb(221,130,55); }
H1.HeaderClassName
{
color: #DD8237;
}
.AnyTagClassName
{
color: #DD8237;
}
</style>
background-color css
<style>
a { background-color: #DD8237; }
a { background-color: rgb(221,130,55); }
div.DivClassName
{
background-color: #DD8237;
}
.BgClassName
{
background-color: #DD8237;
}
</style>
border-color css
<style>
span { border-color: #DD8237; }
span { border-color: rgb(221,130,55); }
td.TdClassName
{
border-color: #DD8237;
}
.TagClassName
{
border-color: #DD8237;
}
</style>