Shades of Japonica #D17063
Tints of Japonica #D17063
RGB
CMYK
RGB Variations
Color information
#D17063 (or 0xD17063) is known color: Japonica. HEX triplet: D1, 70 and 63. RGB value is (209,112,99). Sum of RGB (Red+Green+Blue) = 209+112+99=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D17063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17063 is #2E8F9C. Grayscale: #8B8B8B. Windows color (decimal): -3051421 or 6516945. OLE color: 6516945.
HSL color Cylindrical-coordinate representation of color #D17063: hue angle of 7.09º 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 #D17063 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 99 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.18 |
| HSL | 7.09º | 0.54% | 0.6% | - |
| HSV(B) | 7.09º | 0.53% | 0.82% | - |
| XYZ | 34.34 | 26.04 | 15.02 | - |
| YUV | 139.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 99 | 0 | 0.46 | 0.53 | 0.18 | 7.09 | 0.54 | 0.6 |
| Hex | D1 | 70 | 63 | 0 | 2E | 35 | 12 | 7 | 36 | 3C |
| Octal | 321 | 160 | 143 | 0 | 56 | 65 | 22 | 7 | 66 | 74 |
| Binary | 11010001 | 1110000 | 1100011 | 0 | 101110 | 110101 | 10010 | 111 | 110110 | 111100 |
Color Harmonies of #D17063
Complementary color
Monochromatic Colors of #D17063
Black with #D17063
Text Example
Text Example
White with #D17063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17063; }
p { color: rgb(209,112,99); }
H1.HeaderClassName
{
color: #D17063;
}
.AnyTagClassName
{
color: #D17063;
}
</style>
background-color css
<style>
a { background-color: #D17063; }
a { background-color: rgb(209,112,99); }
div.DivClassName
{
background-color: #D17063;
}
.BgClassName
{
background-color: #D17063;
}
</style>
border-color css
<style>
span { border-color: #D17063; }
span { border-color: rgb(209,112,99); }
td.TdClassName
{
border-color: #D17063;
}
.TagClassName
{
border-color: #D17063;
}
</style>