Shades of Tree Poppy #DB8237
Tints of Tree Poppy #DB8237
RGB
CMYK
RGB Variations
Color information
#DB8237 (or 0xDB8237) is known color: Tree Poppy. HEX triplet: DB, 82 and 37. RGB value is (219,130,55). Sum of RGB (Red+Green+Blue) = 219+130+55=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8237 is #247DC8. Grayscale: #949494. Windows color (decimal): -2391497 or 3637979. OLE color: 3637979.
HSL color Cylindrical-coordinate representation of color #DB8237: hue angle of 27.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB8237 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 55 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.14 |
| HSL | 27.44º | 0.69% | 0.54% | - |
| HSV(B) | 27.44º | 0.75% | 0.86% | - |
| XYZ | 37.89 | 31.3 | 7.66 | - |
| YUV | 148.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 55 | 0 | 0.41 | 0.75 | 0.14 | 27.44 | 0.69 | 0.54 |
| Hex | DB | 82 | 37 | 0 | 29 | 4B | E | 1B | 45 | 36 |
| Octal | 333 | 202 | 67 | 0 | 51 | 113 | 16 | 33 | 105 | 66 |
| Binary | 11011011 | 10000010 | 110111 | 0 | 101001 | 1001011 | 1110 | 11011 | 1000101 | 110110 |
Color Harmonies of #DB8237
Complementary color
Monochromatic Colors of #DB8237
Black with #DB8237
Text Example
Text Example
White with #DB8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8237; }
p { color: rgb(219,130,55); }
H1.HeaderClassName
{
color: #DB8237;
}
.AnyTagClassName
{
color: #DB8237;
}
</style>
background-color css
<style>
a { background-color: #DB8237; }
a { background-color: rgb(219,130,55); }
div.DivClassName
{
background-color: #DB8237;
}
.BgClassName
{
background-color: #DB8237;
}
</style>
border-color css
<style>
span { border-color: #DB8237; }
span { border-color: rgb(219,130,55); }
td.TdClassName
{
border-color: #DB8237;
}
.TagClassName
{
border-color: #DB8237;
}
</style>