Shades of Tree Poppy #DB8141
Tints of Tree Poppy #DB8141
RGB
CMYK
RGB Variations
Color information
#DB8141 (or 0xDB8141) is known color: Tree Poppy. HEX triplet: DB, 81 and 41. RGB value is (219,129,65). Sum of RGB (Red+Green+Blue) = 219+129+65=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8141 is #247EBE. Grayscale: #949494. Windows color (decimal): -2391743 or 4293083. OLE color: 4293083.
HSL color Cylindrical-coordinate representation of color #DB8141: hue angle of 24.94º 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 #DB8141 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 65 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.14 |
| HSL | 24.94º | 0.68% | 0.56% | - |
| HSV(B) | 24.94º | 0.7% | 0.86% | - |
| XYZ | 38.02 | 31.14 | 9.01 | - |
| YUV | 148.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 65 | 0 | 0.41 | 0.70 | 0.14 | 24.94 | 0.68 | 0.56 |
| Hex | DB | 81 | 41 | 0 | 29 | 46 | E | 19 | 44 | 38 |
| Octal | 333 | 201 | 101 | 0 | 51 | 106 | 16 | 31 | 104 | 70 |
| Binary | 11011011 | 10000001 | 1000001 | 0 | 101001 | 1000110 | 1110 | 11001 | 1000100 | 111000 |
Color Harmonies of #DB8141
Complementary color
Monochromatic Colors of #DB8141
Black with #DB8141
Text Example
Text Example
White with #DB8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8141; }
p { color: rgb(219,129,65); }
H1.HeaderClassName
{
color: #DB8141;
}
.AnyTagClassName
{
color: #DB8141;
}
</style>
background-color css
<style>
a { background-color: #DB8141; }
a { background-color: rgb(219,129,65); }
div.DivClassName
{
background-color: #DB8141;
}
.BgClassName
{
background-color: #DB8141;
}
</style>
border-color css
<style>
span { border-color: #DB8141; }
span { border-color: rgb(219,129,65); }
td.TdClassName
{
border-color: #DB8141;
}
.TagClassName
{
border-color: #DB8141;
}
</style>