Shades of Japonica #D86F4F
Tints of Japonica #D86F4F
RGB
CMYK
RGB Variations
Color information
#D86F4F (or 0xD86F4F) is known color: Japonica. HEX triplet: D8, 6F and 4F. RGB value is (216,111,79). Sum of RGB (Red+Green+Blue) = 216+111+79=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F4F is #2790B0. Grayscale: #8A8A8A. Windows color (decimal): -2592945 or 5205976. OLE color: 5205976.
HSL color Cylindrical-coordinate representation of color #D86F4F: hue angle of 14.01º 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 #D86F4F is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 79 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.15 |
| HSL | 14.01º | 0.64% | 0.58% | - |
| HSV(B) | 14.01º | 0.63% | 0.85% | - |
| XYZ | 35.41 | 26.53 | 10.65 | - |
| YUV | 138.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 79 | 0 | 0.49 | 0.63 | 0.15 | 14.01 | 0.64 | 0.58 |
| Hex | D8 | 6F | 4F | 0 | 31 | 3F | F | E | 40 | 3A |
| Octal | 330 | 157 | 117 | 0 | 61 | 77 | 17 | 16 | 100 | 72 |
| Binary | 11011000 | 1101111 | 1001111 | 0 | 110001 | 111111 | 1111 | 1110 | 1000000 | 111010 |
Color Harmonies of #D86F4F
Complementary color
Monochromatic Colors of #D86F4F
Black with #D86F4F
Text Example
Text Example
White with #D86F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F4F; }
p { color: rgb(216,111,79); }
H1.HeaderClassName
{
color: #D86F4F;
}
.AnyTagClassName
{
color: #D86F4F;
}
</style>
background-color css
<style>
a { background-color: #D86F4F; }
a { background-color: rgb(216,111,79); }
div.DivClassName
{
background-color: #D86F4F;
}
.BgClassName
{
background-color: #D86F4F;
}
</style>
border-color css
<style>
span { border-color: #D86F4F; }
span { border-color: rgb(216,111,79); }
td.TdClassName
{
border-color: #D86F4F;
}
.TagClassName
{
border-color: #D86F4F;
}
</style>