Shades of Japonica #D87455
Tints of Japonica #D87455
RGB
CMYK
RGB Variations
Color information
#D87455 (or 0xD87455) is known color: Japonica. HEX triplet: D8, 74 and 55. RGB value is (216,116,85). Sum of RGB (Red+Green+Blue) = 216+116+85=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D87455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87455 is #278BAA. Grayscale: #8E8E8E. Windows color (decimal): -2591659 or 5600472. OLE color: 5600472.
HSL color Cylindrical-coordinate representation of color #D87455: hue angle of 14.2º 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 #D87455 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 85 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.15 |
| HSL | 14.2º | 0.63% | 0.59% | - |
| HSV(B) | 14.2º | 0.61% | 0.85% | - |
| XYZ | 36.2 | 27.75 | 12.04 | - |
| YUV | 142.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 85 | 0 | 0.46 | 0.61 | 0.15 | 14.2 | 0.63 | 0.59 |
| Hex | D8 | 74 | 55 | 0 | 2E | 3D | F | E | 3F | 3B |
| Octal | 330 | 164 | 125 | 0 | 56 | 75 | 17 | 16 | 77 | 73 |
| Binary | 11011000 | 1110100 | 1010101 | 0 | 101110 | 111101 | 1111 | 1110 | 111111 | 111011 |
Color Harmonies of #D87455
Complementary color
Monochromatic Colors of #D87455
Black with #D87455
Text Example
Text Example
White with #D87455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87455; }
p { color: rgb(216,116,85); }
H1.HeaderClassName
{
color: #D87455;
}
.AnyTagClassName
{
color: #D87455;
}
</style>
background-color css
<style>
a { background-color: #D87455; }
a { background-color: rgb(216,116,85); }
div.DivClassName
{
background-color: #D87455;
}
.BgClassName
{
background-color: #D87455;
}
</style>
border-color css
<style>
span { border-color: #D87455; }
span { border-color: rgb(216,116,85); }
td.TdClassName
{
border-color: #D87455;
}
.TagClassName
{
border-color: #D87455;
}
</style>