Shades of Tree Poppy #DD8632
Tints of Tree Poppy #DD8632
RGB
CMYK
RGB Variations
Color information
#DD8632 (or 0xDD8632) is known color: Tree Poppy. HEX triplet: DD, 86 and 32. RGB value is (221,134,50). Sum of RGB (Red+Green+Blue) = 221+134+50=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8632 is #2279CD. Grayscale: #969696. Windows color (decimal): -2259406 or 3311325. OLE color: 3311325.
HSL color Cylindrical-coordinate representation of color #DD8632: hue angle of 29.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD8632 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.13 |
| HSL | 29.47º | 0.72% | 0.53% | - |
| HSV(B) | 29.47º | 0.77% | 0.87% | - |
| XYZ | 38.92 | 32.65 | 7.27 | - |
| YUV | 150.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 50 | 0 | 0.39 | 0.77 | 0.13 | 29.47 | 0.72 | 0.53 |
| Hex | DD | 86 | 32 | 0 | 27 | 4D | D | 1D | 48 | 35 |
| Octal | 335 | 206 | 62 | 0 | 47 | 115 | 15 | 35 | 110 | 65 |
| Binary | 11011101 | 10000110 | 110010 | 0 | 100111 | 1001101 | 1101 | 11101 | 1001000 | 110101 |
Color Harmonies of #DD8632
Complementary color
Monochromatic Colors of #DD8632
Black with #DD8632
Text Example
Text Example
White with #DD8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8632; }
p { color: rgb(221,134,50); }
H1.HeaderClassName
{
color: #DD8632;
}
.AnyTagClassName
{
color: #DD8632;
}
</style>
background-color css
<style>
a { background-color: #DD8632; }
a { background-color: rgb(221,134,50); }
div.DivClassName
{
background-color: #DD8632;
}
.BgClassName
{
background-color: #DD8632;
}
</style>
border-color css
<style>
span { border-color: #DD8632; }
span { border-color: rgb(221,134,50); }
td.TdClassName
{
border-color: #DD8632;
}
.TagClassName
{
border-color: #DD8632;
}
</style>