Shades of Tree Poppy #DD893E
Tints of Tree Poppy #DD893E
RGB
CMYK
RGB Variations
Color information
#DD893E (or 0xDD893E) is known color: Tree Poppy. HEX triplet: DD, 89 and 3E. RGB value is (221,137,62). Sum of RGB (Red+Green+Blue) = 221+137+62=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD893E is #2276C1. Grayscale: #999999. Windows color (decimal): -2258626 or 4098525. OLE color: 4098525.
HSL color Cylindrical-coordinate representation of color #DD893E: hue angle of 28.3º 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 #DD893E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 28.3º | 0.7% | 0.55% | - |
| HSV(B) | 28.3º | 0.72% | 0.87% | - |
| XYZ | 39.63 | 33.61 | 8.96 | - |
| YUV | 153.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 62 | 0 | 0.38 | 0.72 | 0.13 | 28.3 | 0.7 | 0.55 |
| Hex | DD | 89 | 3E | 0 | 26 | 48 | D | 1C | 46 | 37 |
| Octal | 335 | 211 | 76 | 0 | 46 | 110 | 15 | 34 | 106 | 67 |
| Binary | 11011101 | 10001001 | 111110 | 0 | 100110 | 1001000 | 1101 | 11100 | 1000110 | 110111 |
Color Harmonies of #DD893E
Complementary color
Monochromatic Colors of #DD893E
Black with #DD893E
Text Example
Text Example
White with #DD893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD893E; }
p { color: rgb(221,137,62); }
H1.HeaderClassName
{
color: #DD893E;
}
.AnyTagClassName
{
color: #DD893E;
}
</style>
background-color css
<style>
a { background-color: #DD893E; }
a { background-color: rgb(221,137,62); }
div.DivClassName
{
background-color: #DD893E;
}
.BgClassName
{
background-color: #DD893E;
}
</style>
border-color css
<style>
span { border-color: #DD893E; }
span { border-color: rgb(221,137,62); }
td.TdClassName
{
border-color: #DD893E;
}
.TagClassName
{
border-color: #DD893E;
}
</style>