Shades of Tree Poppy #DD822D
Tints of Tree Poppy #DD822D
RGB
CMYK
RGB Variations
Color information
#DD822D (or 0xDD822D) is known color: Tree Poppy. HEX triplet: DD, 82 and 2D. RGB value is (221,130,45). Sum of RGB (Red+Green+Blue) = 221+130+45=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD822D is #227DD2. Grayscale: #939393. Windows color (decimal): -2260435 or 2982621. OLE color: 2982621.
HSL color Cylindrical-coordinate representation of color #DD822D: hue angle of 28.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD822D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 45 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.13 |
| HSL | 28.98º | 0.72% | 0.52% | - |
| HSV(B) | 28.98º | 0.8% | 0.87% | - |
| XYZ | 38.28 | 31.53 | 6.55 | - |
| YUV | 147.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 45 | 0 | 0.41 | 0.80 | 0.13 | 28.98 | 0.72 | 0.52 |
| Hex | DD | 82 | 2D | 0 | 29 | 50 | D | 1D | 48 | 34 |
| Octal | 335 | 202 | 55 | 0 | 51 | 120 | 15 | 35 | 110 | 64 |
| Binary | 11011101 | 10000010 | 101101 | 0 | 101001 | 1010000 | 1101 | 11101 | 1001000 | 110100 |
Color Harmonies of #DD822D
Complementary color
Monochromatic Colors of #DD822D
Black with #DD822D
Text Example
Text Example
White with #DD822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD822D; }
p { color: rgb(221,130,45); }
H1.HeaderClassName
{
color: #DD822D;
}
.AnyTagClassName
{
color: #DD822D;
}
</style>
background-color css
<style>
a { background-color: #DD822D; }
a { background-color: rgb(221,130,45); }
div.DivClassName
{
background-color: #DD822D;
}
.BgClassName
{
background-color: #DD822D;
}
</style>
border-color css
<style>
span { border-color: #DD822D; }
span { border-color: rgb(221,130,45); }
td.TdClassName
{
border-color: #DD822D;
}
.TagClassName
{
border-color: #DD822D;
}
</style>