Shades of Tree Poppy #DB8741
Tints of Tree Poppy #DB8741
RGB
CMYK
RGB Variations
Color information
#DB8741 (or 0xDB8741) is known color: Tree Poppy. HEX triplet: DB, 87 and 41. RGB value is (219,135,65). Sum of RGB (Red+Green+Blue) = 219+135+65=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8741 is #2478BE. Grayscale: #989898. Windows color (decimal): -2390207 or 4294619. OLE color: 4294619.
HSL color Cylindrical-coordinate representation of color #DB8741: hue angle of 27.27º 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 #DB8741 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 65 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.14 |
| HSL | 27.27º | 0.68% | 0.56% | - |
| HSV(B) | 27.27º | 0.7% | 0.86% | - |
| XYZ | 38.83 | 32.77 | 9.28 | - |
| YUV | 152.14 | 78.83 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 65 | 0 | 0.38 | 0.70 | 0.14 | 27.27 | 0.68 | 0.56 |
| Hex | DB | 87 | 41 | 0 | 26 | 46 | E | 1B | 44 | 38 |
| Octal | 333 | 207 | 101 | 0 | 46 | 106 | 16 | 33 | 104 | 70 |
| Binary | 11011011 | 10000111 | 1000001 | 0 | 100110 | 1000110 | 1110 | 11011 | 1000100 | 111000 |
Color Harmonies of #DB8741
Complementary color
Monochromatic Colors of #DB8741
Black with #DB8741
Text Example
Text Example
White with #DB8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8741; }
p { color: rgb(219,135,65); }
H1.HeaderClassName
{
color: #DB8741;
}
.AnyTagClassName
{
color: #DB8741;
}
</style>
background-color css
<style>
a { background-color: #DB8741; }
a { background-color: rgb(219,135,65); }
div.DivClassName
{
background-color: #DB8741;
}
.BgClassName
{
background-color: #DB8741;
}
</style>
border-color css
<style>
span { border-color: #DB8741; }
span { border-color: rgb(219,135,65); }
td.TdClassName
{
border-color: #DB8741;
}
.TagClassName
{
border-color: #DB8741;
}
</style>