Shades of Tree Poppy #DD8537
Tints of Tree Poppy #DD8537
RGB
CMYK
RGB Variations
Color information
#DD8537 (or 0xDD8537) is known color: Tree Poppy. HEX triplet: DD, 85 and 37. RGB value is (221,133,55). Sum of RGB (Red+Green+Blue) = 221+133+55=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8537 is #227AC8. Grayscale: #969696. Windows color (decimal): -2259657 or 3638749. OLE color: 3638749.
HSL color Cylindrical-coordinate representation of color #DD8537: hue angle of 28.19º 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 #DD8537 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 55 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.13 |
| HSL | 28.19º | 0.71% | 0.54% | - |
| HSV(B) | 28.19º | 0.75% | 0.87% | - |
| XYZ | 38.9 | 32.42 | 7.82 | - |
| YUV | 150.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 55 | 0 | 0.40 | 0.75 | 0.13 | 28.19 | 0.71 | 0.54 |
| Hex | DD | 85 | 37 | 0 | 28 | 4B | D | 1C | 47 | 36 |
| Octal | 335 | 205 | 67 | 0 | 50 | 113 | 15 | 34 | 107 | 66 |
| Binary | 11011101 | 10000101 | 110111 | 0 | 101000 | 1001011 | 1101 | 11100 | 1000111 | 110110 |
Color Harmonies of #DD8537
Complementary color
Monochromatic Colors of #DD8537
Black with #DD8537
Text Example
Text Example
White with #DD8537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8537; }
p { color: rgb(221,133,55); }
H1.HeaderClassName
{
color: #DD8537;
}
.AnyTagClassName
{
color: #DD8537;
}
</style>
background-color css
<style>
a { background-color: #DD8537; }
a { background-color: rgb(221,133,55); }
div.DivClassName
{
background-color: #DD8537;
}
.BgClassName
{
background-color: #DD8537;
}
</style>
border-color css
<style>
span { border-color: #DD8537; }
span { border-color: rgb(221,133,55); }
td.TdClassName
{
border-color: #DD8537;
}
.TagClassName
{
border-color: #DD8537;
}
</style>