Shades of Japonica #D17556
Tints of Japonica #D17556
RGB
CMYK
RGB Variations
Color information
#D17556 (or 0xD17556) is known color: Japonica. HEX triplet: D1, 75 and 56. RGB value is (209,117,86). Sum of RGB (Red+Green+Blue) = 209+117+86=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D17556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17556 is #2E8AA9. Grayscale: #8D8D8D. Windows color (decimal): -3050154 or 5666257. OLE color: 5666257.
HSL color Cylindrical-coordinate representation of color #D17556: hue angle of 15.12º 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 #D17556 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 86 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.18 |
| HSL | 15.12º | 0.57% | 0.58% | - |
| HSV(B) | 15.12º | 0.59% | 0.82% | - |
| XYZ | 34.34 | 26.95 | 12.2 | - |
| YUV | 140.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 86 | 0 | 0.44 | 0.59 | 0.18 | 15.12 | 0.57 | 0.58 |
| Hex | D1 | 75 | 56 | 0 | 2C | 3B | 12 | F | 39 | 3A |
| Octal | 321 | 165 | 126 | 0 | 54 | 73 | 22 | 17 | 71 | 72 |
| Binary | 11010001 | 1110101 | 1010110 | 0 | 101100 | 111011 | 10010 | 1111 | 111001 | 111010 |
Color Harmonies of #D17556
Complementary color
Monochromatic Colors of #D17556
Black with #D17556
Text Example
Text Example
White with #D17556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17556; }
p { color: rgb(209,117,86); }
H1.HeaderClassName
{
color: #D17556;
}
.AnyTagClassName
{
color: #D17556;
}
</style>
background-color css
<style>
a { background-color: #D17556; }
a { background-color: rgb(209,117,86); }
div.DivClassName
{
background-color: #D17556;
}
.BgClassName
{
background-color: #D17556;
}
</style>
border-color css
<style>
span { border-color: #D17556; }
span { border-color: rgb(209,117,86); }
td.TdClassName
{
border-color: #D17556;
}
.TagClassName
{
border-color: #D17556;
}
</style>