Shades of Tree Poppy #DB8041
Tints of Tree Poppy #DB8041
RGB
CMYK
RGB Variations
Color information
#DB8041 (or 0xDB8041) is known color: Tree Poppy. HEX triplet: DB, 80 and 41. RGB value is (219,128,65). Sum of RGB (Red+Green+Blue) = 219+128+65=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8041 is #247FBE. Grayscale: #949494. Windows color (decimal): -2391999 or 4292827. OLE color: 4292827.
HSL color Cylindrical-coordinate representation of color #DB8041: hue angle of 24.55º 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 #DB8041 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 65 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.14 |
| HSL | 24.55º | 0.68% | 0.56% | - |
| HSV(B) | 24.55º | 0.7% | 0.86% | - |
| XYZ | 37.89 | 30.88 | 8.96 | - |
| YUV | 148.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 65 | 0 | 0.42 | 0.70 | 0.14 | 24.55 | 0.68 | 0.56 |
| Hex | DB | 80 | 41 | 0 | 2A | 46 | E | 19 | 44 | 38 |
| Octal | 333 | 200 | 101 | 0 | 52 | 106 | 16 | 31 | 104 | 70 |
| Binary | 11011011 | 10000000 | 1000001 | 0 | 101010 | 1000110 | 1110 | 11001 | 1000100 | 111000 |
Color Harmonies of #DB8041
Complementary color
Monochromatic Colors of #DB8041
Black with #DB8041
Text Example
Text Example
White with #DB8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8041; }
p { color: rgb(219,128,65); }
H1.HeaderClassName
{
color: #DB8041;
}
.AnyTagClassName
{
color: #DB8041;
}
</style>
background-color css
<style>
a { background-color: #DB8041; }
a { background-color: rgb(219,128,65); }
div.DivClassName
{
background-color: #DB8041;
}
.BgClassName
{
background-color: #DB8041;
}
</style>
border-color css
<style>
span { border-color: #DB8041; }
span { border-color: rgb(219,128,65); }
td.TdClassName
{
border-color: #DB8041;
}
.TagClassName
{
border-color: #DB8041;
}
</style>