Shades of Tree Poppy #DD8732
Tints of Tree Poppy #DD8732
RGB
CMYK
RGB Variations
Color information
#DD8732 (or 0xDD8732) is known color: Tree Poppy. HEX triplet: DD, 87 and 32. RGB value is (221,135,50). Sum of RGB (Red+Green+Blue) = 221+135+50=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8732 is #2278CD. Grayscale: #979797. Windows color (decimal): -2259150 or 3311581. OLE color: 3311581.
HSL color Cylindrical-coordinate representation of color #DD8732: hue angle of 29.82º 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 #DD8732 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 50 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.13 |
| HSL | 29.82º | 0.72% | 0.53% | - |
| HSV(B) | 29.82º | 0.77% | 0.87% | - |
| XYZ | 39.06 | 32.93 | 7.32 | - |
| YUV | 151.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 50 | 0 | 0.39 | 0.77 | 0.13 | 29.82 | 0.72 | 0.53 |
| Hex | DD | 87 | 32 | 0 | 27 | 4D | D | 1E | 48 | 35 |
| Octal | 335 | 207 | 62 | 0 | 47 | 115 | 15 | 36 | 110 | 65 |
| Binary | 11011101 | 10000111 | 110010 | 0 | 100111 | 1001101 | 1101 | 11110 | 1001000 | 110101 |
Color Harmonies of #DD8732
Complementary color
Monochromatic Colors of #DD8732
Black with #DD8732
Text Example
Text Example
White with #DD8732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8732; }
p { color: rgb(221,135,50); }
H1.HeaderClassName
{
color: #DD8732;
}
.AnyTagClassName
{
color: #DD8732;
}
</style>
background-color css
<style>
a { background-color: #DD8732; }
a { background-color: rgb(221,135,50); }
div.DivClassName
{
background-color: #DD8732;
}
.BgClassName
{
background-color: #DD8732;
}
</style>
border-color css
<style>
span { border-color: #DD8732; }
span { border-color: rgb(221,135,50); }
td.TdClassName
{
border-color: #DD8732;
}
.TagClassName
{
border-color: #DD8732;
}
</style>