Shades of Japonica #D17557
Tints of Japonica #D17557
RGB
CMYK
RGB Variations
Color information
#D17557 (or 0xD17557) is known color: Japonica. HEX triplet: D1, 75 and 57. RGB value is (209,117,87). Sum of RGB (Red+Green+Blue) = 209+117+87=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D17557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17557 is #2E8AA8. Grayscale: #8D8D8D. Windows color (decimal): -3050153 or 5731793. OLE color: 5731793.
HSL color Cylindrical-coordinate representation of color #D17557: hue angle of 14.75º 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 #D17557 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 87 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.18 |
| HSL | 14.75º | 0.57% | 0.58% | - |
| HSV(B) | 14.75º | 0.58% | 0.82% | - |
| XYZ | 34.38 | 26.97 | 12.41 | - |
| YUV | 141.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 87 | 0 | 0.44 | 0.58 | 0.18 | 14.75 | 0.57 | 0.58 |
| Hex | D1 | 75 | 57 | 0 | 2C | 3A | 12 | F | 39 | 3A |
| Octal | 321 | 165 | 127 | 0 | 54 | 72 | 22 | 17 | 71 | 72 |
| Binary | 11010001 | 1110101 | 1010111 | 0 | 101100 | 111010 | 10010 | 1111 | 111001 | 111010 |
Color Harmonies of #D17557
Complementary color
Monochromatic Colors of #D17557
Black with #D17557
Text Example
Text Example
White with #D17557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17557; }
p { color: rgb(209,117,87); }
H1.HeaderClassName
{
color: #D17557;
}
.AnyTagClassName
{
color: #D17557;
}
</style>
background-color css
<style>
a { background-color: #D17557; }
a { background-color: rgb(209,117,87); }
div.DivClassName
{
background-color: #D17557;
}
.BgClassName
{
background-color: #D17557;
}
</style>
border-color css
<style>
span { border-color: #D17557; }
span { border-color: rgb(209,117,87); }
td.TdClassName
{
border-color: #D17557;
}
.TagClassName
{
border-color: #D17557;
}
</style>