Shades of Japonica #D17365
Tints of Japonica #D17365
RGB
CMYK
RGB Variations
Color information
#D17365 (or 0xD17365) is known color: Japonica. HEX triplet: D1, 73 and 65. RGB value is (209,115,101). Sum of RGB (Red+Green+Blue) = 209+115+101=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D17365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17365 is #2E8C9A. Grayscale: #8D8D8D. Windows color (decimal): -3050651 or 6648785. OLE color: 6648785.
HSL color Cylindrical-coordinate representation of color #D17365: hue angle of 7.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D17365 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 101 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.18 |
| HSL | 7.78º | 0.54% | 0.61% | - |
| HSV(B) | 7.78º | 0.52% | 0.82% | - |
| XYZ | 34.77 | 26.76 | 15.64 | - |
| YUV | 141.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 101 | 0 | 0.45 | 0.52 | 0.18 | 7.78 | 0.54 | 0.61 |
| Hex | D1 | 73 | 65 | 0 | 2D | 34 | 12 | 8 | 36 | 3D |
| Octal | 321 | 163 | 145 | 0 | 55 | 64 | 22 | 10 | 66 | 75 |
| Binary | 11010001 | 1110011 | 1100101 | 0 | 101101 | 110100 | 10010 | 1000 | 110110 | 111101 |
Color Harmonies of #D17365
Complementary color
Monochromatic Colors of #D17365
Black with #D17365
Text Example
Text Example
White with #D17365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17365; }
p { color: rgb(209,115,101); }
H1.HeaderClassName
{
color: #D17365;
}
.AnyTagClassName
{
color: #D17365;
}
</style>
background-color css
<style>
a { background-color: #D17365; }
a { background-color: rgb(209,115,101); }
div.DivClassName
{
background-color: #D17365;
}
.BgClassName
{
background-color: #D17365;
}
</style>
border-color css
<style>
span { border-color: #D17365; }
span { border-color: rgb(209,115,101); }
td.TdClassName
{
border-color: #D17365;
}
.TagClassName
{
border-color: #D17365;
}
</style>