Shades of Tree Poppy #DB853C
Tints of Tree Poppy #DB853C
RGB
CMYK
RGB Variations
Color information
#DB853C (or 0xDB853C) is known color: Tree Poppy. HEX triplet: DB, 85 and 3C. RGB value is (219,133,60). Sum of RGB (Red+Green+Blue) = 219+133+60=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB853C is #247AC3. Grayscale: #969696. Windows color (decimal): -2390724 or 3966427. OLE color: 3966427.
HSL color Cylindrical-coordinate representation of color #DB853C: hue angle of 27.55º 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 #DB853C is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 60 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.14 |
| HSL | 27.55º | 0.69% | 0.55% | - |
| HSV(B) | 27.55º | 0.73% | 0.86% | - |
| XYZ | 38.42 | 32.16 | 8.46 | - |
| YUV | 150.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 60 | 0 | 0.39 | 0.73 | 0.14 | 27.55 | 0.69 | 0.55 |
| Hex | DB | 85 | 3C | 0 | 27 | 49 | E | 1C | 45 | 37 |
| Octal | 333 | 205 | 74 | 0 | 47 | 111 | 16 | 34 | 105 | 67 |
| Binary | 11011011 | 10000101 | 111100 | 0 | 100111 | 1001001 | 1110 | 11100 | 1000101 | 110111 |
Color Harmonies of #DB853C
Complementary color
Monochromatic Colors of #DB853C
Black with #DB853C
Text Example
Text Example
White with #DB853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB853C; }
p { color: rgb(219,133,60); }
H1.HeaderClassName
{
color: #DB853C;
}
.AnyTagClassName
{
color: #DB853C;
}
</style>
background-color css
<style>
a { background-color: #DB853C; }
a { background-color: rgb(219,133,60); }
div.DivClassName
{
background-color: #DB853C;
}
.BgClassName
{
background-color: #DB853C;
}
</style>
border-color css
<style>
span { border-color: #DB853C; }
span { border-color: rgb(219,133,60); }
td.TdClassName
{
border-color: #DB853C;
}
.TagClassName
{
border-color: #DB853C;
}
</style>