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