Shades of Japonica #D17364
Tints of Japonica #D17364
RGB
CMYK
RGB Variations
Color information
#D17364 (or 0xD17364) is known color: Japonica. HEX triplet: D1, 73 and 64. RGB value is (209,115,100). Sum of RGB (Red+Green+Blue) = 209+115+100=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D17364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17364 is #2E8C9B. Grayscale: #8D8D8D. Windows color (decimal): -3050652 or 6583249. OLE color: 6583249.
HSL color Cylindrical-coordinate representation of color #D17364: hue angle of 8.26º 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 #D17364 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 100 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.18 |
| HSL | 8.26º | 0.54% | 0.61% | - |
| HSV(B) | 8.26º | 0.52% | 0.82% | - |
| XYZ | 34.73 | 26.74 | 15.39 | - |
| YUV | 141.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 100 | 0 | 0.45 | 0.52 | 0.18 | 8.26 | 0.54 | 0.61 |
| Hex | D1 | 73 | 64 | 0 | 2D | 34 | 12 | 8 | 36 | 3D |
| Octal | 321 | 163 | 144 | 0 | 55 | 64 | 22 | 10 | 66 | 75 |
| Binary | 11010001 | 1110011 | 1100100 | 0 | 101101 | 110100 | 10010 | 1000 | 110110 | 111101 |
Color Harmonies of #D17364
Complementary color
Monochromatic Colors of #D17364
Black with #D17364
Text Example
Text Example
White with #D17364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17364; }
p { color: rgb(209,115,100); }
H1.HeaderClassName
{
color: #D17364;
}
.AnyTagClassName
{
color: #D17364;
}
</style>
background-color css
<style>
a { background-color: #D17364; }
a { background-color: rgb(209,115,100); }
div.DivClassName
{
background-color: #D17364;
}
.BgClassName
{
background-color: #D17364;
}
</style>
border-color css
<style>
span { border-color: #D17364; }
span { border-color: rgb(209,115,100); }
td.TdClassName
{
border-color: #D17364;
}
.TagClassName
{
border-color: #D17364;
}
</style>