Shades of Tree Poppy #DD843A
Tints of Tree Poppy #DD843A
RGB
CMYK
RGB Variations
Color information
#DD843A (or 0xDD843A) is known color: Tree Poppy. HEX triplet: DD, 84 and 3A. RGB value is (221,132,58). Sum of RGB (Red+Green+Blue) = 221+132+58=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD843A is #227BC5. Grayscale: #969696. Windows color (decimal): -2259910 or 3835101. OLE color: 3835101.
HSL color Cylindrical-coordinate representation of color #DD843A: hue angle of 27.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD843A is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 58 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.13 |
| HSL | 27.24º | 0.71% | 0.55% | - |
| HSV(B) | 27.24º | 0.74% | 0.87% | - |
| XYZ | 38.83 | 32.18 | 8.17 | - |
| YUV | 150.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 58 | 0 | 0.40 | 0.74 | 0.13 | 27.24 | 0.71 | 0.55 |
| Hex | DD | 84 | 3A | 0 | 28 | 4A | D | 1B | 47 | 37 |
| Octal | 335 | 204 | 72 | 0 | 50 | 112 | 15 | 33 | 107 | 67 |
| Binary | 11011101 | 10000100 | 111010 | 0 | 101000 | 1001010 | 1101 | 11011 | 1000111 | 110111 |
Color Harmonies of #DD843A
Complementary color
Monochromatic Colors of #DD843A
Black with #DD843A
Text Example
Text Example
White with #DD843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD843A; }
p { color: rgb(221,132,58); }
H1.HeaderClassName
{
color: #DD843A;
}
.AnyTagClassName
{
color: #DD843A;
}
</style>
background-color css
<style>
a { background-color: #DD843A; }
a { background-color: rgb(221,132,58); }
div.DivClassName
{
background-color: #DD843A;
}
.BgClassName
{
background-color: #DD843A;
}
</style>
border-color css
<style>
span { border-color: #DD843A; }
span { border-color: rgb(221,132,58); }
td.TdClassName
{
border-color: #DD843A;
}
.TagClassName
{
border-color: #DD843A;
}
</style>