Shades of Japonica #D17563
Tints of Japonica #D17563
RGB
CMYK
RGB Variations
Color information
#D17563 (or 0xD17563) is known color: Japonica. HEX triplet: D1, 75 and 63. RGB value is (209,117,99). Sum of RGB (Red+Green+Blue) = 209+117+99=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D17563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17563 is #2E8A9C. Grayscale: #8E8E8E. Windows color (decimal): -3050141 or 6518225. OLE color: 6518225.
HSL color Cylindrical-coordinate representation of color #D17563: hue angle of 9.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D17563 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 99 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.18 |
| HSL | 9.82º | 0.54% | 0.6% | - |
| HSV(B) | 9.82º | 0.53% | 0.82% | - |
| XYZ | 34.91 | 27.18 | 15.21 | - |
| YUV | 142.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 99 | 0 | 0.44 | 0.53 | 0.18 | 9.82 | 0.54 | 0.6 |
| Hex | D1 | 75 | 63 | 0 | 2C | 35 | 12 | A | 36 | 3C |
| Octal | 321 | 165 | 143 | 0 | 54 | 65 | 22 | 12 | 66 | 74 |
| Binary | 11010001 | 1110101 | 1100011 | 0 | 101100 | 110101 | 10010 | 1010 | 110110 | 111100 |
Color Harmonies of #D17563
Complementary color
Monochromatic Colors of #D17563
Black with #D17563
Text Example
Text Example
White with #D17563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17563; }
p { color: rgb(209,117,99); }
H1.HeaderClassName
{
color: #D17563;
}
.AnyTagClassName
{
color: #D17563;
}
</style>
background-color css
<style>
a { background-color: #D17563; }
a { background-color: rgb(209,117,99); }
div.DivClassName
{
background-color: #D17563;
}
.BgClassName
{
background-color: #D17563;
}
</style>
border-color css
<style>
span { border-color: #D17563; }
span { border-color: rgb(209,117,99); }
td.TdClassName
{
border-color: #D17563;
}
.TagClassName
{
border-color: #D17563;
}
</style>