Shades of Tree Poppy #DB8442
Tints of Tree Poppy #DB8442
RGB
CMYK
RGB Variations
Color information
#DB8442 (or 0xDB8442) is known color: Tree Poppy. HEX triplet: DB, 84 and 42. RGB value is (219,132,66). Sum of RGB (Red+Green+Blue) = 219+132+66=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8442 is #247BBD. Grayscale: #969696. Windows color (decimal): -2390974 or 4359387. OLE color: 4359387.
HSL color Cylindrical-coordinate representation of color #DB8442: hue angle of 25.88º 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 #DB8442 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 66 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.14 |
| HSL | 25.88º | 0.68% | 0.56% | - |
| HSV(B) | 25.88º | 0.7% | 0.86% | - |
| XYZ | 38.45 | 31.96 | 9.3 | - |
| YUV | 150.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 66 | 0 | 0.40 | 0.70 | 0.14 | 25.88 | 0.68 | 0.56 |
| Hex | DB | 84 | 42 | 0 | 28 | 46 | E | 1A | 44 | 38 |
| Octal | 333 | 204 | 102 | 0 | 50 | 106 | 16 | 32 | 104 | 70 |
| Binary | 11011011 | 10000100 | 1000010 | 0 | 101000 | 1000110 | 1110 | 11010 | 1000100 | 111000 |
Color Harmonies of #DB8442
Complementary color
Monochromatic Colors of #DB8442
Black with #DB8442
Text Example
Text Example
White with #DB8442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8442; }
p { color: rgb(219,132,66); }
H1.HeaderClassName
{
color: #DB8442;
}
.AnyTagClassName
{
color: #DB8442;
}
</style>
background-color css
<style>
a { background-color: #DB8442; }
a { background-color: rgb(219,132,66); }
div.DivClassName
{
background-color: #DB8442;
}
.BgClassName
{
background-color: #DB8442;
}
</style>
border-color css
<style>
span { border-color: #DB8442; }
span { border-color: rgb(219,132,66); }
td.TdClassName
{
border-color: #DB8442;
}
.TagClassName
{
border-color: #DB8442;
}
</style>