Shades of Japonica #D17356
Tints of Japonica #D17356
RGB
CMYK
RGB Variations
Color information
#D17356 (or 0xD17356) is known color: Japonica. HEX triplet: D1, 73 and 56. RGB value is (209,115,86). Sum of RGB (Red+Green+Blue) = 209+115+86=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D17356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17356 is #2E8CA9. Grayscale: #8C8C8C. Windows color (decimal): -3050666 or 5665745. OLE color: 5665745.
HSL color Cylindrical-coordinate representation of color #D17356: hue angle of 14.15º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D17356 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 86 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.18 |
| HSL | 14.15º | 0.57% | 0.58% | - |
| HSV(B) | 14.15º | 0.59% | 0.82% | - |
| XYZ | 34.1 | 26.49 | 12.12 | - |
| YUV | 139.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 86 | 0 | 0.45 | 0.59 | 0.18 | 14.15 | 0.57 | 0.58 |
| Hex | D1 | 73 | 56 | 0 | 2D | 3B | 12 | E | 39 | 3A |
| Octal | 321 | 163 | 126 | 0 | 55 | 73 | 22 | 16 | 71 | 72 |
| Binary | 11010001 | 1110011 | 1010110 | 0 | 101101 | 111011 | 10010 | 1110 | 111001 | 111010 |
Color Harmonies of #D17356
Complementary color
Monochromatic Colors of #D17356
Black with #D17356
Text Example
Text Example
White with #D17356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17356; }
p { color: rgb(209,115,86); }
H1.HeaderClassName
{
color: #D17356;
}
.AnyTagClassName
{
color: #D17356;
}
</style>
background-color css
<style>
a { background-color: #D17356; }
a { background-color: rgb(209,115,86); }
div.DivClassName
{
background-color: #D17356;
}
.BgClassName
{
background-color: #D17356;
}
</style>
border-color css
<style>
span { border-color: #D17356; }
span { border-color: rgb(209,115,86); }
td.TdClassName
{
border-color: #D17356;
}
.TagClassName
{
border-color: #D17356;
}
</style>