Shades of Tree Poppy #DB8844
Tints of Tree Poppy #DB8844
RGB
CMYK
RGB Variations
Color information
#DB8844 (or 0xDB8844) is known color: Tree Poppy. HEX triplet: DB, 88 and 44. RGB value is (219,136,68). Sum of RGB (Red+Green+Blue) = 219+136+68=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8844 is #2477BB. Grayscale: #999999. Windows color (decimal): -2389948 or 4491483. OLE color: 4491483.
HSL color Cylindrical-coordinate representation of color #DB8844: hue angle of 27.02º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB8844 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 68 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.14 |
| HSL | 27.02º | 0.68% | 0.56% | - |
| HSV(B) | 27.02º | 0.69% | 0.86% | - |
| XYZ | 39.06 | 33.09 | 9.8 | - |
| YUV | 153.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 68 | 0 | 0.38 | 0.69 | 0.14 | 27.02 | 0.68 | 0.56 |
| Hex | DB | 88 | 44 | 0 | 26 | 45 | E | 1B | 44 | 38 |
| Octal | 333 | 210 | 104 | 0 | 46 | 105 | 16 | 33 | 104 | 70 |
| Binary | 11011011 | 10001000 | 1000100 | 0 | 100110 | 1000101 | 1110 | 11011 | 1000100 | 111000 |
Color Harmonies of #DB8844
Complementary color
Monochromatic Colors of #DB8844
Black with #DB8844
Text Example
Text Example
White with #DB8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8844; }
p { color: rgb(219,136,68); }
H1.HeaderClassName
{
color: #DB8844;
}
.AnyTagClassName
{
color: #DB8844;
}
</style>
background-color css
<style>
a { background-color: #DB8844; }
a { background-color: rgb(219,136,68); }
div.DivClassName
{
background-color: #DB8844;
}
.BgClassName
{
background-color: #DB8844;
}
</style>
border-color css
<style>
span { border-color: #DB8844; }
span { border-color: rgb(219,136,68); }
td.TdClassName
{
border-color: #DB8844;
}
.TagClassName
{
border-color: #DB8844;
}
</style>