Shades of Japonica #D67860
Tints of Japonica #D67860
RGB
CMYK
RGB Variations
Color information
#D67860 (or 0xD67860) is known color: Japonica. HEX triplet: D6, 78 and 60. RGB value is (214,120,96). Sum of RGB (Red+Green+Blue) = 214+120+96=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D67860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67860 is #29879F. Grayscale: #919191. Windows color (decimal): -2721696 or 6322390. OLE color: 6322390.
HSL color Cylindrical-coordinate representation of color #D67860: hue angle of 12.2º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D67860 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 96 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.16 |
| HSL | 12.2º | 0.59% | 0.61% | - |
| HSV(B) | 12.2º | 0.55% | 0.84% | - |
| XYZ | 36.56 | 28.57 | 14.65 | - |
| YUV | 145.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 96 | 0 | 0.44 | 0.55 | 0.16 | 12.2 | 0.59 | 0.61 |
| Hex | D6 | 78 | 60 | 0 | 2C | 37 | 10 | C | 3B | 3D |
| Octal | 326 | 170 | 140 | 0 | 54 | 67 | 20 | 14 | 73 | 75 |
| Binary | 11010110 | 1111000 | 1100000 | 0 | 101100 | 110111 | 10000 | 1100 | 111011 | 111101 |
Color Harmonies of #D67860
Complementary color
Monochromatic Colors of #D67860
Black with #D67860
Text Example
Text Example
White with #D67860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67860; }
p { color: rgb(214,120,96); }
H1.HeaderClassName
{
color: #D67860;
}
.AnyTagClassName
{
color: #D67860;
}
</style>
background-color css
<style>
a { background-color: #D67860; }
a { background-color: rgb(214,120,96); }
div.DivClassName
{
background-color: #D67860;
}
.BgClassName
{
background-color: #D67860;
}
</style>
border-color css
<style>
span { border-color: #D67860; }
span { border-color: rgb(214,120,96); }
td.TdClassName
{
border-color: #D67860;
}
.TagClassName
{
border-color: #D67860;
}
</style>