Shades of Tree Poppy #DB873E
Tints of Tree Poppy #DB873E
RGB
CMYK
RGB Variations
Color information
#DB873E (or 0xDB873E) is known color: Tree Poppy. HEX triplet: DB, 87 and 3E. RGB value is (219,135,62). Sum of RGB (Red+Green+Blue) = 219+135+62=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB873E is #2478C1. Grayscale: #989898. Windows color (decimal): -2390210 or 4098011. OLE color: 4098011.
HSL color Cylindrical-coordinate representation of color #DB873E: hue angle of 27.9º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB873E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.14 |
| HSL | 27.9º | 0.69% | 0.55% | - |
| HSV(B) | 27.9º | 0.72% | 0.86% | - |
| XYZ | 38.75 | 32.74 | 8.83 | - |
| YUV | 151.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 62 | 0 | 0.38 | 0.72 | 0.14 | 27.9 | 0.69 | 0.55 |
| Hex | DB | 87 | 3E | 0 | 26 | 48 | E | 1C | 45 | 37 |
| Octal | 333 | 207 | 76 | 0 | 46 | 110 | 16 | 34 | 105 | 67 |
| Binary | 11011011 | 10000111 | 111110 | 0 | 100110 | 1001000 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DB873E
Complementary color
Monochromatic Colors of #DB873E
Black with #DB873E
Text Example
Text Example
White with #DB873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB873E; }
p { color: rgb(219,135,62); }
H1.HeaderClassName
{
color: #DB873E;
}
.AnyTagClassName
{
color: #DB873E;
}
</style>
background-color css
<style>
a { background-color: #DB873E; }
a { background-color: rgb(219,135,62); }
div.DivClassName
{
background-color: #DB873E;
}
.BgClassName
{
background-color: #DB873E;
}
</style>
border-color css
<style>
span { border-color: #DB873E; }
span { border-color: rgb(219,135,62); }
td.TdClassName
{
border-color: #DB873E;
}
.TagClassName
{
border-color: #DB873E;
}
</style>