Shades of Japonica #D16956
Tints of Japonica #D16956
RGB
CMYK
RGB Variations
Color information
#D16956 (or 0xD16956) is known color: Japonica. HEX triplet: D1, 69 and 56. RGB value is (209,105,86). Sum of RGB (Red+Green+Blue) = 209+105+86=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D16956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16956 is #2E96A9. Grayscale: #868686. Windows color (decimal): -3053226 or 5663185. OLE color: 5663185.
HSL color Cylindrical-coordinate representation of color #D16956: hue angle of 9.27º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16956 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 86 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.18 |
| HSL | 9.27º | 0.57% | 0.58% | - |
| HSV(B) | 9.27º | 0.59% | 0.82% | - |
| XYZ | 33.03 | 24.33 | 11.76 | - |
| YUV | 133.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 86 | 0 | 0.50 | 0.59 | 0.18 | 9.27 | 0.57 | 0.58 |
| Hex | D1 | 69 | 56 | 0 | 32 | 3B | 12 | 9 | 39 | 3A |
| Octal | 321 | 151 | 126 | 0 | 62 | 73 | 22 | 11 | 71 | 72 |
| Binary | 11010001 | 1101001 | 1010110 | 0 | 110010 | 111011 | 10010 | 1001 | 111001 | 111010 |
Color Harmonies of #D16956
Complementary color
Monochromatic Colors of #D16956
Black with #D16956
Text Example
Text Example
White with #D16956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16956; }
p { color: rgb(209,105,86); }
H1.HeaderClassName
{
color: #D16956;
}
.AnyTagClassName
{
color: #D16956;
}
</style>
background-color css
<style>
a { background-color: #D16956; }
a { background-color: rgb(209,105,86); }
div.DivClassName
{
background-color: #D16956;
}
.BgClassName
{
background-color: #D16956;
}
</style>
border-color css
<style>
span { border-color: #D16956; }
span { border-color: rgb(209,105,86); }
td.TdClassName
{
border-color: #D16956;
}
.TagClassName
{
border-color: #D16956;
}
</style>