Shades of Japonica #D16D5F
Tints of Japonica #D16D5F
RGB
CMYK
RGB Variations
Color information
#D16D5F (or 0xD16D5F) is known color: Japonica. HEX triplet: D1, 6D and 5F. RGB value is (209,109,95). Sum of RGB (Red+Green+Blue) = 209+109+95=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D5F is #2E92A0. Grayscale: #898989. Windows color (decimal): -3052193 or 6254033. OLE color: 6254033.
HSL color Cylindrical-coordinate representation of color #D16D5F: hue angle of 7.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16D5F is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 95 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.18 |
| HSL | 7.37º | 0.55% | 0.6% | - |
| HSV(B) | 7.37º | 0.55% | 0.82% | - |
| XYZ | 33.83 | 25.32 | 13.93 | - |
| YUV | 137.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 95 | 0 | 0.48 | 0.55 | 0.18 | 7.37 | 0.55 | 0.6 |
| Hex | D1 | 6D | 5F | 0 | 30 | 37 | 12 | 7 | 37 | 3C |
| Octal | 321 | 155 | 137 | 0 | 60 | 67 | 22 | 7 | 67 | 74 |
| Binary | 11010001 | 1101101 | 1011111 | 0 | 110000 | 110111 | 10010 | 111 | 110111 | 111100 |
Color Harmonies of #D16D5F
Complementary color
Monochromatic Colors of #D16D5F
Black with #D16D5F
Text Example
Text Example
White with #D16D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D5F; }
p { color: rgb(209,109,95); }
H1.HeaderClassName
{
color: #D16D5F;
}
.AnyTagClassName
{
color: #D16D5F;
}
</style>
background-color css
<style>
a { background-color: #D16D5F; }
a { background-color: rgb(209,109,95); }
div.DivClassName
{
background-color: #D16D5F;
}
.BgClassName
{
background-color: #D16D5F;
}
</style>
border-color css
<style>
span { border-color: #D16D5F; }
span { border-color: rgb(209,109,95); }
td.TdClassName
{
border-color: #D16D5F;
}
.TagClassName
{
border-color: #D16D5F;
}
</style>