Shades of Tree Poppy #DD812E
Tints of Tree Poppy #DD812E
RGB
CMYK
RGB Variations
Color information
#DD812E (or 0xDD812E) is known color: Tree Poppy. HEX triplet: DD, 81 and 2E. RGB value is (221,129,46). Sum of RGB (Red+Green+Blue) = 221+129+46=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD812E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD812E is #227ED1. Grayscale: #939393. Windows color (decimal): -2260690 or 3047901. OLE color: 3047901.
HSL color Cylindrical-coordinate representation of color #DD812E: hue angle of 28.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD812E is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 46 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.13 |
| HSL | 28.46º | 0.72% | 0.52% | - |
| HSV(B) | 28.46º | 0.79% | 0.87% | - |
| XYZ | 38.16 | 31.27 | 6.61 | - |
| YUV | 147.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 46 | 0 | 0.42 | 0.79 | 0.13 | 28.46 | 0.72 | 0.52 |
| Hex | DD | 81 | 2E | 0 | 2A | 4F | D | 1C | 48 | 34 |
| Octal | 335 | 201 | 56 | 0 | 52 | 117 | 15 | 34 | 110 | 64 |
| Binary | 11011101 | 10000001 | 101110 | 0 | 101010 | 1001111 | 1101 | 11100 | 1001000 | 110100 |
Color Harmonies of #DD812E
Complementary color
Monochromatic Colors of #DD812E
Black with #DD812E
Text Example
Text Example
White with #DD812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD812E; }
p { color: rgb(221,129,46); }
H1.HeaderClassName
{
color: #DD812E;
}
.AnyTagClassName
{
color: #DD812E;
}
</style>
background-color css
<style>
a { background-color: #DD812E; }
a { background-color: rgb(221,129,46); }
div.DivClassName
{
background-color: #DD812E;
}
.BgClassName
{
background-color: #DD812E;
}
</style>
border-color css
<style>
span { border-color: #DD812E; }
span { border-color: rgb(221,129,46); }
td.TdClassName
{
border-color: #DD812E;
}
.TagClassName
{
border-color: #DD812E;
}
</style>