Shades of Japonica #D86D4F
Tints of Japonica #D86D4F
RGB
CMYK
RGB Variations
Color information
#D86D4F (or 0xD86D4F) is known color: Japonica. HEX triplet: D8, 6D and 4F. RGB value is (216,109,79). Sum of RGB (Red+Green+Blue) = 216+109+79=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D4F is #2792B0. Grayscale: #898989. Windows color (decimal): -2593457 or 5205464. OLE color: 5205464.
HSL color Cylindrical-coordinate representation of color #D86D4F: hue angle of 13.14º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D86D4F is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 79 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.15 |
| HSL | 13.14º | 0.64% | 0.58% | - |
| HSV(B) | 13.14º | 0.63% | 0.85% | - |
| XYZ | 35.2 | 26.1 | 10.58 | - |
| YUV | 137.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 79 | 0 | 0.50 | 0.63 | 0.15 | 13.14 | 0.64 | 0.58 |
| Hex | D8 | 6D | 4F | 0 | 32 | 3F | F | D | 40 | 3A |
| Octal | 330 | 155 | 117 | 0 | 62 | 77 | 17 | 15 | 100 | 72 |
| Binary | 11011000 | 1101101 | 1001111 | 0 | 110010 | 111111 | 1111 | 1101 | 1000000 | 111010 |
Color Harmonies of #D86D4F
Complementary color
Monochromatic Colors of #D86D4F
Black with #D86D4F
Text Example
Text Example
White with #D86D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D4F; }
p { color: rgb(216,109,79); }
H1.HeaderClassName
{
color: #D86D4F;
}
.AnyTagClassName
{
color: #D86D4F;
}
</style>
background-color css
<style>
a { background-color: #D86D4F; }
a { background-color: rgb(216,109,79); }
div.DivClassName
{
background-color: #D86D4F;
}
.BgClassName
{
background-color: #D86D4F;
}
</style>
border-color css
<style>
span { border-color: #D86D4F; }
span { border-color: rgb(216,109,79); }
td.TdClassName
{
border-color: #D86D4F;
}
.TagClassName
{
border-color: #D86D4F;
}
</style>