Shades of Tree Poppy #DB883F
Tints of Tree Poppy #DB883F
RGB
CMYK
RGB Variations
Color information
#DB883F (or 0xDB883F) is known color: Tree Poppy. HEX triplet: DB, 88 and 3F. RGB value is (219,136,63). Sum of RGB (Red+Green+Blue) = 219+136+63=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB883F is #2477C0. Grayscale: #989898. Windows color (decimal): -2389953 or 4163803. OLE color: 4163803.
HSL color Cylindrical-coordinate representation of color #DB883F: hue angle of 28.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB883F is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 63 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.14 |
| HSL | 28.08º | 0.68% | 0.55% | - |
| HSV(B) | 28.08º | 0.71% | 0.86% | - |
| XYZ | 38.91 | 33.03 | 9.03 | - |
| YUV | 152.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 63 | 0 | 0.38 | 0.71 | 0.14 | 28.08 | 0.68 | 0.55 |
| Hex | DB | 88 | 3F | 0 | 26 | 47 | E | 1C | 44 | 37 |
| Octal | 333 | 210 | 77 | 0 | 46 | 107 | 16 | 34 | 104 | 67 |
| Binary | 11011011 | 10001000 | 111111 | 0 | 100110 | 1000111 | 1110 | 11100 | 1000100 | 110111 |
Color Harmonies of #DB883F
Complementary color
Monochromatic Colors of #DB883F
Black with #DB883F
Text Example
Text Example
White with #DB883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB883F; }
p { color: rgb(219,136,63); }
H1.HeaderClassName
{
color: #DB883F;
}
.AnyTagClassName
{
color: #DB883F;
}
</style>
background-color css
<style>
a { background-color: #DB883F; }
a { background-color: rgb(219,136,63); }
div.DivClassName
{
background-color: #DB883F;
}
.BgClassName
{
background-color: #DB883F;
}
</style>
border-color css
<style>
span { border-color: #DB883F; }
span { border-color: rgb(219,136,63); }
td.TdClassName
{
border-color: #DB883F;
}
.TagClassName
{
border-color: #DB883F;
}
</style>