Shades of Tree Poppy #DB8535
Tints of Tree Poppy #DB8535
RGB
CMYK
RGB Variations
Color information
#DB8535 (or 0xDB8535) is known color: Tree Poppy. HEX triplet: DB, 85 and 35. RGB value is (219,133,53). Sum of RGB (Red+Green+Blue) = 219+133+53=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8535 is #247ACA. Grayscale: #969696. Windows color (decimal): -2390731 or 3507675. OLE color: 3507675.
HSL color Cylindrical-coordinate representation of color #DB8535: hue angle of 28.92º 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 #DB8535 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 53 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.14 |
| HSL | 28.92º | 0.7% | 0.53% | - |
| HSV(B) | 28.92º | 0.76% | 0.86% | - |
| XYZ | 38.24 | 32.09 | 7.55 | - |
| YUV | 149.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 53 | 0 | 0.39 | 0.76 | 0.14 | 28.92 | 0.7 | 0.53 |
| Hex | DB | 85 | 35 | 0 | 27 | 4C | E | 1D | 46 | 35 |
| Octal | 333 | 205 | 65 | 0 | 47 | 114 | 16 | 35 | 106 | 65 |
| Binary | 11011011 | 10000101 | 110101 | 0 | 100111 | 1001100 | 1110 | 11101 | 1000110 | 110101 |
Color Harmonies of #DB8535
Complementary color
Monochromatic Colors of #DB8535
Black with #DB8535
Text Example
Text Example
White with #DB8535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8535; }
p { color: rgb(219,133,53); }
H1.HeaderClassName
{
color: #DB8535;
}
.AnyTagClassName
{
color: #DB8535;
}
</style>
background-color css
<style>
a { background-color: #DB8535; }
a { background-color: rgb(219,133,53); }
div.DivClassName
{
background-color: #DB8535;
}
.BgClassName
{
background-color: #DB8535;
}
</style>
border-color css
<style>
span { border-color: #DB8535; }
span { border-color: rgb(219,133,53); }
td.TdClassName
{
border-color: #DB8535;
}
.TagClassName
{
border-color: #DB8535;
}
</style>