Shades of Tree Poppy #DB8233
Tints of Tree Poppy #DB8233
RGB
CMYK
RGB Variations
Color information
#DB8233 (or 0xDB8233) is known color: Tree Poppy. HEX triplet: DB, 82 and 33. RGB value is (219,130,51). Sum of RGB (Red+Green+Blue) = 219+130+51=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8233 is #247DCC. Grayscale: #949494. Windows color (decimal): -2391501 or 3375835. OLE color: 3375835.
HSL color Cylindrical-coordinate representation of color #DB8233: hue angle of 28.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB8233 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 51 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.14 |
| HSL | 28.21º | 0.7% | 0.53% | - |
| HSV(B) | 28.21º | 0.77% | 0.86% | - |
| XYZ | 37.79 | 31.26 | 7.17 | - |
| YUV | 147.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 51 | 0 | 0.41 | 0.77 | 0.14 | 28.21 | 0.7 | 0.53 |
| Hex | DB | 82 | 33 | 0 | 29 | 4D | E | 1C | 46 | 35 |
| Octal | 333 | 202 | 63 | 0 | 51 | 115 | 16 | 34 | 106 | 65 |
| Binary | 11011011 | 10000010 | 110011 | 0 | 101001 | 1001101 | 1110 | 11100 | 1000110 | 110101 |
Color Harmonies of #DB8233
Complementary color
Monochromatic Colors of #DB8233
Black with #DB8233
Text Example
Text Example
White with #DB8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8233; }
p { color: rgb(219,130,51); }
H1.HeaderClassName
{
color: #DB8233;
}
.AnyTagClassName
{
color: #DB8233;
}
</style>
background-color css
<style>
a { background-color: #DB8233; }
a { background-color: rgb(219,130,51); }
div.DivClassName
{
background-color: #DB8233;
}
.BgClassName
{
background-color: #DB8233;
}
</style>
border-color css
<style>
span { border-color: #DB8233; }
span { border-color: rgb(219,130,51); }
td.TdClassName
{
border-color: #DB8233;
}
.TagClassName
{
border-color: #DB8233;
}
</style>