Shades of Tree Poppy #DB8635
Tints of Tree Poppy #DB8635
RGB
CMYK
RGB Variations
Color information
#DB8635 (or 0xDB8635) is known color: Tree Poppy. HEX triplet: DB, 86 and 35. RGB value is (219,134,53). Sum of RGB (Red+Green+Blue) = 219+134+53=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8635 is #2479CA. Grayscale: #969696. Windows color (decimal): -2390475 or 3507931. OLE color: 3507931.
HSL color Cylindrical-coordinate representation of color #DB8635: hue angle of 29.28º 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 #DB8635 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 53 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.14 |
| HSL | 29.28º | 0.7% | 0.53% | - |
| HSV(B) | 29.28º | 0.76% | 0.86% | - |
| XYZ | 38.38 | 32.37 | 7.59 | - |
| YUV | 150.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 53 | 0 | 0.39 | 0.76 | 0.14 | 29.28 | 0.7 | 0.53 |
| Hex | DB | 86 | 35 | 0 | 27 | 4C | E | 1D | 46 | 35 |
| Octal | 333 | 206 | 65 | 0 | 47 | 114 | 16 | 35 | 106 | 65 |
| Binary | 11011011 | 10000110 | 110101 | 0 | 100111 | 1001100 | 1110 | 11101 | 1000110 | 110101 |
Color Harmonies of #DB8635
Complementary color
Monochromatic Colors of #DB8635
Black with #DB8635
Text Example
Text Example
White with #DB8635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8635; }
p { color: rgb(219,134,53); }
H1.HeaderClassName
{
color: #DB8635;
}
.AnyTagClassName
{
color: #DB8635;
}
</style>
background-color css
<style>
a { background-color: #DB8635; }
a { background-color: rgb(219,134,53); }
div.DivClassName
{
background-color: #DB8635;
}
.BgClassName
{
background-color: #DB8635;
}
</style>
border-color css
<style>
span { border-color: #DB8635; }
span { border-color: rgb(219,134,53); }
td.TdClassName
{
border-color: #DB8635;
}
.TagClassName
{
border-color: #DB8635;
}
</style>