Shades of Japonica #D17162
Tints of Japonica #D17162
RGB
CMYK
RGB Variations
Color information
#D17162 (or 0xD17162) is known color: Japonica. HEX triplet: D1, 71 and 62. RGB value is (209,113,98). Sum of RGB (Red+Green+Blue) = 209+113+98=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D17162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17162 is #2E8E9D. Grayscale: #8C8C8C. Windows color (decimal): -3051166 or 6451665. OLE color: 6451665.
HSL color Cylindrical-coordinate representation of color #D17162: hue angle of 8.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D17162 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 98 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.18 |
| HSL | 8.11º | 0.55% | 0.6% | - |
| HSV(B) | 8.11º | 0.53% | 0.82% | - |
| XYZ | 34.4 | 26.25 | 14.81 | - |
| YUV | 139.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 98 | 0 | 0.46 | 0.53 | 0.18 | 8.11 | 0.55 | 0.6 |
| Hex | D1 | 71 | 62 | 0 | 2E | 35 | 12 | 8 | 37 | 3C |
| Octal | 321 | 161 | 142 | 0 | 56 | 65 | 22 | 10 | 67 | 74 |
| Binary | 11010001 | 1110001 | 1100010 | 0 | 101110 | 110101 | 10010 | 1000 | 110111 | 111100 |
Color Harmonies of #D17162
Complementary color
Monochromatic Colors of #D17162
Black with #D17162
Text Example
Text Example
White with #D17162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17162; }
p { color: rgb(209,113,98); }
H1.HeaderClassName
{
color: #D17162;
}
.AnyTagClassName
{
color: #D17162;
}
</style>
background-color css
<style>
a { background-color: #D17162; }
a { background-color: rgb(209,113,98); }
div.DivClassName
{
background-color: #D17162;
}
.BgClassName
{
background-color: #D17162;
}
</style>
border-color css
<style>
span { border-color: #D17162; }
span { border-color: rgb(209,113,98); }
td.TdClassName
{
border-color: #D17162;
}
.TagClassName
{
border-color: #D17162;
}
</style>