Shades of Tree Poppy #DB7C37
Tints of Tree Poppy #DB7C37
RGB
CMYK
RGB Variations
Color information
#DB7C37 (or 0xDB7C37) is known color: Tree Poppy. HEX triplet: DB, 7C and 37. RGB value is (219,124,55). Sum of RGB (Red+Green+Blue) = 219+124+55=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C37 is #2483C8. Grayscale: #909090. Windows color (decimal): -2393033 or 3636443. OLE color: 3636443.
HSL color Cylindrical-coordinate representation of color #DB7C37: hue angle of 25.24º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB7C37 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 55 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.14 |
| HSL | 25.24º | 0.69% | 0.54% | - |
| HSV(B) | 25.24º | 0.75% | 0.86% | - |
| XYZ | 37.11 | 29.75 | 7.4 | - |
| YUV | 144.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 55 | 0 | 0.43 | 0.75 | 0.14 | 25.24 | 0.69 | 0.54 |
| Hex | DB | 7C | 37 | 0 | 2B | 4B | E | 19 | 45 | 36 |
| Octal | 333 | 174 | 67 | 0 | 53 | 113 | 16 | 31 | 105 | 66 |
| Binary | 11011011 | 1111100 | 110111 | 0 | 101011 | 1001011 | 1110 | 11001 | 1000101 | 110110 |
Color Harmonies of #DB7C37
Complementary color
Monochromatic Colors of #DB7C37
Black with #DB7C37
Text Example
Text Example
White with #DB7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C37; }
p { color: rgb(219,124,55); }
H1.HeaderClassName
{
color: #DB7C37;
}
.AnyTagClassName
{
color: #DB7C37;
}
</style>
background-color css
<style>
a { background-color: #DB7C37; }
a { background-color: rgb(219,124,55); }
div.DivClassName
{
background-color: #DB7C37;
}
.BgClassName
{
background-color: #DB7C37;
}
</style>
border-color css
<style>
span { border-color: #DB7C37; }
span { border-color: rgb(219,124,55); }
td.TdClassName
{
border-color: #DB7C37;
}
.TagClassName
{
border-color: #DB7C37;
}
</style>