Shades of Tree Poppy #DD812D
Tints of Tree Poppy #DD812D
RGB
CMYK
RGB Variations
Color information
#DD812D (or 0xDD812D) is known color: Tree Poppy. HEX triplet: DD, 81 and 2D. RGB value is (221,129,45). Sum of RGB (Red+Green+Blue) = 221+129+45=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD812D is #227ED2. Grayscale: #939393. Windows color (decimal): -2260691 or 2982365. OLE color: 2982365.
HSL color Cylindrical-coordinate representation of color #DD812D: hue angle of 28.64º 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 #DD812D is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 45 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.13 |
| HSL | 28.64º | 0.72% | 0.52% | - |
| HSV(B) | 28.64º | 0.8% | 0.87% | - |
| XYZ | 38.14 | 31.26 | 6.51 | - |
| YUV | 146.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 45 | 0 | 0.42 | 0.80 | 0.13 | 28.64 | 0.72 | 0.52 |
| Hex | DD | 81 | 2D | 0 | 2A | 50 | D | 1D | 48 | 34 |
| Octal | 335 | 201 | 55 | 0 | 52 | 120 | 15 | 35 | 110 | 64 |
| Binary | 11011101 | 10000001 | 101101 | 0 | 101010 | 1010000 | 1101 | 11101 | 1001000 | 110100 |
Color Harmonies of #DD812D
Complementary color
Monochromatic Colors of #DD812D
Black with #DD812D
Text Example
Text Example
White with #DD812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD812D; }
p { color: rgb(221,129,45); }
H1.HeaderClassName
{
color: #DD812D;
}
.AnyTagClassName
{
color: #DD812D;
}
</style>
background-color css
<style>
a { background-color: #DD812D; }
a { background-color: rgb(221,129,45); }
div.DivClassName
{
background-color: #DD812D;
}
.BgClassName
{
background-color: #DD812D;
}
</style>
border-color css
<style>
span { border-color: #DD812D; }
span { border-color: rgb(221,129,45); }
td.TdClassName
{
border-color: #DD812D;
}
.TagClassName
{
border-color: #DD812D;
}
</style>