Shades of Tree Poppy #DB8333
Tints of Tree Poppy #DB8333
RGB
CMYK
RGB Variations
Color information
#DB8333 (or 0xDB8333) is known color: Tree Poppy. HEX triplet: DB, 83 and 33. RGB value is (219,131,51). Sum of RGB (Red+Green+Blue) = 219+131+51=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8333 is #247CCC. Grayscale: #949494. Windows color (decimal): -2391245 or 3376091. OLE color: 3376091.
HSL color Cylindrical-coordinate representation of color #DB8333: hue angle of 28.57º 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 #DB8333 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 51 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.14 |
| HSL | 28.57º | 0.7% | 0.53% | - |
| HSV(B) | 28.57º | 0.77% | 0.86% | - |
| XYZ | 37.93 | 31.53 | 7.22 | - |
| YUV | 148.19 | 73.15 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 51 | 0 | 0.40 | 0.77 | 0.14 | 28.57 | 0.7 | 0.53 |
| Hex | DB | 83 | 33 | 0 | 28 | 4D | E | 1D | 46 | 35 |
| Octal | 333 | 203 | 63 | 0 | 50 | 115 | 16 | 35 | 106 | 65 |
| Binary | 11011011 | 10000011 | 110011 | 0 | 101000 | 1001101 | 1110 | 11101 | 1000110 | 110101 |
Color Harmonies of #DB8333
Complementary color
Monochromatic Colors of #DB8333
Black with #DB8333
Text Example
Text Example
White with #DB8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8333; }
p { color: rgb(219,131,51); }
H1.HeaderClassName
{
color: #DB8333;
}
.AnyTagClassName
{
color: #DB8333;
}
</style>
background-color css
<style>
a { background-color: #DB8333; }
a { background-color: rgb(219,131,51); }
div.DivClassName
{
background-color: #DB8333;
}
.BgClassName
{
background-color: #DB8333;
}
</style>
border-color css
<style>
span { border-color: #DB8333; }
span { border-color: rgb(219,131,51); }
td.TdClassName
{
border-color: #DB8333;
}
.TagClassName
{
border-color: #DB8333;
}
</style>