Shades of Tree Poppy #D87F3A
Tints of Tree Poppy #D87F3A
RGB
CMYK
RGB Variations
Color information
#D87F3A (or 0xD87F3A) is known color: Tree Poppy. HEX triplet: D8, 7F and 3A. RGB value is (216,127,58). Sum of RGB (Red+Green+Blue) = 216+127+58=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87F3A is #2780C5. Grayscale: #929292. Windows color (decimal): -2588870 or 3833816. OLE color: 3833816.
HSL color Cylindrical-coordinate representation of color #D87F3A: hue angle of 26.2º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D87F3A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 58 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.15 |
| HSL | 26.2º | 0.67% | 0.54% | - |
| HSV(B) | 26.2º | 0.73% | 0.85% | - |
| XYZ | 36.67 | 30.08 | 7.88 | - |
| YUV | 145.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 58 | 0 | 0.41 | 0.73 | 0.15 | 26.2 | 0.67 | 0.54 |
| Hex | D8 | 7F | 3A | 0 | 29 | 49 | F | 1A | 43 | 36 |
| Octal | 330 | 177 | 72 | 0 | 51 | 111 | 17 | 32 | 103 | 66 |
| Binary | 11011000 | 1111111 | 111010 | 0 | 101001 | 1001001 | 1111 | 11010 | 1000011 | 110110 |
Color Harmonies of #D87F3A
Complementary color
Monochromatic Colors of #D87F3A
Black with #D87F3A
Text Example
Text Example
White with #D87F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F3A; }
p { color: rgb(216,127,58); }
H1.HeaderClassName
{
color: #D87F3A;
}
.AnyTagClassName
{
color: #D87F3A;
}
</style>
background-color css
<style>
a { background-color: #D87F3A; }
a { background-color: rgb(216,127,58); }
div.DivClassName
{
background-color: #D87F3A;
}
.BgClassName
{
background-color: #D87F3A;
}
</style>
border-color css
<style>
span { border-color: #D87F3A; }
span { border-color: rgb(216,127,58); }
td.TdClassName
{
border-color: #D87F3A;
}
.TagClassName
{
border-color: #D87F3A;
}
</style>