Shades of Tree Poppy #D8803E
Tints of Tree Poppy #D8803E
RGB
CMYK
RGB Variations
Color information
#D8803E (or 0xD8803E) is known color: Tree Poppy. HEX triplet: D8, 80 and 3E. RGB value is (216,128,62). Sum of RGB (Red+Green+Blue) = 216+128+62=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8803E is #277FC1. Grayscale: #939393. Windows color (decimal): -2588610 or 4096216. OLE color: 4096216.
HSL color Cylindrical-coordinate representation of color #D8803E: hue angle of 25.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8803E is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 62 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.15 |
| HSL | 25.71º | 0.66% | 0.55% | - |
| HSV(B) | 25.71º | 0.71% | 0.85% | - |
| XYZ | 36.91 | 30.39 | 8.48 | - |
| YUV | 146.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 62 | 0 | 0.41 | 0.71 | 0.15 | 25.71 | 0.66 | 0.55 |
| Hex | D8 | 80 | 3E | 0 | 29 | 47 | F | 1A | 42 | 37 |
| Octal | 330 | 200 | 76 | 0 | 51 | 107 | 17 | 32 | 102 | 67 |
| Binary | 11011000 | 10000000 | 111110 | 0 | 101001 | 1000111 | 1111 | 11010 | 1000010 | 110111 |
Color Harmonies of #D8803E
Complementary color
Monochromatic Colors of #D8803E
Black with #D8803E
Text Example
Text Example
White with #D8803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8803E; }
p { color: rgb(216,128,62); }
H1.HeaderClassName
{
color: #D8803E;
}
.AnyTagClassName
{
color: #D8803E;
}
</style>
background-color css
<style>
a { background-color: #D8803E; }
a { background-color: rgb(216,128,62); }
div.DivClassName
{
background-color: #D8803E;
}
.BgClassName
{
background-color: #D8803E;
}
</style>
border-color css
<style>
span { border-color: #D8803E; }
span { border-color: rgb(216,128,62); }
td.TdClassName
{
border-color: #D8803E;
}
.TagClassName
{
border-color: #D8803E;
}
</style>