Shades of Tree Poppy #DB7F33
Tints of Tree Poppy #DB7F33
RGB
CMYK
RGB Variations
Color information
#DB7F33 (or 0xDB7F33) is known color: Tree Poppy. HEX triplet: DB, 7F and 33. RGB value is (219,127,51). Sum of RGB (Red+Green+Blue) = 219+127+51=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F33 is #2480CC. Grayscale: #929292. Windows color (decimal): -2392269 or 3375067. OLE color: 3375067.
HSL color Cylindrical-coordinate representation of color #DB7F33: hue angle of 27.14º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7F33 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 51 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.14 |
| HSL | 27.14º | 0.7% | 0.53% | - |
| HSV(B) | 27.14º | 0.77% | 0.86% | - |
| XYZ | 37.4 | 30.48 | 7.04 | - |
| YUV | 145.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 51 | 0 | 0.42 | 0.77 | 0.14 | 27.14 | 0.7 | 0.53 |
| Hex | DB | 7F | 33 | 0 | 2A | 4D | E | 1B | 46 | 35 |
| Octal | 333 | 177 | 63 | 0 | 52 | 115 | 16 | 33 | 106 | 65 |
| Binary | 11011011 | 1111111 | 110011 | 0 | 101010 | 1001101 | 1110 | 11011 | 1000110 | 110101 |
Color Harmonies of #DB7F33
Complementary color
Monochromatic Colors of #DB7F33
Black with #DB7F33
Text Example
Text Example
White with #DB7F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F33; }
p { color: rgb(219,127,51); }
H1.HeaderClassName
{
color: #DB7F33;
}
.AnyTagClassName
{
color: #DB7F33;
}
</style>
background-color css
<style>
a { background-color: #DB7F33; }
a { background-color: rgb(219,127,51); }
div.DivClassName
{
background-color: #DB7F33;
}
.BgClassName
{
background-color: #DB7F33;
}
</style>
border-color css
<style>
span { border-color: #DB7F33; }
span { border-color: rgb(219,127,51); }
td.TdClassName
{
border-color: #DB7F33;
}
.TagClassName
{
border-color: #DB7F33;
}
</style>