Shades of Japonica #D16F59
Tints of Japonica #D16F59
RGB
CMYK
RGB Variations
Color information
#D16F59 (or 0xD16F59) is known color: Japonica. HEX triplet: D1, 6F and 59. RGB value is (209,111,89). Sum of RGB (Red+Green+Blue) = 209+111+89=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F59 is #2E90A6. Grayscale: #898989. Windows color (decimal): -3051687 or 5861329. OLE color: 5861329.
HSL color Cylindrical-coordinate representation of color #D16F59: hue angle of 11º 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 #D16F59 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 89 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.18 |
| HSL | 11º | 0.57% | 0.58% | - |
| HSV(B) | 11º | 0.57% | 0.82% | - |
| XYZ | 33.78 | 25.65 | 12.62 | - |
| YUV | 137.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 89 | 0 | 0.47 | 0.57 | 0.18 | 11 | 0.57 | 0.58 |
| Hex | D1 | 6F | 59 | 0 | 2F | 39 | 12 | B | 39 | 3A |
| Octal | 321 | 157 | 131 | 0 | 57 | 71 | 22 | 13 | 71 | 72 |
| Binary | 11010001 | 1101111 | 1011001 | 0 | 101111 | 111001 | 10010 | 1011 | 111001 | 111010 |
Color Harmonies of #D16F59
Complementary color
Monochromatic Colors of #D16F59
Black with #D16F59
Text Example
Text Example
White with #D16F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F59; }
p { color: rgb(209,111,89); }
H1.HeaderClassName
{
color: #D16F59;
}
.AnyTagClassName
{
color: #D16F59;
}
</style>
background-color css
<style>
a { background-color: #D16F59; }
a { background-color: rgb(209,111,89); }
div.DivClassName
{
background-color: #D16F59;
}
.BgClassName
{
background-color: #D16F59;
}
</style>
border-color css
<style>
span { border-color: #D16F59; }
span { border-color: rgb(209,111,89); }
td.TdClassName
{
border-color: #D16F59;
}
.TagClassName
{
border-color: #D16F59;
}
</style>