Shades of Japonica #D87856
Tints of Japonica #D87856
RGB
CMYK
RGB Variations
Color information
#D87856 (or 0xD87856) is known color: Japonica. HEX triplet: D8, 78 and 56. RGB value is (216,120,86). Sum of RGB (Red+Green+Blue) = 216+120+86=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D87856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87856 is #2787A9. Grayscale: #919191. Windows color (decimal): -2590634 or 5667032. OLE color: 5667032.
HSL color Cylindrical-coordinate representation of color #D87856: hue angle of 15.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D87856 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 86 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.15 |
| HSL | 15.69º | 0.63% | 0.59% | - |
| HSV(B) | 15.69º | 0.6% | 0.85% | - |
| XYZ | 36.72 | 28.7 | 12.41 | - |
| YUV | 144.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 86 | 0 | 0.44 | 0.60 | 0.15 | 15.69 | 0.63 | 0.59 |
| Hex | D8 | 78 | 56 | 0 | 2C | 3C | F | 10 | 3E | 3B |
| Octal | 330 | 170 | 126 | 0 | 54 | 74 | 17 | 20 | 76 | 73 |
| Binary | 11011000 | 1111000 | 1010110 | 0 | 101100 | 111100 | 1111 | 10000 | 111110 | 111011 |
Color Harmonies of #D87856
Complementary color
Monochromatic Colors of #D87856
Black with #D87856
Text Example
Text Example
White with #D87856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87856; }
p { color: rgb(216,120,86); }
H1.HeaderClassName
{
color: #D87856;
}
.AnyTagClassName
{
color: #D87856;
}
</style>
background-color css
<style>
a { background-color: #D87856; }
a { background-color: rgb(216,120,86); }
div.DivClassName
{
background-color: #D87856;
}
.BgClassName
{
background-color: #D87856;
}
</style>
border-color css
<style>
span { border-color: #D87856; }
span { border-color: rgb(216,120,86); }
td.TdClassName
{
border-color: #D87856;
}
.TagClassName
{
border-color: #D87856;
}
</style>