Shades of Tree Poppy #DB8342
Tints of Tree Poppy #DB8342
RGB
CMYK
RGB Variations
Color information
#DB8342 (or 0xDB8342) is known color: Tree Poppy. HEX triplet: DB, 83 and 42. RGB value is (219,131,66). Sum of RGB (Red+Green+Blue) = 219+131+66=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8342 is #247CBD. Grayscale: #969696. Windows color (decimal): -2391230 or 4359131. OLE color: 4359131.
HSL color Cylindrical-coordinate representation of color #DB8342: hue angle of 25.49º 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 #DB8342 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 66 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.14 |
| HSL | 25.49º | 0.68% | 0.56% | - |
| HSV(B) | 25.49º | 0.7% | 0.86% | - |
| XYZ | 38.31 | 31.69 | 9.25 | - |
| YUV | 149.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 66 | 0 | 0.40 | 0.70 | 0.14 | 25.49 | 0.68 | 0.56 |
| Hex | DB | 83 | 42 | 0 | 28 | 46 | E | 19 | 44 | 38 |
| Octal | 333 | 203 | 102 | 0 | 50 | 106 | 16 | 31 | 104 | 70 |
| Binary | 11011011 | 10000011 | 1000010 | 0 | 101000 | 1000110 | 1110 | 11001 | 1000100 | 111000 |
Color Harmonies of #DB8342
Complementary color
Monochromatic Colors of #DB8342
Black with #DB8342
Text Example
Text Example
White with #DB8342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8342; }
p { color: rgb(219,131,66); }
H1.HeaderClassName
{
color: #DB8342;
}
.AnyTagClassName
{
color: #DB8342;
}
</style>
background-color css
<style>
a { background-color: #DB8342; }
a { background-color: rgb(219,131,66); }
div.DivClassName
{
background-color: #DB8342;
}
.BgClassName
{
background-color: #DB8342;
}
</style>
border-color css
<style>
span { border-color: #DB8342; }
span { border-color: rgb(219,131,66); }
td.TdClassName
{
border-color: #DB8342;
}
.TagClassName
{
border-color: #DB8342;
}
</style>