Shades of Japonica #D67864
Tints of Japonica #D67864
RGB
CMYK
RGB Variations
Color information
#D67864 (or 0xD67864) is known color: Japonica. HEX triplet: D6, 78 and 64. RGB value is (214,120,100). Sum of RGB (Red+Green+Blue) = 214+120+100=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67864 is #29879B. Grayscale: #929292. Windows color (decimal): -2721692 or 6584534. OLE color: 6584534.
HSL color Cylindrical-coordinate representation of color #D67864: hue angle of 10.53º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D67864 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 100 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.16 |
| HSL | 10.53º | 0.58% | 0.62% | - |
| HSV(B) | 10.53º | 0.53% | 0.84% | - |
| XYZ | 36.75 | 28.65 | 15.65 | - |
| YUV | 145.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 100 | 0 | 0.44 | 0.53 | 0.16 | 10.53 | 0.58 | 0.62 |
| Hex | D6 | 78 | 64 | 0 | 2C | 35 | 10 | B | 3A | 3E |
| Octal | 326 | 170 | 144 | 0 | 54 | 65 | 20 | 13 | 72 | 76 |
| Binary | 11010110 | 1111000 | 1100100 | 0 | 101100 | 110101 | 10000 | 1011 | 111010 | 111110 |
Color Harmonies of #D67864
Complementary color
Monochromatic Colors of #D67864
Black with #D67864
Text Example
Text Example
White with #D67864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67864; }
p { color: rgb(214,120,100); }
H1.HeaderClassName
{
color: #D67864;
}
.AnyTagClassName
{
color: #D67864;
}
</style>
background-color css
<style>
a { background-color: #D67864; }
a { background-color: rgb(214,120,100); }
div.DivClassName
{
background-color: #D67864;
}
.BgClassName
{
background-color: #D67864;
}
</style>
border-color css
<style>
span { border-color: #D67864; }
span { border-color: rgb(214,120,100); }
td.TdClassName
{
border-color: #D67864;
}
.TagClassName
{
border-color: #D67864;
}
</style>