Shades of Japonica #D87154
Tints of Japonica #D87154
RGB
CMYK
RGB Variations
Color information
#D87154 (or 0xD87154) is known color: Japonica. HEX triplet: D8, 71 and 54. RGB value is (216,113,84). Sum of RGB (Red+Green+Blue) = 216+113+84=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D87154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87154 is #278EAB. Grayscale: #8C8C8C. Windows color (decimal): -2592428 or 5534168. OLE color: 5534168.
HSL color Cylindrical-coordinate representation of color #D87154: hue angle of 13.18º 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 #D87154 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 84 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.15 |
| HSL | 13.18º | 0.63% | 0.59% | - |
| HSV(B) | 13.18º | 0.61% | 0.85% | - |
| XYZ | 35.82 | 27.05 | 11.72 | - |
| YUV | 140.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 84 | 0 | 0.48 | 0.61 | 0.15 | 13.18 | 0.63 | 0.59 |
| Hex | D8 | 71 | 54 | 0 | 30 | 3D | F | D | 3F | 3B |
| Octal | 330 | 161 | 124 | 0 | 60 | 75 | 17 | 15 | 77 | 73 |
| Binary | 11011000 | 1110001 | 1010100 | 0 | 110000 | 111101 | 1111 | 1101 | 111111 | 111011 |
Color Harmonies of #D87154
Complementary color
Monochromatic Colors of #D87154
Black with #D87154
Text Example
Text Example
White with #D87154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87154; }
p { color: rgb(216,113,84); }
H1.HeaderClassName
{
color: #D87154;
}
.AnyTagClassName
{
color: #D87154;
}
</style>
background-color css
<style>
a { background-color: #D87154; }
a { background-color: rgb(216,113,84); }
div.DivClassName
{
background-color: #D87154;
}
.BgClassName
{
background-color: #D87154;
}
</style>
border-color css
<style>
span { border-color: #D87154; }
span { border-color: rgb(216,113,84); }
td.TdClassName
{
border-color: #D87154;
}
.TagClassName
{
border-color: #D87154;
}
</style>