Shades of Tree Poppy #DB8642
Tints of Tree Poppy #DB8642
RGB
CMYK
RGB Variations
Color information
#DB8642 (or 0xDB8642) is known color: Tree Poppy. HEX triplet: DB, 86 and 42. RGB value is (219,134,66). Sum of RGB (Red+Green+Blue) = 219+134+66=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8642 is #2479BD. Grayscale: #989898. Windows color (decimal): -2390462 or 4359899. OLE color: 4359899.
HSL color Cylindrical-coordinate representation of color #DB8642: hue angle of 26.67º 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 #DB8642 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 66 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.14 |
| HSL | 26.67º | 0.68% | 0.56% | - |
| HSV(B) | 26.67º | 0.7% | 0.86% | - |
| XYZ | 38.72 | 32.5 | 9.39 | - |
| YUV | 151.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 66 | 0 | 0.39 | 0.70 | 0.14 | 26.67 | 0.68 | 0.56 |
| Hex | DB | 86 | 42 | 0 | 27 | 46 | E | 1B | 44 | 38 |
| Octal | 333 | 206 | 102 | 0 | 47 | 106 | 16 | 33 | 104 | 70 |
| Binary | 11011011 | 10000110 | 1000010 | 0 | 100111 | 1000110 | 1110 | 11011 | 1000100 | 111000 |
Color Harmonies of #DB8642
Complementary color
Monochromatic Colors of #DB8642
Black with #DB8642
Text Example
Text Example
White with #DB8642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8642; }
p { color: rgb(219,134,66); }
H1.HeaderClassName
{
color: #DB8642;
}
.AnyTagClassName
{
color: #DB8642;
}
</style>
background-color css
<style>
a { background-color: #DB8642; }
a { background-color: rgb(219,134,66); }
div.DivClassName
{
background-color: #DB8642;
}
.BgClassName
{
background-color: #DB8642;
}
</style>
border-color css
<style>
span { border-color: #DB8642; }
span { border-color: rgb(219,134,66); }
td.TdClassName
{
border-color: #DB8642;
}
.TagClassName
{
border-color: #DB8642;
}
</style>