Shades of Tree Poppy #DD822F
Tints of Tree Poppy #DD822F
RGB
CMYK
RGB Variations
Color information
#DD822F (or 0xDD822F) is known color: Tree Poppy. HEX triplet: DD, 82 and 2F. RGB value is (221,130,47). Sum of RGB (Red+Green+Blue) = 221+130+47=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD822F is #227DD0. Grayscale: #949494. Windows color (decimal): -2260433 or 3113693. OLE color: 3113693.
HSL color Cylindrical-coordinate representation of color #DD822F: hue angle of 28.62º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD822F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 47 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.13 |
| HSL | 28.62º | 0.72% | 0.53% | - |
| HSV(B) | 28.62º | 0.79% | 0.87% | - |
| XYZ | 38.31 | 31.54 | 6.76 | - |
| YUV | 147.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 47 | 0 | 0.41 | 0.79 | 0.13 | 28.62 | 0.72 | 0.53 |
| Hex | DD | 82 | 2F | 0 | 29 | 4F | D | 1D | 48 | 35 |
| Octal | 335 | 202 | 57 | 0 | 51 | 117 | 15 | 35 | 110 | 65 |
| Binary | 11011101 | 10000010 | 101111 | 0 | 101001 | 1001111 | 1101 | 11101 | 1001000 | 110101 |
Color Harmonies of #DD822F
Complementary color
Monochromatic Colors of #DD822F
Black with #DD822F
Text Example
Text Example
White with #DD822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD822F; }
p { color: rgb(221,130,47); }
H1.HeaderClassName
{
color: #DD822F;
}
.AnyTagClassName
{
color: #DD822F;
}
</style>
background-color css
<style>
a { background-color: #DD822F; }
a { background-color: rgb(221,130,47); }
div.DivClassName
{
background-color: #DD822F;
}
.BgClassName
{
background-color: #DD822F;
}
</style>
border-color css
<style>
span { border-color: #DD822F; }
span { border-color: rgb(221,130,47); }
td.TdClassName
{
border-color: #DD822F;
}
.TagClassName
{
border-color: #DD822F;
}
</style>