Shades of Tree Poppy #D87F3D
Tints of Tree Poppy #D87F3D
RGB
CMYK
RGB Variations
Color information
#D87F3D (or 0xD87F3D) is known color: Tree Poppy. HEX triplet: D8, 7F and 3D. RGB value is (216,127,61). Sum of RGB (Red+Green+Blue) = 216+127+61=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F3D is #2780C2. Grayscale: #929292. Windows color (decimal): -2588867 or 4030424. OLE color: 4030424.
HSL color Cylindrical-coordinate representation of color #D87F3D: hue angle of 25.55º 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 #D87F3D is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 61 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.15 |
| HSL | 25.55º | 0.67% | 0.54% | - |
| HSV(B) | 25.55º | 0.72% | 0.85% | - |
| XYZ | 36.75 | 30.11 | 8.29 | - |
| YUV | 146.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 61 | 0 | 0.41 | 0.72 | 0.15 | 25.55 | 0.67 | 0.54 |
| Hex | D8 | 7F | 3D | 0 | 29 | 48 | F | 1A | 43 | 36 |
| Octal | 330 | 177 | 75 | 0 | 51 | 110 | 17 | 32 | 103 | 66 |
| Binary | 11011000 | 1111111 | 111101 | 0 | 101001 | 1001000 | 1111 | 11010 | 1000011 | 110110 |
Color Harmonies of #D87F3D
Complementary color
Monochromatic Colors of #D87F3D
Black with #D87F3D
Text Example
Text Example
White with #D87F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F3D; }
p { color: rgb(216,127,61); }
H1.HeaderClassName
{
color: #D87F3D;
}
.AnyTagClassName
{
color: #D87F3D;
}
</style>
background-color css
<style>
a { background-color: #D87F3D; }
a { background-color: rgb(216,127,61); }
div.DivClassName
{
background-color: #D87F3D;
}
.BgClassName
{
background-color: #D87F3D;
}
</style>
border-color css
<style>
span { border-color: #D87F3D; }
span { border-color: rgb(216,127,61); }
td.TdClassName
{
border-color: #D87F3D;
}
.TagClassName
{
border-color: #D87F3D;
}
</style>