Shades of Tree Poppy #DB8438
Tints of Tree Poppy #DB8438
RGB
CMYK
RGB Variations
Color information
#DB8438 (or 0xDB8438) is known color: Tree Poppy. HEX triplet: DB, 84 and 38. RGB value is (219,132,56). Sum of RGB (Red+Green+Blue) = 219+132+56=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8438 is #247BC7. Grayscale: #959595. Windows color (decimal): -2390984 or 3704027. OLE color: 3704027.
HSL color Cylindrical-coordinate representation of color #DB8438: hue angle of 27.98º 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 #DB8438 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 56 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.14 |
| HSL | 27.98º | 0.69% | 0.54% | - |
| HSV(B) | 27.98º | 0.74% | 0.86% | - |
| XYZ | 38.18 | 31.85 | 7.88 | - |
| YUV | 149.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 56 | 0 | 0.40 | 0.74 | 0.14 | 27.98 | 0.69 | 0.54 |
| Hex | DB | 84 | 38 | 0 | 28 | 4A | E | 1C | 45 | 36 |
| Octal | 333 | 204 | 70 | 0 | 50 | 112 | 16 | 34 | 105 | 66 |
| Binary | 11011011 | 10000100 | 111000 | 0 | 101000 | 1001010 | 1110 | 11100 | 1000101 | 110110 |
Color Harmonies of #DB8438
Complementary color
Monochromatic Colors of #DB8438
Black with #DB8438
Text Example
Text Example
White with #DB8438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8438; }
p { color: rgb(219,132,56); }
H1.HeaderClassName
{
color: #DB8438;
}
.AnyTagClassName
{
color: #DB8438;
}
</style>
background-color css
<style>
a { background-color: #DB8438; }
a { background-color: rgb(219,132,56); }
div.DivClassName
{
background-color: #DB8438;
}
.BgClassName
{
background-color: #DB8438;
}
</style>
border-color css
<style>
span { border-color: #DB8438; }
span { border-color: rgb(219,132,56); }
td.TdClassName
{
border-color: #DB8438;
}
.TagClassName
{
border-color: #DB8438;
}
</style>