Shades of Japonica #D17157
Tints of Japonica #D17157
RGB
CMYK
RGB Variations
Color information
#D17157 (or 0xD17157) is known color: Japonica. HEX triplet: D1, 71 and 57. RGB value is (209,113,87). Sum of RGB (Red+Green+Blue) = 209+113+87=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D17157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17157 is #2E8EA8. Grayscale: #8A8A8A. Windows color (decimal): -3051177 or 5730769. OLE color: 5730769.
HSL color Cylindrical-coordinate representation of color #D17157: hue angle of 12.79º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D17157 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 87 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.18 |
| HSL | 12.79º | 0.57% | 0.58% | - |
| HSV(B) | 12.79º | 0.58% | 0.82% | - |
| XYZ | 33.92 | 26.05 | 12.26 | - |
| YUV | 138.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 87 | 0 | 0.46 | 0.58 | 0.18 | 12.79 | 0.57 | 0.58 |
| Hex | D1 | 71 | 57 | 0 | 2E | 3A | 12 | D | 39 | 3A |
| Octal | 321 | 161 | 127 | 0 | 56 | 72 | 22 | 15 | 71 | 72 |
| Binary | 11010001 | 1110001 | 1010111 | 0 | 101110 | 111010 | 10010 | 1101 | 111001 | 111010 |
Color Harmonies of #D17157
Complementary color
Monochromatic Colors of #D17157
Black with #D17157
Text Example
Text Example
White with #D17157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17157; }
p { color: rgb(209,113,87); }
H1.HeaderClassName
{
color: #D17157;
}
.AnyTagClassName
{
color: #D17157;
}
</style>
background-color css
<style>
a { background-color: #D17157; }
a { background-color: rgb(209,113,87); }
div.DivClassName
{
background-color: #D17157;
}
.BgClassName
{
background-color: #D17157;
}
</style>
border-color css
<style>
span { border-color: #D17157; }
span { border-color: rgb(209,113,87); }
td.TdClassName
{
border-color: #D17157;
}
.TagClassName
{
border-color: #D17157;
}
</style>