Shades of Tree Poppy #DB8137
Tints of Tree Poppy #DB8137
RGB
CMYK
RGB Variations
Color information
#DB8137 (or 0xDB8137) is known color: Tree Poppy. HEX triplet: DB, 81 and 37. RGB value is (219,129,55). Sum of RGB (Red+Green+Blue) = 219+129+55=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8137 is #247EC8. Grayscale: #939393. Windows color (decimal): -2391753 or 3637723. OLE color: 3637723.
HSL color Cylindrical-coordinate representation of color #DB8137: hue angle of 27.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB8137 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 55 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.14 |
| HSL | 27.07º | 0.69% | 0.54% | - |
| HSV(B) | 27.07º | 0.75% | 0.86% | - |
| XYZ | 37.75 | 31.04 | 7.62 | - |
| YUV | 147.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 55 | 0 | 0.41 | 0.75 | 0.14 | 27.07 | 0.69 | 0.54 |
| Hex | DB | 81 | 37 | 0 | 29 | 4B | E | 1B | 45 | 36 |
| Octal | 333 | 201 | 67 | 0 | 51 | 113 | 16 | 33 | 105 | 66 |
| Binary | 11011011 | 10000001 | 110111 | 0 | 101001 | 1001011 | 1110 | 11011 | 1000101 | 110110 |
Color Harmonies of #DB8137
Complementary color
Monochromatic Colors of #DB8137
Black with #DB8137
Text Example
Text Example
White with #DB8137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8137; }
p { color: rgb(219,129,55); }
H1.HeaderClassName
{
color: #DB8137;
}
.AnyTagClassName
{
color: #DB8137;
}
</style>
background-color css
<style>
a { background-color: #DB8137; }
a { background-color: rgb(219,129,55); }
div.DivClassName
{
background-color: #DB8137;
}
.BgClassName
{
background-color: #DB8137;
}
</style>
border-color css
<style>
span { border-color: #DB8137; }
span { border-color: rgb(219,129,55); }
td.TdClassName
{
border-color: #DB8137;
}
.TagClassName
{
border-color: #DB8137;
}
</style>