Shades of Japonica #D87655
Tints of Japonica #D87655
RGB
CMYK
RGB Variations
Color information
#D87655 (or 0xD87655) is known color: Japonica. HEX triplet: D8, 76 and 55. RGB value is (216,118,85). Sum of RGB (Red+Green+Blue) = 216+118+85=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D87655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87655 is #2789AA. Grayscale: #8F8F8F. Windows color (decimal): -2591147 or 5600984. OLE color: 5600984.
HSL color Cylindrical-coordinate representation of color #D87655: hue angle of 15.11º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D87655 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 85 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.15 |
| HSL | 15.11º | 0.63% | 0.59% | - |
| HSV(B) | 15.11º | 0.61% | 0.85% | - |
| XYZ | 36.44 | 28.21 | 12.12 | - |
| YUV | 143.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 85 | 0 | 0.45 | 0.61 | 0.15 | 15.11 | 0.63 | 0.59 |
| Hex | D8 | 76 | 55 | 0 | 2D | 3D | F | F | 3F | 3B |
| Octal | 330 | 166 | 125 | 0 | 55 | 75 | 17 | 17 | 77 | 73 |
| Binary | 11011000 | 1110110 | 1010101 | 0 | 101101 | 111101 | 1111 | 1111 | 111111 | 111011 |
Color Harmonies of #D87655
Complementary color
Monochromatic Colors of #D87655
Black with #D87655
Text Example
Text Example
White with #D87655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87655; }
p { color: rgb(216,118,85); }
H1.HeaderClassName
{
color: #D87655;
}
.AnyTagClassName
{
color: #D87655;
}
</style>
background-color css
<style>
a { background-color: #D87655; }
a { background-color: rgb(216,118,85); }
div.DivClassName
{
background-color: #D87655;
}
.BgClassName
{
background-color: #D87655;
}
</style>
border-color css
<style>
span { border-color: #D87655; }
span { border-color: rgb(216,118,85); }
td.TdClassName
{
border-color: #D87655;
}
.TagClassName
{
border-color: #D87655;
}
</style>