Shades of Tree Poppy #DB7F3E
Tints of Tree Poppy #DB7F3E
RGB
CMYK
RGB Variations
Color information
#DB7F3E (or 0xDB7F3E) is known color: Tree Poppy. HEX triplet: DB, 7F and 3E. RGB value is (219,127,62). Sum of RGB (Red+Green+Blue) = 219+127+62=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F3E is #2480C1. Grayscale: #939393. Windows color (decimal): -2392258 or 4095963. OLE color: 4095963.
HSL color Cylindrical-coordinate representation of color #DB7F3E: hue angle of 24.84º 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 #DB7F3E is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 62 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.14 |
| HSL | 24.84º | 0.69% | 0.55% | - |
| HSV(B) | 24.84º | 0.72% | 0.86% | - |
| XYZ | 37.67 | 30.59 | 8.48 | - |
| YUV | 147.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 62 | 0 | 0.42 | 0.72 | 0.14 | 24.84 | 0.69 | 0.55 |
| Hex | DB | 7F | 3E | 0 | 2A | 48 | E | 19 | 45 | 37 |
| Octal | 333 | 177 | 76 | 0 | 52 | 110 | 16 | 31 | 105 | 67 |
| Binary | 11011011 | 1111111 | 111110 | 0 | 101010 | 1001000 | 1110 | 11001 | 1000101 | 110111 |
Color Harmonies of #DB7F3E
Complementary color
Monochromatic Colors of #DB7F3E
Black with #DB7F3E
Text Example
Text Example
White with #DB7F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F3E; }
p { color: rgb(219,127,62); }
H1.HeaderClassName
{
color: #DB7F3E;
}
.AnyTagClassName
{
color: #DB7F3E;
}
</style>
background-color css
<style>
a { background-color: #DB7F3E; }
a { background-color: rgb(219,127,62); }
div.DivClassName
{
background-color: #DB7F3E;
}
.BgClassName
{
background-color: #DB7F3E;
}
</style>
border-color css
<style>
span { border-color: #DB7F3E; }
span { border-color: rgb(219,127,62); }
td.TdClassName
{
border-color: #DB7F3E;
}
.TagClassName
{
border-color: #DB7F3E;
}
</style>