Shades of Japonica #D17860
Tints of Japonica #D17860
RGB
CMYK
RGB Variations
Color information
#D17860 (or 0xD17860) is known color: Japonica. HEX triplet: D1, 78 and 60. RGB value is (209,120,96). Sum of RGB (Red+Green+Blue) = 209+120+96=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D17860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17860 is #2E879F. Grayscale: #909090. Windows color (decimal): -3049376 or 6322385. OLE color: 6322385.
HSL color Cylindrical-coordinate representation of color #D17860: hue angle of 12.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D17860 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 96 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.18 |
| HSL | 12.74º | 0.55% | 0.6% | - |
| HSV(B) | 12.74º | 0.54% | 0.82% | - |
| XYZ | 35.12 | 27.83 | 14.59 | - |
| YUV | 143.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 96 | 0 | 0.43 | 0.54 | 0.18 | 12.74 | 0.55 | 0.6 |
| Hex | D1 | 78 | 60 | 0 | 2B | 36 | 12 | D | 37 | 3C |
| Octal | 321 | 170 | 140 | 0 | 53 | 66 | 22 | 15 | 67 | 74 |
| Binary | 11010001 | 1111000 | 1100000 | 0 | 101011 | 110110 | 10010 | 1101 | 110111 | 111100 |
Color Harmonies of #D17860
Complementary color
Monochromatic Colors of #D17860
Black with #D17860
Text Example
Text Example
White with #D17860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17860; }
p { color: rgb(209,120,96); }
H1.HeaderClassName
{
color: #D17860;
}
.AnyTagClassName
{
color: #D17860;
}
</style>
background-color css
<style>
a { background-color: #D17860; }
a { background-color: rgb(209,120,96); }
div.DivClassName
{
background-color: #D17860;
}
.BgClassName
{
background-color: #D17860;
}
</style>
border-color css
<style>
span { border-color: #D17860; }
span { border-color: rgb(209,120,96); }
td.TdClassName
{
border-color: #D17860;
}
.TagClassName
{
border-color: #D17860;
}
</style>