Shades of Tree Poppy #DB863D
Tints of Tree Poppy #DB863D
RGB
CMYK
RGB Variations
Color information
#DB863D (or 0xDB863D) is known color: Tree Poppy. HEX triplet: DB, 86 and 3D. RGB value is (219,134,61). Sum of RGB (Red+Green+Blue) = 219+134+61=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB863D is #2479C2. Grayscale: #979797. Windows color (decimal): -2390467 or 4032219. OLE color: 4032219.
HSL color Cylindrical-coordinate representation of color #DB863D: hue angle of 27.72º 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 #DB863D is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 61 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.14 |
| HSL | 27.72º | 0.69% | 0.55% | - |
| HSV(B) | 27.72º | 0.72% | 0.86% | - |
| XYZ | 38.58 | 32.45 | 8.64 | - |
| YUV | 151.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 61 | 0 | 0.39 | 0.72 | 0.14 | 27.72 | 0.69 | 0.55 |
| Hex | DB | 86 | 3D | 0 | 27 | 48 | E | 1C | 45 | 37 |
| Octal | 333 | 206 | 75 | 0 | 47 | 110 | 16 | 34 | 105 | 67 |
| Binary | 11011011 | 10000110 | 111101 | 0 | 100111 | 1001000 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DB863D
Complementary color
Monochromatic Colors of #DB863D
Black with #DB863D
Text Example
Text Example
White with #DB863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB863D; }
p { color: rgb(219,134,61); }
H1.HeaderClassName
{
color: #DB863D;
}
.AnyTagClassName
{
color: #DB863D;
}
</style>
background-color css
<style>
a { background-color: #DB863D; }
a { background-color: rgb(219,134,61); }
div.DivClassName
{
background-color: #DB863D;
}
.BgClassName
{
background-color: #DB863D;
}
</style>
border-color css
<style>
span { border-color: #DB863D; }
span { border-color: rgb(219,134,61); }
td.TdClassName
{
border-color: #DB863D;
}
.TagClassName
{
border-color: #DB863D;
}
</style>