Shades of Tree Poppy #DB8735
Tints of Tree Poppy #DB8735
RGB
CMYK
RGB Variations
Color information
#DB8735 (or 0xDB8735) is known color: Tree Poppy. HEX triplet: DB, 87 and 35. RGB value is (219,135,53). Sum of RGB (Red+Green+Blue) = 219+135+53=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8735 is #2478CA. Grayscale: #979797. Windows color (decimal): -2390219 or 3508187. OLE color: 3508187.
HSL color Cylindrical-coordinate representation of color #DB8735: hue angle of 29.64º 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 #DB8735 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 53 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.14 |
| HSL | 29.64º | 0.7% | 0.53% | - |
| HSV(B) | 29.64º | 0.76% | 0.86% | - |
| XYZ | 38.52 | 32.65 | 7.64 | - |
| YUV | 150.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 53 | 0 | 0.38 | 0.76 | 0.14 | 29.64 | 0.7 | 0.53 |
| Hex | DB | 87 | 35 | 0 | 26 | 4C | E | 1E | 46 | 35 |
| Octal | 333 | 207 | 65 | 0 | 46 | 114 | 16 | 36 | 106 | 65 |
| Binary | 11011011 | 10000111 | 110101 | 0 | 100110 | 1001100 | 1110 | 11110 | 1000110 | 110101 |
Color Harmonies of #DB8735
Complementary color
Monochromatic Colors of #DB8735
Black with #DB8735
Text Example
Text Example
White with #DB8735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8735; }
p { color: rgb(219,135,53); }
H1.HeaderClassName
{
color: #DB8735;
}
.AnyTagClassName
{
color: #DB8735;
}
</style>
background-color css
<style>
a { background-color: #DB8735; }
a { background-color: rgb(219,135,53); }
div.DivClassName
{
background-color: #DB8735;
}
.BgClassName
{
background-color: #DB8735;
}
</style>
border-color css
<style>
span { border-color: #DB8735; }
span { border-color: rgb(219,135,53); }
td.TdClassName
{
border-color: #DB8735;
}
.TagClassName
{
border-color: #DB8735;
}
</style>