Shades of Japonica #D17366
Tints of Japonica #D17366
RGB
CMYK
RGB Variations
Color information
#D17366 (or 0xD17366) is known color: Japonica. HEX triplet: D1, 73 and 66. RGB value is (209,115,102). Sum of RGB (Red+Green+Blue) = 209+115+102=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D17366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17366 is #2E8C99. Grayscale: #8D8D8D. Windows color (decimal): -3050650 or 6714321. OLE color: 6714321.
HSL color Cylindrical-coordinate representation of color #D17366: hue angle of 7.29º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17366 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 102 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.18 |
| HSL | 7.29º | 0.54% | 0.61% | - |
| HSV(B) | 7.29º | 0.51% | 0.82% | - |
| XYZ | 34.82 | 26.78 | 15.9 | - |
| YUV | 141.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 102 | 0 | 0.45 | 0.51 | 0.18 | 7.29 | 0.54 | 0.61 |
| Hex | D1 | 73 | 66 | 0 | 2D | 33 | 12 | 7 | 36 | 3D |
| Octal | 321 | 163 | 146 | 0 | 55 | 63 | 22 | 7 | 66 | 75 |
| Binary | 11010001 | 1110011 | 1100110 | 0 | 101101 | 110011 | 10010 | 111 | 110110 | 111101 |
Color Harmonies of #D17366
Complementary color
Monochromatic Colors of #D17366
Black with #D17366
Text Example
Text Example
White with #D17366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17366; }
p { color: rgb(209,115,102); }
H1.HeaderClassName
{
color: #D17366;
}
.AnyTagClassName
{
color: #D17366;
}
</style>
background-color css
<style>
a { background-color: #D17366; }
a { background-color: rgb(209,115,102); }
div.DivClassName
{
background-color: #D17366;
}
.BgClassName
{
background-color: #D17366;
}
</style>
border-color css
<style>
span { border-color: #D17366; }
span { border-color: rgb(209,115,102); }
td.TdClassName
{
border-color: #D17366;
}
.TagClassName
{
border-color: #D17366;
}
</style>