Shades of Tree Poppy #DB8842
Tints of Tree Poppy #DB8842
RGB
CMYK
RGB Variations
Color information
#DB8842 (or 0xDB8842) is known color: Tree Poppy. HEX triplet: DB, 88 and 42. RGB value is (219,136,66). Sum of RGB (Red+Green+Blue) = 219+136+66=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8842 is #2477BD. Grayscale: #999999. Windows color (decimal): -2389950 or 4360411. OLE color: 4360411.
HSL color Cylindrical-coordinate representation of color #DB8842: hue angle of 27.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB8842 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 66 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.14 |
| HSL | 27.45º | 0.68% | 0.56% | - |
| HSV(B) | 27.45º | 0.7% | 0.86% | - |
| XYZ | 39 | 33.06 | 9.48 | - |
| YUV | 152.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 66 | 0 | 0.38 | 0.70 | 0.14 | 27.45 | 0.68 | 0.56 |
| Hex | DB | 88 | 42 | 0 | 26 | 46 | E | 1B | 44 | 38 |
| Octal | 333 | 210 | 102 | 0 | 46 | 106 | 16 | 33 | 104 | 70 |
| Binary | 11011011 | 10001000 | 1000010 | 0 | 100110 | 1000110 | 1110 | 11011 | 1000100 | 111000 |
Color Harmonies of #DB8842
Complementary color
Monochromatic Colors of #DB8842
Black with #DB8842
Text Example
Text Example
White with #DB8842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8842; }
p { color: rgb(219,136,66); }
H1.HeaderClassName
{
color: #DB8842;
}
.AnyTagClassName
{
color: #DB8842;
}
</style>
background-color css
<style>
a { background-color: #DB8842; }
a { background-color: rgb(219,136,66); }
div.DivClassName
{
background-color: #DB8842;
}
.BgClassName
{
background-color: #DB8842;
}
</style>
border-color css
<style>
span { border-color: #DB8842; }
span { border-color: rgb(219,136,66); }
td.TdClassName
{
border-color: #DB8842;
}
.TagClassName
{
border-color: #DB8842;
}
</style>