Shades of Japonica #D17666
Tints of Japonica #D17666
RGB
CMYK
RGB Variations
Color information
#D17666 (or 0xD17666) is known color: Japonica. HEX triplet: D1, 76 and 66. RGB value is (209,118,102). Sum of RGB (Red+Green+Blue) = 209+118+102=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D17666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17666 is #2E8999. Grayscale: #8F8F8F. Windows color (decimal): -3049882 or 6715089. OLE color: 6715089.
HSL color Cylindrical-coordinate representation of color #D17666: hue angle of 8.97º 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 #D17666 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 102 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.18 |
| HSL | 8.97º | 0.54% | 0.61% | - |
| HSV(B) | 8.97º | 0.51% | 0.82% | - |
| XYZ | 35.17 | 27.47 | 16.02 | - |
| YUV | 143.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 102 | 0 | 0.44 | 0.51 | 0.18 | 8.97 | 0.54 | 0.61 |
| Hex | D1 | 76 | 66 | 0 | 2C | 33 | 12 | 9 | 36 | 3D |
| Octal | 321 | 166 | 146 | 0 | 54 | 63 | 22 | 11 | 66 | 75 |
| Binary | 11010001 | 1110110 | 1100110 | 0 | 101100 | 110011 | 10010 | 1001 | 110110 | 111101 |
Color Harmonies of #D17666
Complementary color
Monochromatic Colors of #D17666
Black with #D17666
Text Example
Text Example
White with #D17666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17666; }
p { color: rgb(209,118,102); }
H1.HeaderClassName
{
color: #D17666;
}
.AnyTagClassName
{
color: #D17666;
}
</style>
background-color css
<style>
a { background-color: #D17666; }
a { background-color: rgb(209,118,102); }
div.DivClassName
{
background-color: #D17666;
}
.BgClassName
{
background-color: #D17666;
}
</style>
border-color css
<style>
span { border-color: #D17666; }
span { border-color: rgb(209,118,102); }
td.TdClassName
{
border-color: #D17666;
}
.TagClassName
{
border-color: #D17666;
}
</style>