Shades of Tree Poppy #DB8241
Tints of Tree Poppy #DB8241
RGB
CMYK
RGB Variations
Color information
#DB8241 (or 0xDB8241) is known color: Tree Poppy. HEX triplet: DB, 82 and 41. RGB value is (219,130,65). Sum of RGB (Red+Green+Blue) = 219+130+65=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8241 is #247DBE. Grayscale: #959595. Windows color (decimal): -2391487 or 4293339. OLE color: 4293339.
HSL color Cylindrical-coordinate representation of color #DB8241: hue angle of 25.32º 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 #DB8241 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 65 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.14 |
| HSL | 25.32º | 0.68% | 0.56% | - |
| HSV(B) | 25.32º | 0.7% | 0.86% | - |
| XYZ | 38.15 | 31.41 | 9.05 | - |
| YUV | 149.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 65 | 0 | 0.41 | 0.70 | 0.14 | 25.32 | 0.68 | 0.56 |
| Hex | DB | 82 | 41 | 0 | 29 | 46 | E | 19 | 44 | 38 |
| Octal | 333 | 202 | 101 | 0 | 51 | 106 | 16 | 31 | 104 | 70 |
| Binary | 11011011 | 10000010 | 1000001 | 0 | 101001 | 1000110 | 1110 | 11001 | 1000100 | 111000 |
Color Harmonies of #DB8241
Complementary color
Monochromatic Colors of #DB8241
Black with #DB8241
Text Example
Text Example
White with #DB8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8241; }
p { color: rgb(219,130,65); }
H1.HeaderClassName
{
color: #DB8241;
}
.AnyTagClassName
{
color: #DB8241;
}
</style>
background-color css
<style>
a { background-color: #DB8241; }
a { background-color: rgb(219,130,65); }
div.DivClassName
{
background-color: #DB8241;
}
.BgClassName
{
background-color: #DB8241;
}
</style>
border-color css
<style>
span { border-color: #DB8241; }
span { border-color: rgb(219,130,65); }
td.TdClassName
{
border-color: #DB8241;
}
.TagClassName
{
border-color: #DB8241;
}
</style>