Shades of Tree Poppy #D87D3C
Tints of Tree Poppy #D87D3C
RGB
CMYK
RGB Variations
Color information
#D87D3C (or 0xD87D3C) is known color: Tree Poppy. HEX triplet: D8, 7D and 3C. RGB value is (216,125,60). Sum of RGB (Red+Green+Blue) = 216+125+60=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87D3C is #2782C3. Grayscale: #919191. Windows color (decimal): -2589380 or 3964376. OLE color: 3964376.
HSL color Cylindrical-coordinate representation of color #D87D3C: hue angle of 25º 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 #D87D3C is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 60 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.15 |
| HSL | 25º | 0.67% | 0.54% | - |
| HSV(B) | 25º | 0.72% | 0.85% | - |
| XYZ | 36.47 | 29.59 | 8.06 | - |
| YUV | 144.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 60 | 0 | 0.42 | 0.72 | 0.15 | 25 | 0.67 | 0.54 |
| Hex | D8 | 7D | 3C | 0 | 2A | 48 | F | 19 | 43 | 36 |
| Octal | 330 | 175 | 74 | 0 | 52 | 110 | 17 | 31 | 103 | 66 |
| Binary | 11011000 | 1111101 | 111100 | 0 | 101010 | 1001000 | 1111 | 11001 | 1000011 | 110110 |
Color Harmonies of #D87D3C
Complementary color
Monochromatic Colors of #D87D3C
Black with #D87D3C
Text Example
Text Example
White with #D87D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D3C; }
p { color: rgb(216,125,60); }
H1.HeaderClassName
{
color: #D87D3C;
}
.AnyTagClassName
{
color: #D87D3C;
}
</style>
background-color css
<style>
a { background-color: #D87D3C; }
a { background-color: rgb(216,125,60); }
div.DivClassName
{
background-color: #D87D3C;
}
.BgClassName
{
background-color: #D87D3C;
}
</style>
border-color css
<style>
span { border-color: #D87D3C; }
span { border-color: rgb(216,125,60); }
td.TdClassName
{
border-color: #D87D3C;
}
.TagClassName
{
border-color: #D87D3C;
}
</style>