Shades of Japonica #D17562
Tints of Japonica #D17562
RGB
CMYK
RGB Variations
Color information
#D17562 (or 0xD17562) is known color: Japonica. HEX triplet: D1, 75 and 62. RGB value is (209,117,98). Sum of RGB (Red+Green+Blue) = 209+117+98=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D17562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17562 is #2E8A9D. Grayscale: #8E8E8E. Windows color (decimal): -3050142 or 6452689. OLE color: 6452689.
HSL color Cylindrical-coordinate representation of color #D17562: hue angle of 10.27º degrees, saturation: 0.55, 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 #D17562 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 98 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.18 |
| HSL | 10.27º | 0.55% | 0.6% | - |
| HSV(B) | 10.27º | 0.53% | 0.82% | - |
| XYZ | 34.86 | 27.16 | 14.96 | - |
| YUV | 142.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 98 | 0 | 0.44 | 0.53 | 0.18 | 10.27 | 0.55 | 0.6 |
| Hex | D1 | 75 | 62 | 0 | 2C | 35 | 12 | A | 37 | 3C |
| Octal | 321 | 165 | 142 | 0 | 54 | 65 | 22 | 12 | 67 | 74 |
| Binary | 11010001 | 1110101 | 1100010 | 0 | 101100 | 110101 | 10010 | 1010 | 110111 | 111100 |
Color Harmonies of #D17562
Complementary color
Monochromatic Colors of #D17562
Black with #D17562
Text Example
Text Example
White with #D17562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17562; }
p { color: rgb(209,117,98); }
H1.HeaderClassName
{
color: #D17562;
}
.AnyTagClassName
{
color: #D17562;
}
</style>
background-color css
<style>
a { background-color: #D17562; }
a { background-color: rgb(209,117,98); }
div.DivClassName
{
background-color: #D17562;
}
.BgClassName
{
background-color: #D17562;
}
</style>
border-color css
<style>
span { border-color: #D17562; }
span { border-color: rgb(209,117,98); }
td.TdClassName
{
border-color: #D17562;
}
.TagClassName
{
border-color: #D17562;
}
</style>