Shades of Tree Poppy #DB8A3E
Tints of Tree Poppy #DB8A3E
RGB
CMYK
RGB Variations
Color information
#DB8A3E (or 0xDB8A3E) is known color: Tree Poppy. HEX triplet: DB, 8A and 3E. RGB value is (219,138,62). Sum of RGB (Red+Green+Blue) = 219+138+62=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A3E is #2475C1. Grayscale: #999999. Windows color (decimal): -2389442 or 4098779. OLE color: 4098779.
HSL color Cylindrical-coordinate representation of color #DB8A3E: hue angle of 29.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB8A3E is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 62 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.14 |
| HSL | 29.04º | 0.69% | 0.55% | - |
| HSV(B) | 29.04º | 0.72% | 0.86% | - |
| XYZ | 39.17 | 33.58 | 8.98 | - |
| YUV | 153.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 62 | 0 | 0.37 | 0.72 | 0.14 | 29.04 | 0.69 | 0.55 |
| Hex | DB | 8A | 3E | 0 | 25 | 48 | E | 1D | 45 | 37 |
| Octal | 333 | 212 | 76 | 0 | 45 | 110 | 16 | 35 | 105 | 67 |
| Binary | 11011011 | 10001010 | 111110 | 0 | 100101 | 1001000 | 1110 | 11101 | 1000101 | 110111 |
Color Harmonies of #DB8A3E
Complementary color
Monochromatic Colors of #DB8A3E
Black with #DB8A3E
Text Example
Text Example
White with #DB8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A3E; }
p { color: rgb(219,138,62); }
H1.HeaderClassName
{
color: #DB8A3E;
}
.AnyTagClassName
{
color: #DB8A3E;
}
</style>
background-color css
<style>
a { background-color: #DB8A3E; }
a { background-color: rgb(219,138,62); }
div.DivClassName
{
background-color: #DB8A3E;
}
.BgClassName
{
background-color: #DB8A3E;
}
</style>
border-color css
<style>
span { border-color: #DB8A3E; }
span { border-color: rgb(219,138,62); }
td.TdClassName
{
border-color: #DB8A3E;
}
.TagClassName
{
border-color: #DB8A3E;
}
</style>