Shades of Japonica #D87356
Tints of Japonica #D87356
RGB
CMYK
RGB Variations
Color information
#D87356 (or 0xD87356) is known color: Japonica. HEX triplet: D8, 73 and 56. RGB value is (216,115,86). Sum of RGB (Red+Green+Blue) = 216+115+86=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D87356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87356 is #278CA9. Grayscale: #8E8E8E. Windows color (decimal): -2591914 or 5665752. OLE color: 5665752.
HSL color Cylindrical-coordinate representation of color #D87356: hue angle of 13.38º 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 #D87356 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 86 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.15 |
| HSL | 13.38º | 0.63% | 0.59% | - |
| HSV(B) | 13.38º | 0.6% | 0.85% | - |
| XYZ | 36.13 | 27.53 | 12.21 | - |
| YUV | 141.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 86 | 0 | 0.47 | 0.60 | 0.15 | 13.38 | 0.63 | 0.59 |
| Hex | D8 | 73 | 56 | 0 | 2F | 3C | F | D | 3E | 3B |
| Octal | 330 | 163 | 126 | 0 | 57 | 74 | 17 | 15 | 76 | 73 |
| Binary | 11011000 | 1110011 | 1010110 | 0 | 101111 | 111100 | 1111 | 1101 | 111110 | 111011 |
Color Harmonies of #D87356
Complementary color
Monochromatic Colors of #D87356
Black with #D87356
Text Example
Text Example
White with #D87356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87356; }
p { color: rgb(216,115,86); }
H1.HeaderClassName
{
color: #D87356;
}
.AnyTagClassName
{
color: #D87356;
}
</style>
background-color css
<style>
a { background-color: #D87356; }
a { background-color: rgb(216,115,86); }
div.DivClassName
{
background-color: #D87356;
}
.BgClassName
{
background-color: #D87356;
}
</style>
border-color css
<style>
span { border-color: #D87356; }
span { border-color: rgb(216,115,86); }
td.TdClassName
{
border-color: #D87356;
}
.TagClassName
{
border-color: #D87356;
}
</style>