Shades of Tree Poppy #DB8A45
Tints of Tree Poppy #DB8A45
RGB
CMYK
RGB Variations
Color information
#DB8A45 (or 0xDB8A45) is known color: Tree Poppy. HEX triplet: DB, 8A and 45. RGB value is (219,138,69). Sum of RGB (Red+Green+Blue) = 219+138+69=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A45 is #2475BA. Grayscale: #9A9A9A. Windows color (decimal): -2389435 or 4557531. OLE color: 4557531.
HSL color Cylindrical-coordinate representation of color #DB8A45: hue angle of 27.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8A45 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 69 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.14 |
| HSL | 27.6º | 0.68% | 0.56% | - |
| HSV(B) | 27.6º | 0.68% | 0.86% | - |
| XYZ | 39.38 | 33.67 | 10.05 | - |
| YUV | 154.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 69 | 0 | 0.37 | 0.68 | 0.14 | 27.6 | 0.68 | 0.56 |
| Hex | DB | 8A | 45 | 0 | 25 | 44 | E | 1C | 44 | 38 |
| Octal | 333 | 212 | 105 | 0 | 45 | 104 | 16 | 34 | 104 | 70 |
| Binary | 11011011 | 10001010 | 1000101 | 0 | 100101 | 1000100 | 1110 | 11100 | 1000100 | 111000 |
Color Harmonies of #DB8A45
Complementary color
Monochromatic Colors of #DB8A45
Black with #DB8A45
Text Example
Text Example
White with #DB8A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A45; }
p { color: rgb(219,138,69); }
H1.HeaderClassName
{
color: #DB8A45;
}
.AnyTagClassName
{
color: #DB8A45;
}
</style>
background-color css
<style>
a { background-color: #DB8A45; }
a { background-color: rgb(219,138,69); }
div.DivClassName
{
background-color: #DB8A45;
}
.BgClassName
{
background-color: #DB8A45;
}
</style>
border-color css
<style>
span { border-color: #DB8A45; }
span { border-color: rgb(219,138,69); }
td.TdClassName
{
border-color: #DB8A45;
}
.TagClassName
{
border-color: #DB8A45;
}
</style>