Shades of Tree Poppy #D8803C
Tints of Tree Poppy #D8803C
RGB
CMYK
RGB Variations
Color information
#D8803C (or 0xD8803C) is known color: Tree Poppy. HEX triplet: D8, 80 and 3C. RGB value is (216,128,60). Sum of RGB (Red+Green+Blue) = 216+128+60=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8803C is #277FC3. Grayscale: #929292. Windows color (decimal): -2588612 or 3965144. OLE color: 3965144.
HSL color Cylindrical-coordinate representation of color #D8803C: hue angle of 26.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8803C is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 60 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.15 |
| HSL | 26.15º | 0.67% | 0.54% | - |
| HSV(B) | 26.15º | 0.72% | 0.85% | - |
| XYZ | 36.85 | 30.36 | 8.19 | - |
| YUV | 146.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 60 | 0 | 0.41 | 0.72 | 0.15 | 26.15 | 0.67 | 0.54 |
| Hex | D8 | 80 | 3C | 0 | 29 | 48 | F | 1A | 43 | 36 |
| Octal | 330 | 200 | 74 | 0 | 51 | 110 | 17 | 32 | 103 | 66 |
| Binary | 11011000 | 10000000 | 111100 | 0 | 101001 | 1001000 | 1111 | 11010 | 1000011 | 110110 |
Color Harmonies of #D8803C
Complementary color
Monochromatic Colors of #D8803C
Black with #D8803C
Text Example
Text Example
White with #D8803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8803C; }
p { color: rgb(216,128,60); }
H1.HeaderClassName
{
color: #D8803C;
}
.AnyTagClassName
{
color: #D8803C;
}
</style>
background-color css
<style>
a { background-color: #D8803C; }
a { background-color: rgb(216,128,60); }
div.DivClassName
{
background-color: #D8803C;
}
.BgClassName
{
background-color: #D8803C;
}
</style>
border-color css
<style>
span { border-color: #D8803C; }
span { border-color: rgb(216,128,60); }
td.TdClassName
{
border-color: #D8803C;
}
.TagClassName
{
border-color: #D8803C;
}
</style>