Shades of Japonica #D67861
Tints of Japonica #D67861
RGB
CMYK
RGB Variations
Color information
#D67861 (or 0xD67861) is known color: Japonica. HEX triplet: D6, 78 and 61. RGB value is (214,120,97). Sum of RGB (Red+Green+Blue) = 214+120+97=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D67861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67861 is #29879E. Grayscale: #919191. Windows color (decimal): -2721695 or 6387926. OLE color: 6387926.
HSL color Cylindrical-coordinate representation of color #D67861: hue angle of 11.79º 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 #D67861 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 97 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.16 |
| HSL | 11.79º | 0.59% | 0.61% | - |
| HSV(B) | 11.79º | 0.55% | 0.84% | - |
| XYZ | 36.61 | 28.59 | 14.9 | - |
| YUV | 145.48 | 100.64 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 97 | 0 | 0.44 | 0.55 | 0.16 | 11.79 | 0.59 | 0.61 |
| Hex | D6 | 78 | 61 | 0 | 2C | 37 | 10 | C | 3B | 3D |
| Octal | 326 | 170 | 141 | 0 | 54 | 67 | 20 | 14 | 73 | 75 |
| Binary | 11010110 | 1111000 | 1100001 | 0 | 101100 | 110111 | 10000 | 1100 | 111011 | 111101 |
Color Harmonies of #D67861
Complementary color
Monochromatic Colors of #D67861
Black with #D67861
Text Example
Text Example
White with #D67861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67861; }
p { color: rgb(214,120,97); }
H1.HeaderClassName
{
color: #D67861;
}
.AnyTagClassName
{
color: #D67861;
}
</style>
background-color css
<style>
a { background-color: #D67861; }
a { background-color: rgb(214,120,97); }
div.DivClassName
{
background-color: #D67861;
}
.BgClassName
{
background-color: #D67861;
}
</style>
border-color css
<style>
span { border-color: #D67861; }
span { border-color: rgb(214,120,97); }
td.TdClassName
{
border-color: #D67861;
}
.TagClassName
{
border-color: #D67861;
}
</style>