Shades of Tree Poppy #DB853D
Tints of Tree Poppy #DB853D
RGB
CMYK
RGB Variations
Color information
#DB853D (or 0xDB853D) is known color: Tree Poppy. HEX triplet: DB, 85 and 3D. RGB value is (219,133,61). Sum of RGB (Red+Green+Blue) = 219+133+61=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB853D is #247AC2. Grayscale: #969696. Windows color (decimal): -2390723 or 4031963. OLE color: 4031963.
HSL color Cylindrical-coordinate representation of color #DB853D: hue angle of 27.34º 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 #DB853D is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 61 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.14 |
| HSL | 27.34º | 0.69% | 0.55% | - |
| HSV(B) | 27.34º | 0.72% | 0.86% | - |
| XYZ | 38.44 | 32.17 | 8.6 | - |
| YUV | 150.51 | 77.49 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 61 | 0 | 0.39 | 0.72 | 0.14 | 27.34 | 0.69 | 0.55 |
| Hex | DB | 85 | 3D | 0 | 27 | 48 | E | 1B | 45 | 37 |
| Octal | 333 | 205 | 75 | 0 | 47 | 110 | 16 | 33 | 105 | 67 |
| Binary | 11011011 | 10000101 | 111101 | 0 | 100111 | 1001000 | 1110 | 11011 | 1000101 | 110111 |
Color Harmonies of #DB853D
Complementary color
Monochromatic Colors of #DB853D
Black with #DB853D
Text Example
Text Example
White with #DB853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB853D; }
p { color: rgb(219,133,61); }
H1.HeaderClassName
{
color: #DB853D;
}
.AnyTagClassName
{
color: #DB853D;
}
</style>
background-color css
<style>
a { background-color: #DB853D; }
a { background-color: rgb(219,133,61); }
div.DivClassName
{
background-color: #DB853D;
}
.BgClassName
{
background-color: #DB853D;
}
</style>
border-color css
<style>
span { border-color: #DB853D; }
span { border-color: rgb(219,133,61); }
td.TdClassName
{
border-color: #DB853D;
}
.TagClassName
{
border-color: #DB853D;
}
</style>