Shades of Tree Poppy #DD8532
Tints of Tree Poppy #DD8532
RGB
CMYK
RGB Variations
Color information
#DD8532 (or 0xDD8532) is known color: Tree Poppy. HEX triplet: DD, 85 and 32. RGB value is (221,133,50). Sum of RGB (Red+Green+Blue) = 221+133+50=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8532 is #227ACD. Grayscale: #969696. Windows color (decimal): -2259662 or 3311069. OLE color: 3311069.
HSL color Cylindrical-coordinate representation of color #DD8532: hue angle of 29.12º 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 #DD8532 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 50 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.13 |
| HSL | 29.12º | 0.72% | 0.53% | - |
| HSV(B) | 29.12º | 0.77% | 0.87% | - |
| XYZ | 38.78 | 32.38 | 7.22 | - |
| YUV | 149.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 50 | 0 | 0.40 | 0.77 | 0.13 | 29.12 | 0.72 | 0.53 |
| Hex | DD | 85 | 32 | 0 | 28 | 4D | D | 1D | 48 | 35 |
| Octal | 335 | 205 | 62 | 0 | 50 | 115 | 15 | 35 | 110 | 65 |
| Binary | 11011101 | 10000101 | 110010 | 0 | 101000 | 1001101 | 1101 | 11101 | 1001000 | 110101 |
Color Harmonies of #DD8532
Complementary color
Monochromatic Colors of #DD8532
Black with #DD8532
Text Example
Text Example
White with #DD8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8532; }
p { color: rgb(221,133,50); }
H1.HeaderClassName
{
color: #DD8532;
}
.AnyTagClassName
{
color: #DD8532;
}
</style>
background-color css
<style>
a { background-color: #DD8532; }
a { background-color: rgb(221,133,50); }
div.DivClassName
{
background-color: #DD8532;
}
.BgClassName
{
background-color: #DD8532;
}
</style>
border-color css
<style>
span { border-color: #DD8532; }
span { border-color: rgb(221,133,50); }
td.TdClassName
{
border-color: #DD8532;
}
.TagClassName
{
border-color: #DD8532;
}
</style>