Shades of Japonica #D17961
Tints of Japonica #D17961
RGB
CMYK
RGB Variations
Color information
#D17961 (or 0xD17961) is known color: Japonica. HEX triplet: D1, 79 and 61. RGB value is (209,121,97). Sum of RGB (Red+Green+Blue) = 209+121+97=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D17961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17961 is #2E869E. Grayscale: #909090. Windows color (decimal): -3049119 or 6388177. OLE color: 6388177.
HSL color Cylindrical-coordinate representation of color #D17961: hue angle of 12.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D17961 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 97 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.18 |
| HSL | 12.86º | 0.55% | 0.6% | - |
| HSV(B) | 12.86º | 0.54% | 0.82% | - |
| XYZ | 35.29 | 28.09 | 14.87 | - |
| YUV | 144.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 97 | 0 | 0.42 | 0.54 | 0.18 | 12.86 | 0.55 | 0.6 |
| Hex | D1 | 79 | 61 | 0 | 2A | 36 | 12 | D | 37 | 3C |
| Octal | 321 | 171 | 141 | 0 | 52 | 66 | 22 | 15 | 67 | 74 |
| Binary | 11010001 | 1111001 | 1100001 | 0 | 101010 | 110110 | 10010 | 1101 | 110111 | 111100 |
Color Harmonies of #D17961
Complementary color
Monochromatic Colors of #D17961
Black with #D17961
Text Example
Text Example
White with #D17961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17961; }
p { color: rgb(209,121,97); }
H1.HeaderClassName
{
color: #D17961;
}
.AnyTagClassName
{
color: #D17961;
}
</style>
background-color css
<style>
a { background-color: #D17961; }
a { background-color: rgb(209,121,97); }
div.DivClassName
{
background-color: #D17961;
}
.BgClassName
{
background-color: #D17961;
}
</style>
border-color css
<style>
span { border-color: #D17961; }
span { border-color: rgb(209,121,97); }
td.TdClassName
{
border-color: #D17961;
}
.TagClassName
{
border-color: #D17961;
}
</style>