Shades of Tree Poppy #DB873C
Tints of Tree Poppy #DB873C
RGB
CMYK
RGB Variations
Color information
#DB873C (or 0xDB873C) is known color: Tree Poppy. HEX triplet: DB, 87 and 3C. RGB value is (219,135,60). Sum of RGB (Red+Green+Blue) = 219+135+60=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB873C is #2478C3. Grayscale: #979797. Windows color (decimal): -2390212 or 3966939. OLE color: 3966939.
HSL color Cylindrical-coordinate representation of color #DB873C: hue angle of 28.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB873C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 60 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.14 |
| HSL | 28.3º | 0.69% | 0.55% | - |
| HSV(B) | 28.3º | 0.73% | 0.86% | - |
| XYZ | 38.69 | 32.71 | 8.55 | - |
| YUV | 151.57 | 76.33 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 60 | 0 | 0.38 | 0.73 | 0.14 | 28.3 | 0.69 | 0.55 |
| Hex | DB | 87 | 3C | 0 | 26 | 49 | E | 1C | 45 | 37 |
| Octal | 333 | 207 | 74 | 0 | 46 | 111 | 16 | 34 | 105 | 67 |
| Binary | 11011011 | 10000111 | 111100 | 0 | 100110 | 1001001 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DB873C
Complementary color
Monochromatic Colors of #DB873C
Black with #DB873C
Text Example
Text Example
White with #DB873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB873C; }
p { color: rgb(219,135,60); }
H1.HeaderClassName
{
color: #DB873C;
}
.AnyTagClassName
{
color: #DB873C;
}
</style>
background-color css
<style>
a { background-color: #DB873C; }
a { background-color: rgb(219,135,60); }
div.DivClassName
{
background-color: #DB873C;
}
.BgClassName
{
background-color: #DB873C;
}
</style>
border-color css
<style>
span { border-color: #DB873C; }
span { border-color: rgb(219,135,60); }
td.TdClassName
{
border-color: #DB873C;
}
.TagClassName
{
border-color: #DB873C;
}
</style>