Shades of Japonica #D17351
Tints of Japonica #D17351
RGB
CMYK
RGB Variations
Color information
#D17351 (or 0xD17351) is known color: Japonica. HEX triplet: D1, 73 and 51. RGB value is (209,115,81). Sum of RGB (Red+Green+Blue) = 209+115+81=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D17351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17351 is #2E8CAE. Grayscale: #8B8B8B. Windows color (decimal): -3050671 or 5338065. OLE color: 5338065.
HSL color Cylindrical-coordinate representation of color #D17351: hue angle of 15.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D17351 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 81 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.18 |
| HSL | 15.94º | 0.58% | 0.57% | - |
| HSV(B) | 15.94º | 0.61% | 0.82% | - |
| XYZ | 33.91 | 26.41 | 11.1 | - |
| YUV | 139.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 81 | 0 | 0.45 | 0.61 | 0.18 | 15.94 | 0.58 | 0.57 |
| Hex | D1 | 73 | 51 | 0 | 2D | 3D | 12 | 10 | 3A | 39 |
| Octal | 321 | 163 | 121 | 0 | 55 | 75 | 22 | 20 | 72 | 71 |
| Binary | 11010001 | 1110011 | 1010001 | 0 | 101101 | 111101 | 10010 | 10000 | 111010 | 111001 |
Color Harmonies of #D17351
Complementary color
Monochromatic Colors of #D17351
Black with #D17351
Text Example
Text Example
White with #D17351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17351; }
p { color: rgb(209,115,81); }
H1.HeaderClassName
{
color: #D17351;
}
.AnyTagClassName
{
color: #D17351;
}
</style>
background-color css
<style>
a { background-color: #D17351; }
a { background-color: rgb(209,115,81); }
div.DivClassName
{
background-color: #D17351;
}
.BgClassName
{
background-color: #D17351;
}
</style>
border-color css
<style>
span { border-color: #D17351; }
span { border-color: rgb(209,115,81); }
td.TdClassName
{
border-color: #D17351;
}
.TagClassName
{
border-color: #D17351;
}
</style>