Shades of Tree Poppy #DB8835
Tints of Tree Poppy #DB8835
RGB
CMYK
RGB Variations
Color information
#DB8835 (or 0xDB8835) is known color: Tree Poppy. HEX triplet: DB, 88 and 35. RGB value is (219,136,53). Sum of RGB (Red+Green+Blue) = 219+136+53=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8835 is #2477CA. Grayscale: #979797. Windows color (decimal): -2389963 or 3508443. OLE color: 3508443.
HSL color Cylindrical-coordinate representation of color #DB8835: hue angle of 30º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB8835 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 53 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.14 |
| HSL | 30º | 0.7% | 0.53% | - |
| HSV(B) | 30º | 0.76% | 0.86% | - |
| XYZ | 38.66 | 32.93 | 7.69 | - |
| YUV | 151.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 53 | 0 | 0.38 | 0.76 | 0.14 | 30 | 0.7 | 0.53 |
| Hex | DB | 88 | 35 | 0 | 26 | 4C | E | 1E | 46 | 35 |
| Octal | 333 | 210 | 65 | 0 | 46 | 114 | 16 | 36 | 106 | 65 |
| Binary | 11011011 | 10001000 | 110101 | 0 | 100110 | 1001100 | 1110 | 11110 | 1000110 | 110101 |
Color Harmonies of #DB8835
Complementary color
Monochromatic Colors of #DB8835
Black with #DB8835
Text Example
Text Example
White with #DB8835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8835; }
p { color: rgb(219,136,53); }
H1.HeaderClassName
{
color: #DB8835;
}
.AnyTagClassName
{
color: #DB8835;
}
</style>
background-color css
<style>
a { background-color: #DB8835; }
a { background-color: rgb(219,136,53); }
div.DivClassName
{
background-color: #DB8835;
}
.BgClassName
{
background-color: #DB8835;
}
</style>
border-color css
<style>
span { border-color: #DB8835; }
span { border-color: rgb(219,136,53); }
td.TdClassName
{
border-color: #DB8835;
}
.TagClassName
{
border-color: #DB8835;
}
</style>