Shades of Tree Poppy #DD843F
Tints of Tree Poppy #DD843F
RGB
CMYK
RGB Variations
Color information
#DD843F (or 0xDD843F) is known color: Tree Poppy. HEX triplet: DD, 84 and 3F. RGB value is (221,132,63). Sum of RGB (Red+Green+Blue) = 221+132+63=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD843F is #227BC0. Grayscale: #979797. Windows color (decimal): -2259905 or 4162781. OLE color: 4162781.
HSL color Cylindrical-coordinate representation of color #DD843F: hue angle of 26.2º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD843F is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 63 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.13 |
| HSL | 26.2º | 0.7% | 0.56% | - |
| HSV(B) | 26.2º | 0.71% | 0.87% | - |
| XYZ | 38.97 | 32.23 | 8.87 | - |
| YUV | 150.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 63 | 0 | 0.40 | 0.71 | 0.13 | 26.2 | 0.7 | 0.56 |
| Hex | DD | 84 | 3F | 0 | 28 | 47 | D | 1A | 46 | 38 |
| Octal | 335 | 204 | 77 | 0 | 50 | 107 | 15 | 32 | 106 | 70 |
| Binary | 11011101 | 10000100 | 111111 | 0 | 101000 | 1000111 | 1101 | 11010 | 1000110 | 111000 |
Color Harmonies of #DD843F
Complementary color
Monochromatic Colors of #DD843F
Black with #DD843F
Text Example
Text Example
White with #DD843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD843F; }
p { color: rgb(221,132,63); }
H1.HeaderClassName
{
color: #DD843F;
}
.AnyTagClassName
{
color: #DD843F;
}
</style>
background-color css
<style>
a { background-color: #DD843F; }
a { background-color: rgb(221,132,63); }
div.DivClassName
{
background-color: #DD843F;
}
.BgClassName
{
background-color: #DD843F;
}
</style>
border-color css
<style>
span { border-color: #DD843F; }
span { border-color: rgb(221,132,63); }
td.TdClassName
{
border-color: #DD843F;
}
.TagClassName
{
border-color: #DD843F;
}
</style>