Shades of Japonica #D17566
Tints of Japonica #D17566
RGB
CMYK
RGB Variations
Color information
#D17566 (or 0xD17566) is known color: Japonica. HEX triplet: D1, 75 and 66. RGB value is (209,117,102). Sum of RGB (Red+Green+Blue) = 209+117+102=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D17566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17566 is #2E8A99. Grayscale: #8E8E8E. Windows color (decimal): -3050138 or 6714833. OLE color: 6714833.
HSL color Cylindrical-coordinate representation of color #D17566: hue angle of 8.41º 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 #D17566 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 102 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.18 |
| HSL | 8.41º | 0.54% | 0.61% | - |
| HSV(B) | 8.41º | 0.51% | 0.82% | - |
| XYZ | 35.05 | 27.24 | 15.98 | - |
| YUV | 142.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 102 | 0 | 0.44 | 0.51 | 0.18 | 8.41 | 0.54 | 0.61 |
| Hex | D1 | 75 | 66 | 0 | 2C | 33 | 12 | 8 | 36 | 3D |
| Octal | 321 | 165 | 146 | 0 | 54 | 63 | 22 | 10 | 66 | 75 |
| Binary | 11010001 | 1110101 | 1100110 | 0 | 101100 | 110011 | 10010 | 1000 | 110110 | 111101 |
Color Harmonies of #D17566
Complementary color
Monochromatic Colors of #D17566
Black with #D17566
Text Example
Text Example
White with #D17566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17566; }
p { color: rgb(209,117,102); }
H1.HeaderClassName
{
color: #D17566;
}
.AnyTagClassName
{
color: #D17566;
}
</style>
background-color css
<style>
a { background-color: #D17566; }
a { background-color: rgb(209,117,102); }
div.DivClassName
{
background-color: #D17566;
}
.BgClassName
{
background-color: #D17566;
}
</style>
border-color css
<style>
span { border-color: #D17566; }
span { border-color: rgb(209,117,102); }
td.TdClassName
{
border-color: #D17566;
}
.TagClassName
{
border-color: #D17566;
}
</style>