Shades of Tree Poppy #DD893B
Tints of Tree Poppy #DD893B
RGB
CMYK
RGB Variations
Color information
#DD893B (or 0xDD893B) is known color: Tree Poppy. HEX triplet: DD, 89 and 3B. RGB value is (221,137,59). Sum of RGB (Red+Green+Blue) = 221+137+59=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD893B is #2276C4. Grayscale: #999999. Windows color (decimal): -2258629 or 3901917. OLE color: 3901917.
HSL color Cylindrical-coordinate representation of color #DD893B: hue angle of 28.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD893B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 59 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.13 |
| HSL | 28.89º | 0.7% | 0.55% | - |
| HSV(B) | 28.89º | 0.73% | 0.87% | - |
| XYZ | 39.55 | 33.58 | 8.53 | - |
| YUV | 153.22 | 74.83 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 59 | 0 | 0.38 | 0.73 | 0.13 | 28.89 | 0.7 | 0.55 |
| Hex | DD | 89 | 3B | 0 | 26 | 49 | D | 1D | 46 | 37 |
| Octal | 335 | 211 | 73 | 0 | 46 | 111 | 15 | 35 | 106 | 67 |
| Binary | 11011101 | 10001001 | 111011 | 0 | 100110 | 1001001 | 1101 | 11101 | 1000110 | 110111 |
Color Harmonies of #DD893B
Complementary color
Monochromatic Colors of #DD893B
Black with #DD893B
Text Example
Text Example
White with #DD893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD893B; }
p { color: rgb(221,137,59); }
H1.HeaderClassName
{
color: #DD893B;
}
.AnyTagClassName
{
color: #DD893B;
}
</style>
background-color css
<style>
a { background-color: #DD893B; }
a { background-color: rgb(221,137,59); }
div.DivClassName
{
background-color: #DD893B;
}
.BgClassName
{
background-color: #DD893B;
}
</style>
border-color css
<style>
span { border-color: #DD893B; }
span { border-color: rgb(221,137,59); }
td.TdClassName
{
border-color: #DD893B;
}
.TagClassName
{
border-color: #DD893B;
}
</style>