Shades of Tree Poppy #DB8544
Tints of Tree Poppy #DB8544
RGB
CMYK
RGB Variations
Color information
#DB8544 (or 0xDB8544) is known color: Tree Poppy. HEX triplet: DB, 85 and 44. RGB value is (219,133,68). Sum of RGB (Red+Green+Blue) = 219+133+68=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8544 is #247ABB. Grayscale: #979797. Windows color (decimal): -2390716 or 4490715. OLE color: 4490715.
HSL color Cylindrical-coordinate representation of color #DB8544: hue angle of 25.83º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB8544 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 68 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.14 |
| HSL | 25.83º | 0.68% | 0.56% | - |
| HSV(B) | 25.83º | 0.69% | 0.86% | - |
| XYZ | 38.64 | 32.25 | 9.66 | - |
| YUV | 151.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 68 | 0 | 0.39 | 0.69 | 0.14 | 25.83 | 0.68 | 0.56 |
| Hex | DB | 85 | 44 | 0 | 27 | 45 | E | 1A | 44 | 38 |
| Octal | 333 | 205 | 104 | 0 | 47 | 105 | 16 | 32 | 104 | 70 |
| Binary | 11011011 | 10000101 | 1000100 | 0 | 100111 | 1000101 | 1110 | 11010 | 1000100 | 111000 |
Color Harmonies of #DB8544
Complementary color
Monochromatic Colors of #DB8544
Black with #DB8544
Text Example
Text Example
White with #DB8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8544; }
p { color: rgb(219,133,68); }
H1.HeaderClassName
{
color: #DB8544;
}
.AnyTagClassName
{
color: #DB8544;
}
</style>
background-color css
<style>
a { background-color: #DB8544; }
a { background-color: rgb(219,133,68); }
div.DivClassName
{
background-color: #DB8544;
}
.BgClassName
{
background-color: #DB8544;
}
</style>
border-color css
<style>
span { border-color: #DB8544; }
span { border-color: rgb(219,133,68); }
td.TdClassName
{
border-color: #DB8544;
}
.TagClassName
{
border-color: #DB8544;
}
</style>