Shades of Tree Poppy #DB8341
Tints of Tree Poppy #DB8341
RGB
CMYK
RGB Variations
Color information
#DB8341 (or 0xDB8341) is known color: Tree Poppy. HEX triplet: DB, 83 and 41. RGB value is (219,131,65). Sum of RGB (Red+Green+Blue) = 219+131+65=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8341 is #247CBE. Grayscale: #969696. Windows color (decimal): -2391231 or 4293595. OLE color: 4293595.
HSL color Cylindrical-coordinate representation of color #DB8341: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB8341 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 65 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.14 |
| HSL | 25.71º | 0.68% | 0.56% | - |
| HSV(B) | 25.71º | 0.7% | 0.86% | - |
| XYZ | 38.28 | 31.67 | 9.1 | - |
| YUV | 149.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 65 | 0 | 0.40 | 0.70 | 0.14 | 25.71 | 0.68 | 0.56 |
| Hex | DB | 83 | 41 | 0 | 28 | 46 | E | 1A | 44 | 38 |
| Octal | 333 | 203 | 101 | 0 | 50 | 106 | 16 | 32 | 104 | 70 |
| Binary | 11011011 | 10000011 | 1000001 | 0 | 101000 | 1000110 | 1110 | 11010 | 1000100 | 111000 |
Color Harmonies of #DB8341
Complementary color
Monochromatic Colors of #DB8341
Black with #DB8341
Text Example
Text Example
White with #DB8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8341; }
p { color: rgb(219,131,65); }
H1.HeaderClassName
{
color: #DB8341;
}
.AnyTagClassName
{
color: #DB8341;
}
</style>
background-color css
<style>
a { background-color: #DB8341; }
a { background-color: rgb(219,131,65); }
div.DivClassName
{
background-color: #DB8341;
}
.BgClassName
{
background-color: #DB8341;
}
</style>
border-color css
<style>
span { border-color: #DB8341; }
span { border-color: rgb(219,131,65); }
td.TdClassName
{
border-color: #DB8341;
}
.TagClassName
{
border-color: #DB8341;
}
</style>