Shades of Tree Poppy #DD8933
Tints of Tree Poppy #DD8933
RGB
CMYK
RGB Variations
Color information
#DD8933 (or 0xDD8933) is known color: Tree Poppy. HEX triplet: DD, 89 and 33. RGB value is (221,137,51). Sum of RGB (Red+Green+Blue) = 221+137+51=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8933 is #2276CC. Grayscale: #989898. Windows color (decimal): -2258637 or 3377629. OLE color: 3377629.
HSL color Cylindrical-coordinate representation of color #DD8933: hue angle of 30.35º degrees, saturation: 0.71, 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 #DD8933 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 51 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.13 |
| HSL | 30.35º | 0.71% | 0.53% | - |
| HSV(B) | 30.35º | 0.77% | 0.87% | - |
| XYZ | 39.36 | 33.5 | 7.52 | - |
| YUV | 152.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 51 | 0 | 0.38 | 0.77 | 0.13 | 30.35 | 0.71 | 0.53 |
| Hex | DD | 89 | 33 | 0 | 26 | 4D | D | 1E | 47 | 35 |
| Octal | 335 | 211 | 63 | 0 | 46 | 115 | 15 | 36 | 107 | 65 |
| Binary | 11011101 | 10001001 | 110011 | 0 | 100110 | 1001101 | 1101 | 11110 | 1000111 | 110101 |
Color Harmonies of #DD8933
Complementary color
Monochromatic Colors of #DD8933
Black with #DD8933
Text Example
Text Example
White with #DD8933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8933; }
p { color: rgb(221,137,51); }
H1.HeaderClassName
{
color: #DD8933;
}
.AnyTagClassName
{
color: #DD8933;
}
</style>
background-color css
<style>
a { background-color: #DD8933; }
a { background-color: rgb(221,137,51); }
div.DivClassName
{
background-color: #DD8933;
}
.BgClassName
{
background-color: #DD8933;
}
</style>
border-color css
<style>
span { border-color: #DD8933; }
span { border-color: rgb(221,137,51); }
td.TdClassName
{
border-color: #DD8933;
}
.TagClassName
{
border-color: #DD8933;
}
</style>