Shades of Tree Poppy #DD822C
Tints of Tree Poppy #DD822C
RGB
CMYK
RGB Variations
Color information
#DD822C (or 0xDD822C) is known color: Tree Poppy. HEX triplet: DD, 82 and 2C. RGB value is (221,130,44). Sum of RGB (Red+Green+Blue) = 221+130+44=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD822C is #227DD3. Grayscale: #939393. Windows color (decimal): -2260436 or 2917085. OLE color: 2917085.
HSL color Cylindrical-coordinate representation of color #DD822C: hue angle of 29.15º 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 #DD822C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 44 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.13 |
| HSL | 29.15º | 0.72% | 0.52% | - |
| HSV(B) | 29.15º | 0.8% | 0.87% | - |
| XYZ | 38.26 | 31.52 | 6.45 | - |
| YUV | 147.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 44 | 0 | 0.41 | 0.80 | 0.13 | 29.15 | 0.72 | 0.52 |
| Hex | DD | 82 | 2C | 0 | 29 | 50 | D | 1D | 48 | 34 |
| Octal | 335 | 202 | 54 | 0 | 51 | 120 | 15 | 35 | 110 | 64 |
| Binary | 11011101 | 10000010 | 101100 | 0 | 101001 | 1010000 | 1101 | 11101 | 1001000 | 110100 |
Color Harmonies of #DD822C
Complementary color
Monochromatic Colors of #DD822C
Black with #DD822C
Text Example
Text Example
White with #DD822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD822C; }
p { color: rgb(221,130,44); }
H1.HeaderClassName
{
color: #DD822C;
}
.AnyTagClassName
{
color: #DD822C;
}
</style>
background-color css
<style>
a { background-color: #DD822C; }
a { background-color: rgb(221,130,44); }
div.DivClassName
{
background-color: #DD822C;
}
.BgClassName
{
background-color: #DD822C;
}
</style>
border-color css
<style>
span { border-color: #DD822C; }
span { border-color: rgb(221,130,44); }
td.TdClassName
{
border-color: #DD822C;
}
.TagClassName
{
border-color: #DD822C;
}
</style>