Shades of Japonica #D17059
Tints of Japonica #D17059
RGB
CMYK
RGB Variations
Color information
#D17059 (or 0xD17059) is known color: Japonica. HEX triplet: D1, 70 and 59. RGB value is (209,112,89). Sum of RGB (Red+Green+Blue) = 209+112+89=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D17059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17059 is #2E8FA6. Grayscale: #8A8A8A. Windows color (decimal): -3051431 or 5861585. OLE color: 5861585.
HSL color Cylindrical-coordinate representation of color #D17059: hue angle of 11.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D17059 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 89 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.18 |
| HSL | 11.5º | 0.57% | 0.58% | - |
| HSV(B) | 11.5º | 0.57% | 0.82% | - |
| XYZ | 33.89 | 25.86 | 12.66 | - |
| YUV | 138.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 89 | 0 | 0.46 | 0.57 | 0.18 | 11.5 | 0.57 | 0.58 |
| Hex | D1 | 70 | 59 | 0 | 2E | 39 | 12 | C | 39 | 3A |
| Octal | 321 | 160 | 131 | 0 | 56 | 71 | 22 | 14 | 71 | 72 |
| Binary | 11010001 | 1110000 | 1011001 | 0 | 101110 | 111001 | 10010 | 1100 | 111001 | 111010 |
Color Harmonies of #D17059
Complementary color
Monochromatic Colors of #D17059
Black with #D17059
Text Example
Text Example
White with #D17059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17059; }
p { color: rgb(209,112,89); }
H1.HeaderClassName
{
color: #D17059;
}
.AnyTagClassName
{
color: #D17059;
}
</style>
background-color css
<style>
a { background-color: #D17059; }
a { background-color: rgb(209,112,89); }
div.DivClassName
{
background-color: #D17059;
}
.BgClassName
{
background-color: #D17059;
}
</style>
border-color css
<style>
span { border-color: #D17059; }
span { border-color: rgb(209,112,89); }
td.TdClassName
{
border-color: #D17059;
}
.TagClassName
{
border-color: #D17059;
}
</style>