Shades of Japonica #D67866
Tints of Japonica #D67866
RGB
CMYK
RGB Variations
Color information
#D67866 (or 0xD67866) is known color: Japonica. HEX triplet: D6, 78 and 66. RGB value is (214,120,102). Sum of RGB (Red+Green+Blue) = 214+120+102=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D67866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67866 is #298799. Grayscale: #929292. Windows color (decimal): -2721690 or 6715606. OLE color: 6715606.
HSL color Cylindrical-coordinate representation of color #D67866: hue angle of 9.64º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D67866 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 102 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.16 |
| HSL | 9.64º | 0.58% | 0.62% | - |
| HSV(B) | 9.64º | 0.52% | 0.84% | - |
| XYZ | 36.85 | 28.69 | 16.17 | - |
| YUV | 146.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 102 | 0 | 0.44 | 0.52 | 0.16 | 9.64 | 0.58 | 0.62 |
| Hex | D6 | 78 | 66 | 0 | 2C | 34 | 10 | A | 3A | 3E |
| Octal | 326 | 170 | 146 | 0 | 54 | 64 | 20 | 12 | 72 | 76 |
| Binary | 11010110 | 1111000 | 1100110 | 0 | 101100 | 110100 | 10000 | 1010 | 111010 | 111110 |
Color Harmonies of #D67866
Complementary color
Monochromatic Colors of #D67866
Black with #D67866
Text Example
Text Example
White with #D67866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67866; }
p { color: rgb(214,120,102); }
H1.HeaderClassName
{
color: #D67866;
}
.AnyTagClassName
{
color: #D67866;
}
</style>
background-color css
<style>
a { background-color: #D67866; }
a { background-color: rgb(214,120,102); }
div.DivClassName
{
background-color: #D67866;
}
.BgClassName
{
background-color: #D67866;
}
</style>
border-color css
<style>
span { border-color: #D67866; }
span { border-color: rgb(214,120,102); }
td.TdClassName
{
border-color: #D67866;
}
.TagClassName
{
border-color: #D67866;
}
</style>