Shades of Japonica #D17660
Tints of Japonica #D17660
RGB
CMYK
RGB Variations
Color information
#D17660 (or 0xD17660) is known color: Japonica. HEX triplet: D1, 76 and 60. RGB value is (209,118,96). Sum of RGB (Red+Green+Blue) = 209+118+96=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D17660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17660 is #2E899F. Grayscale: #8E8E8E. Windows color (decimal): -3049888 or 6321873. OLE color: 6321873.
HSL color Cylindrical-coordinate representation of color #D17660: hue angle of 11.68º 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 #D17660 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 96 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.18 |
| HSL | 11.68º | 0.55% | 0.6% | - |
| HSV(B) | 11.68º | 0.54% | 0.82% | - |
| XYZ | 34.88 | 27.36 | 14.51 | - |
| YUV | 142.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 96 | 0 | 0.44 | 0.54 | 0.18 | 11.68 | 0.55 | 0.6 |
| Hex | D1 | 76 | 60 | 0 | 2C | 36 | 12 | C | 37 | 3C |
| Octal | 321 | 166 | 140 | 0 | 54 | 66 | 22 | 14 | 67 | 74 |
| Binary | 11010001 | 1110110 | 1100000 | 0 | 101100 | 110110 | 10010 | 1100 | 110111 | 111100 |
Color Harmonies of #D17660
Complementary color
Monochromatic Colors of #D17660
Black with #D17660
Text Example
Text Example
White with #D17660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17660; }
p { color: rgb(209,118,96); }
H1.HeaderClassName
{
color: #D17660;
}
.AnyTagClassName
{
color: #D17660;
}
</style>
background-color css
<style>
a { background-color: #D17660; }
a { background-color: rgb(209,118,96); }
div.DivClassName
{
background-color: #D17660;
}
.BgClassName
{
background-color: #D17660;
}
</style>
border-color css
<style>
span { border-color: #D17660; }
span { border-color: rgb(209,118,96); }
td.TdClassName
{
border-color: #D17660;
}
.TagClassName
{
border-color: #D17660;
}
</style>