Shades of Tree Poppy #DB7D38
Tints of Tree Poppy #DB7D38
RGB
CMYK
RGB Variations
Color information
#DB7D38 (or 0xDB7D38) is known color: Tree Poppy. HEX triplet: DB, 7D and 38. RGB value is (219,125,56). Sum of RGB (Red+Green+Blue) = 219+125+56=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D38 is #2482C7. Grayscale: #919191. Windows color (decimal): -2392776 or 3702235. OLE color: 3702235.
HSL color Cylindrical-coordinate representation of color #DB7D38: hue angle of 25.4º 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 #DB7D38 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 56 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.14 |
| HSL | 25.4º | 0.69% | 0.54% | - |
| HSV(B) | 25.4º | 0.74% | 0.86% | - |
| XYZ | 37.26 | 30.01 | 7.57 | - |
| YUV | 145.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 56 | 0 | 0.43 | 0.74 | 0.14 | 25.4 | 0.69 | 0.54 |
| Hex | DB | 7D | 38 | 0 | 2B | 4A | E | 19 | 45 | 36 |
| Octal | 333 | 175 | 70 | 0 | 53 | 112 | 16 | 31 | 105 | 66 |
| Binary | 11011011 | 1111101 | 111000 | 0 | 101011 | 1001010 | 1110 | 11001 | 1000101 | 110110 |
Color Harmonies of #DB7D38
Complementary color
Monochromatic Colors of #DB7D38
Black with #DB7D38
Text Example
Text Example
White with #DB7D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D38; }
p { color: rgb(219,125,56); }
H1.HeaderClassName
{
color: #DB7D38;
}
.AnyTagClassName
{
color: #DB7D38;
}
</style>
background-color css
<style>
a { background-color: #DB7D38; }
a { background-color: rgb(219,125,56); }
div.DivClassName
{
background-color: #DB7D38;
}
.BgClassName
{
background-color: #DB7D38;
}
</style>
border-color css
<style>
span { border-color: #DB7D38; }
span { border-color: rgb(219,125,56); }
td.TdClassName
{
border-color: #DB7D38;
}
.TagClassName
{
border-color: #DB7D38;
}
</style>