Shades of Japonica #D17963
Tints of Japonica #D17963
RGB
CMYK
RGB Variations
Color information
#D17963 (or 0xD17963) is known color: Japonica. HEX triplet: D1, 79 and 63. RGB value is (209,121,99). Sum of RGB (Red+Green+Blue) = 209+121+99=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D17963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17963 is #2E869C. Grayscale: #909090. Windows color (decimal): -3049117 or 6519249. OLE color: 6519249.
HSL color Cylindrical-coordinate representation of color #D17963: hue angle of 12º 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 #D17963 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 99 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.18 |
| HSL | 12º | 0.54% | 0.6% | - |
| HSV(B) | 12º | 0.53% | 0.82% | - |
| XYZ | 35.38 | 28.13 | 15.37 | - |
| YUV | 144.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 99 | 0 | 0.42 | 0.53 | 0.18 | 12 | 0.54 | 0.6 |
| Hex | D1 | 79 | 63 | 0 | 2A | 35 | 12 | C | 36 | 3C |
| Octal | 321 | 171 | 143 | 0 | 52 | 65 | 22 | 14 | 66 | 74 |
| Binary | 11010001 | 1111001 | 1100011 | 0 | 101010 | 110101 | 10010 | 1100 | 110110 | 111100 |
Color Harmonies of #D17963
Complementary color
Monochromatic Colors of #D17963
Black with #D17963
Text Example
Text Example
White with #D17963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17963; }
p { color: rgb(209,121,99); }
H1.HeaderClassName
{
color: #D17963;
}
.AnyTagClassName
{
color: #D17963;
}
</style>
background-color css
<style>
a { background-color: #D17963; }
a { background-color: rgb(209,121,99); }
div.DivClassName
{
background-color: #D17963;
}
.BgClassName
{
background-color: #D17963;
}
</style>
border-color css
<style>
span { border-color: #D17963; }
span { border-color: rgb(209,121,99); }
td.TdClassName
{
border-color: #D17963;
}
.TagClassName
{
border-color: #D17963;
}
</style>