Shades of Japonica #D17362
Tints of Japonica #D17362
RGB
CMYK
RGB Variations
Color information
#D17362 (or 0xD17362) is known color: Japonica. HEX triplet: D1, 73 and 62. RGB value is (209,115,98). Sum of RGB (Red+Green+Blue) = 209+115+98=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D17362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17362 is #2E8C9D. Grayscale: #8D8D8D. Windows color (decimal): -3050654 or 6452177. OLE color: 6452177.
HSL color Cylindrical-coordinate representation of color #D17362: hue angle of 9.19º 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 #D17362 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 98 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.18 |
| HSL | 9.19º | 0.55% | 0.6% | - |
| HSV(B) | 9.19º | 0.53% | 0.82% | - |
| XYZ | 34.63 | 26.7 | 14.88 | - |
| YUV | 141.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 98 | 0 | 0.45 | 0.53 | 0.18 | 9.19 | 0.55 | 0.6 |
| Hex | D1 | 73 | 62 | 0 | 2D | 35 | 12 | 9 | 37 | 3C |
| Octal | 321 | 163 | 142 | 0 | 55 | 65 | 22 | 11 | 67 | 74 |
| Binary | 11010001 | 1110011 | 1100010 | 0 | 101101 | 110101 | 10010 | 1001 | 110111 | 111100 |
Color Harmonies of #D17362
Complementary color
Monochromatic Colors of #D17362
Black with #D17362
Text Example
Text Example
White with #D17362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17362; }
p { color: rgb(209,115,98); }
H1.HeaderClassName
{
color: #D17362;
}
.AnyTagClassName
{
color: #D17362;
}
</style>
background-color css
<style>
a { background-color: #D17362; }
a { background-color: rgb(209,115,98); }
div.DivClassName
{
background-color: #D17362;
}
.BgClassName
{
background-color: #D17362;
}
</style>
border-color css
<style>
span { border-color: #D17362; }
span { border-color: rgb(209,115,98); }
td.TdClassName
{
border-color: #D17362;
}
.TagClassName
{
border-color: #D17362;
}
</style>