Shades of Tree Poppy #DB8A46
Tints of Tree Poppy #DB8A46
RGB
CMYK
RGB Variations
Color information
#DB8A46 (or 0xDB8A46) is known color: Tree Poppy. HEX triplet: DB, 8A and 46. RGB value is (219,138,70). Sum of RGB (Red+Green+Blue) = 219+138+70=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A46 is #2475B9. Grayscale: #9A9A9A. Windows color (decimal): -2389434 or 4623067. OLE color: 4623067.
HSL color Cylindrical-coordinate representation of color #DB8A46: hue angle of 27.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8A46 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 70 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.14 |
| HSL | 27.38º | 0.67% | 0.57% | - |
| HSV(B) | 27.38º | 0.68% | 0.86% | - |
| XYZ | 39.41 | 33.68 | 10.22 | - |
| YUV | 154.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 70 | 0 | 0.37 | 0.68 | 0.14 | 27.38 | 0.67 | 0.57 |
| Hex | DB | 8A | 46 | 0 | 25 | 44 | E | 1B | 43 | 39 |
| Octal | 333 | 212 | 106 | 0 | 45 | 104 | 16 | 33 | 103 | 71 |
| Binary | 11011011 | 10001010 | 1000110 | 0 | 100101 | 1000100 | 1110 | 11011 | 1000011 | 111001 |
Color Harmonies of #DB8A46
Complementary color
Monochromatic Colors of #DB8A46
Black with #DB8A46
Text Example
Text Example
White with #DB8A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A46; }
p { color: rgb(219,138,70); }
H1.HeaderClassName
{
color: #DB8A46;
}
.AnyTagClassName
{
color: #DB8A46;
}
</style>
background-color css
<style>
a { background-color: #DB8A46; }
a { background-color: rgb(219,138,70); }
div.DivClassName
{
background-color: #DB8A46;
}
.BgClassName
{
background-color: #DB8A46;
}
</style>
border-color css
<style>
span { border-color: #DB8A46; }
span { border-color: rgb(219,138,70); }
td.TdClassName
{
border-color: #DB8A46;
}
.TagClassName
{
border-color: #DB8A46;
}
</style>