Shades of Tree Poppy #DB7D3B
Tints of Tree Poppy #DB7D3B
RGB
CMYK
RGB Variations
Color information
#DB7D3B (or 0xDB7D3B) is known color: Tree Poppy. HEX triplet: DB, 7D and 3B. RGB value is (219,125,59). Sum of RGB (Red+Green+Blue) = 219+125+59=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7D3B is #2482C4. Grayscale: #919191. Windows color (decimal): -2392773 or 3898843. OLE color: 3898843.
HSL color Cylindrical-coordinate representation of color #DB7D3B: hue angle of 24.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB7D3B is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 59 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.14 |
| HSL | 24.75º | 0.69% | 0.55% | - |
| HSV(B) | 24.75º | 0.73% | 0.86% | - |
| XYZ | 37.34 | 30.04 | 7.97 | - |
| YUV | 145.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 59 | 0 | 0.43 | 0.73 | 0.14 | 24.75 | 0.69 | 0.55 |
| Hex | DB | 7D | 3B | 0 | 2B | 49 | E | 19 | 45 | 37 |
| Octal | 333 | 175 | 73 | 0 | 53 | 111 | 16 | 31 | 105 | 67 |
| Binary | 11011011 | 1111101 | 111011 | 0 | 101011 | 1001001 | 1110 | 11001 | 1000101 | 110111 |
Color Harmonies of #DB7D3B
Complementary color
Monochromatic Colors of #DB7D3B
Black with #DB7D3B
Text Example
Text Example
White with #DB7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7D3B; }
p { color: rgb(219,125,59); }
H1.HeaderClassName
{
color: #DB7D3B;
}
.AnyTagClassName
{
color: #DB7D3B;
}
</style>
background-color css
<style>
a { background-color: #DB7D3B; }
a { background-color: rgb(219,125,59); }
div.DivClassName
{
background-color: #DB7D3B;
}
.BgClassName
{
background-color: #DB7D3B;
}
</style>
border-color css
<style>
span { border-color: #DB7D3B; }
span { border-color: rgb(219,125,59); }
td.TdClassName
{
border-color: #DB7D3B;
}
.TagClassName
{
border-color: #DB7D3B;
}
</style>