Shades of Japonica #D16D58
Tints of Japonica #D16D58
RGB
CMYK
RGB Variations
Color information
#D16D58 (or 0xD16D58) is known color: Japonica. HEX triplet: D1, 6D and 58. RGB value is (209,109,88). Sum of RGB (Red+Green+Blue) = 209+109+88=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D58 is #2E92A7. Grayscale: #888888. Windows color (decimal): -3052200 or 5795281. OLE color: 5795281.
HSL color Cylindrical-coordinate representation of color #D16D58: hue angle of 10.41º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16D58 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 88 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.18 |
| HSL | 10.41º | 0.57% | 0.58% | - |
| HSV(B) | 10.41º | 0.58% | 0.82% | - |
| XYZ | 33.52 | 25.2 | 12.33 | - |
| YUV | 136.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 88 | 0 | 0.48 | 0.58 | 0.18 | 10.41 | 0.57 | 0.58 |
| Hex | D1 | 6D | 58 | 0 | 30 | 3A | 12 | A | 39 | 3A |
| Octal | 321 | 155 | 130 | 0 | 60 | 72 | 22 | 12 | 71 | 72 |
| Binary | 11010001 | 1101101 | 1011000 | 0 | 110000 | 111010 | 10010 | 1010 | 111001 | 111010 |
Color Harmonies of #D16D58
Complementary color
Monochromatic Colors of #D16D58
Black with #D16D58
Text Example
Text Example
White with #D16D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D58; }
p { color: rgb(209,109,88); }
H1.HeaderClassName
{
color: #D16D58;
}
.AnyTagClassName
{
color: #D16D58;
}
</style>
background-color css
<style>
a { background-color: #D16D58; }
a { background-color: rgb(209,109,88); }
div.DivClassName
{
background-color: #D16D58;
}
.BgClassName
{
background-color: #D16D58;
}
</style>
border-color css
<style>
span { border-color: #D16D58; }
span { border-color: rgb(209,109,88); }
td.TdClassName
{
border-color: #D16D58;
}
.TagClassName
{
border-color: #D16D58;
}
</style>