Shades of Japonica #D87050
Tints of Japonica #D87050
RGB
CMYK
RGB Variations
Color information
#D87050 (or 0xD87050) is known color: Japonica. HEX triplet: D8, 70 and 50. RGB value is (216,112,80). Sum of RGB (Red+Green+Blue) = 216+112+80=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D87050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87050 is #278FAF. Grayscale: #8B8B8B. Windows color (decimal): -2592688 or 5271768. OLE color: 5271768.
HSL color Cylindrical-coordinate representation of color #D87050: hue angle of 14.12º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D87050 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 80 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.15 |
| HSL | 14.12º | 0.64% | 0.58% | - |
| HSV(B) | 14.12º | 0.63% | 0.85% | - |
| XYZ | 35.56 | 26.77 | 10.88 | - |
| YUV | 139.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 80 | 0 | 0.48 | 0.63 | 0.15 | 14.12 | 0.64 | 0.58 |
| Hex | D8 | 70 | 50 | 0 | 30 | 3F | F | E | 40 | 3A |
| Octal | 330 | 160 | 120 | 0 | 60 | 77 | 17 | 16 | 100 | 72 |
| Binary | 11011000 | 1110000 | 1010000 | 0 | 110000 | 111111 | 1111 | 1110 | 1000000 | 111010 |
Color Harmonies of #D87050
Complementary color
Monochromatic Colors of #D87050
Black with #D87050
Text Example
Text Example
White with #D87050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87050; }
p { color: rgb(216,112,80); }
H1.HeaderClassName
{
color: #D87050;
}
.AnyTagClassName
{
color: #D87050;
}
</style>
background-color css
<style>
a { background-color: #D87050; }
a { background-color: rgb(216,112,80); }
div.DivClassName
{
background-color: #D87050;
}
.BgClassName
{
background-color: #D87050;
}
</style>
border-color css
<style>
span { border-color: #D87050; }
span { border-color: rgb(216,112,80); }
td.TdClassName
{
border-color: #D87050;
}
.TagClassName
{
border-color: #D87050;
}
</style>