Shades of Tree Poppy #DD813E
Tints of Tree Poppy #DD813E
RGB
CMYK
RGB Variations
Color information
#DD813E (or 0xDD813E) is known color: Tree Poppy. HEX triplet: DD, 81 and 3E. RGB value is (221,129,62). Sum of RGB (Red+Green+Blue) = 221+129+62=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD813E is #227EC1. Grayscale: #959595. Windows color (decimal): -2260674 or 4096477. OLE color: 4096477.
HSL color Cylindrical-coordinate representation of color #DD813E: hue angle of 25.28º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD813E is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 62 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.13 |
| HSL | 25.28º | 0.7% | 0.55% | - |
| HSV(B) | 25.28º | 0.72% | 0.87% | - |
| XYZ | 38.54 | 31.42 | 8.59 | - |
| YUV | 148.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 62 | 0 | 0.42 | 0.72 | 0.13 | 25.28 | 0.7 | 0.55 |
| Hex | DD | 81 | 3E | 0 | 2A | 48 | D | 19 | 46 | 37 |
| Octal | 335 | 201 | 76 | 0 | 52 | 110 | 15 | 31 | 106 | 67 |
| Binary | 11011101 | 10000001 | 111110 | 0 | 101010 | 1001000 | 1101 | 11001 | 1000110 | 110111 |
Color Harmonies of #DD813E
Complementary color
Monochromatic Colors of #DD813E
Black with #DD813E
Text Example
Text Example
White with #DD813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD813E; }
p { color: rgb(221,129,62); }
H1.HeaderClassName
{
color: #DD813E;
}
.AnyTagClassName
{
color: #DD813E;
}
</style>
background-color css
<style>
a { background-color: #DD813E; }
a { background-color: rgb(221,129,62); }
div.DivClassName
{
background-color: #DD813E;
}
.BgClassName
{
background-color: #DD813E;
}
</style>
border-color css
<style>
span { border-color: #DD813E; }
span { border-color: rgb(221,129,62); }
td.TdClassName
{
border-color: #DD813E;
}
.TagClassName
{
border-color: #DD813E;
}
</style>