Shades of Tree Poppy #DB8338
Tints of Tree Poppy #DB8338
RGB
CMYK
RGB Variations
Color information
#DB8338 (or 0xDB8338) is known color: Tree Poppy. HEX triplet: DB, 83 and 38. RGB value is (219,131,56). Sum of RGB (Red+Green+Blue) = 219+131+56=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8338 is #247CC7. Grayscale: #959595. Windows color (decimal): -2391240 or 3703771. OLE color: 3703771.
HSL color Cylindrical-coordinate representation of color #DB8338: hue angle of 27.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB8338 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 56 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.61º | 0.69% | 0.54% | - |
| HSV(B) | 27.61º | 0.74% | 0.86% | - |
| XYZ | 38.04 | 31.58 | 7.83 | - |
| YUV | 148.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 56 | 0 | 0.40 | 0.74 | 0.14 | 27.61 | 0.69 | 0.54 |
| Hex | DB | 83 | 38 | 0 | 28 | 4A | E | 1C | 45 | 36 |
| Octal | 333 | 203 | 70 | 0 | 50 | 112 | 16 | 34 | 105 | 66 |
| Binary | 11011011 | 10000011 | 111000 | 0 | 101000 | 1001010 | 1110 | 11100 | 1000101 | 110110 |
Color Harmonies of #DB8338
Complementary color
Monochromatic Colors of #DB8338
Black with #DB8338
Text Example
Text Example
White with #DB8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8338; }
p { color: rgb(219,131,56); }
H1.HeaderClassName
{
color: #DB8338;
}
.AnyTagClassName
{
color: #DB8338;
}
</style>
background-color css
<style>
a { background-color: #DB8338; }
a { background-color: rgb(219,131,56); }
div.DivClassName
{
background-color: #DB8338;
}
.BgClassName
{
background-color: #DB8338;
}
</style>
border-color css
<style>
span { border-color: #DB8338; }
span { border-color: rgb(219,131,56); }
td.TdClassName
{
border-color: #DB8338;
}
.TagClassName
{
border-color: #DB8338;
}
</style>