Shades of Tree Poppy #DB8441
Tints of Tree Poppy #DB8441
RGB
CMYK
RGB Variations
Color information
#DB8441 (or 0xDB8441) is known color: Tree Poppy. HEX triplet: DB, 84 and 41. RGB value is (219,132,65). Sum of RGB (Red+Green+Blue) = 219+132+65=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8441 is #247BBE. Grayscale: #969696. Windows color (decimal): -2390975 or 4293851. OLE color: 4293851.
HSL color Cylindrical-coordinate representation of color #DB8441: hue angle of 26.1º 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 #DB8441 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 65 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.14 |
| HSL | 26.1º | 0.68% | 0.56% | - |
| HSV(B) | 26.1º | 0.7% | 0.86% | - |
| XYZ | 38.42 | 31.94 | 9.14 | - |
| YUV | 150.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 65 | 0 | 0.40 | 0.70 | 0.14 | 26.1 | 0.68 | 0.56 |
| Hex | DB | 84 | 41 | 0 | 28 | 46 | E | 1A | 44 | 38 |
| Octal | 333 | 204 | 101 | 0 | 50 | 106 | 16 | 32 | 104 | 70 |
| Binary | 11011011 | 10000100 | 1000001 | 0 | 101000 | 1000110 | 1110 | 11010 | 1000100 | 111000 |
Color Harmonies of #DB8441
Complementary color
Monochromatic Colors of #DB8441
Black with #DB8441
Text Example
Text Example
White with #DB8441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8441; }
p { color: rgb(219,132,65); }
H1.HeaderClassName
{
color: #DB8441;
}
.AnyTagClassName
{
color: #DB8441;
}
</style>
background-color css
<style>
a { background-color: #DB8441; }
a { background-color: rgb(219,132,65); }
div.DivClassName
{
background-color: #DB8441;
}
.BgClassName
{
background-color: #DB8441;
}
</style>
border-color css
<style>
span { border-color: #DB8441; }
span { border-color: rgb(219,132,65); }
td.TdClassName
{
border-color: #DB8441;
}
.TagClassName
{
border-color: #DB8441;
}
</style>