Shades of Tree Poppy #DB8235
Tints of Tree Poppy #DB8235
RGB
CMYK
RGB Variations
Color information
#DB8235 (or 0xDB8235) is known color: Tree Poppy. HEX triplet: DB, 82 and 35. RGB value is (219,130,53). Sum of RGB (Red+Green+Blue) = 219+130+53=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8235 is #247DCA. Grayscale: #949494. Windows color (decimal): -2391499 or 3506907. OLE color: 3506907.
HSL color Cylindrical-coordinate representation of color #DB8235: hue angle of 27.83º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB8235 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 53 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.14 |
| HSL | 27.83º | 0.7% | 0.53% | - |
| HSV(B) | 27.83º | 0.76% | 0.86% | - |
| XYZ | 37.84 | 31.28 | 7.41 | - |
| YUV | 147.83 | 74.49 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 53 | 0 | 0.41 | 0.76 | 0.14 | 27.83 | 0.7 | 0.53 |
| Hex | DB | 82 | 35 | 0 | 29 | 4C | E | 1C | 46 | 35 |
| Octal | 333 | 202 | 65 | 0 | 51 | 114 | 16 | 34 | 106 | 65 |
| Binary | 11011011 | 10000010 | 110101 | 0 | 101001 | 1001100 | 1110 | 11100 | 1000110 | 110101 |
Color Harmonies of #DB8235
Complementary color
Monochromatic Colors of #DB8235
Black with #DB8235
Text Example
Text Example
White with #DB8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8235; }
p { color: rgb(219,130,53); }
H1.HeaderClassName
{
color: #DB8235;
}
.AnyTagClassName
{
color: #DB8235;
}
</style>
background-color css
<style>
a { background-color: #DB8235; }
a { background-color: rgb(219,130,53); }
div.DivClassName
{
background-color: #DB8235;
}
.BgClassName
{
background-color: #DB8235;
}
</style>
border-color css
<style>
span { border-color: #DB8235; }
span { border-color: rgb(219,130,53); }
td.TdClassName
{
border-color: #DB8235;
}
.TagClassName
{
border-color: #DB8235;
}
</style>