Shades of Tree Poppy #DB8230
Tints of Tree Poppy #DB8230
RGB
CMYK
RGB Variations
Color information
#DB8230 (or 0xDB8230) is known color: Tree Poppy. HEX triplet: DB, 82 and 30. RGB value is (219,130,48). Sum of RGB (Red+Green+Blue) = 219+130+48=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8230 is #247DCF. Grayscale: #939393. Windows color (decimal): -2391504 or 3179227. OLE color: 3179227.
HSL color Cylindrical-coordinate representation of color #DB8230: hue angle of 28.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8230 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 48 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.14 |
| HSL | 28.77º | 0.7% | 0.52% | - |
| HSV(B) | 28.77º | 0.78% | 0.86% | - |
| XYZ | 37.73 | 31.24 | 6.84 | - |
| YUV | 147.26 | 71.99 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 48 | 0 | 0.41 | 0.78 | 0.14 | 28.77 | 0.7 | 0.52 |
| Hex | DB | 82 | 30 | 0 | 29 | 4E | E | 1D | 46 | 34 |
| Octal | 333 | 202 | 60 | 0 | 51 | 116 | 16 | 35 | 106 | 64 |
| Binary | 11011011 | 10000010 | 110000 | 0 | 101001 | 1001110 | 1110 | 11101 | 1000110 | 110100 |
Color Harmonies of #DB8230
Complementary color
Monochromatic Colors of #DB8230
Black with #DB8230
Text Example
Text Example
White with #DB8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8230; }
p { color: rgb(219,130,48); }
H1.HeaderClassName
{
color: #DB8230;
}
.AnyTagClassName
{
color: #DB8230;
}
</style>
background-color css
<style>
a { background-color: #DB8230; }
a { background-color: rgb(219,130,48); }
div.DivClassName
{
background-color: #DB8230;
}
.BgClassName
{
background-color: #DB8230;
}
</style>
border-color css
<style>
span { border-color: #DB8230; }
span { border-color: rgb(219,130,48); }
td.TdClassName
{
border-color: #DB8230;
}
.TagClassName
{
border-color: #DB8230;
}
</style>