Shades of Japonica #D97856
Tints of Japonica #D97856
RGB
CMYK
RGB Variations
Color information
#D97856 (or 0xD97856) is known color: Japonica. HEX triplet: D9, 78 and 56. RGB value is (217,120,86). Sum of RGB (Red+Green+Blue) = 217+120+86=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D97856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97856 is #2687A9. Grayscale: #919191. Windows color (decimal): -2525098 or 5667033. OLE color: 5667033.
HSL color Cylindrical-coordinate representation of color #D97856: hue angle of 15.57º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D97856 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 86 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.15 |
| HSL | 15.57º | 0.63% | 0.59% | - |
| HSV(B) | 15.57º | 0.6% | 0.85% | - |
| XYZ | 37.01 | 28.86 | 12.42 | - |
| YUV | 145.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 86 | 0 | 0.45 | 0.60 | 0.15 | 15.57 | 0.63 | 0.59 |
| Hex | D9 | 78 | 56 | 0 | 2D | 3C | F | 10 | 3F | 3B |
| Octal | 331 | 170 | 126 | 0 | 55 | 74 | 17 | 20 | 77 | 73 |
| Binary | 11011001 | 1111000 | 1010110 | 0 | 101101 | 111100 | 1111 | 10000 | 111111 | 111011 |
Color Harmonies of #D97856
Complementary color
Monochromatic Colors of #D97856
Black with #D97856
Text Example
Text Example
White with #D97856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97856; }
p { color: rgb(217,120,86); }
H1.HeaderClassName
{
color: #D97856;
}
.AnyTagClassName
{
color: #D97856;
}
</style>
background-color css
<style>
a { background-color: #D97856; }
a { background-color: rgb(217,120,86); }
div.DivClassName
{
background-color: #D97856;
}
.BgClassName
{
background-color: #D97856;
}
</style>
border-color css
<style>
span { border-color: #D97856; }
span { border-color: rgb(217,120,86); }
td.TdClassName
{
border-color: #D97856;
}
.TagClassName
{
border-color: #D97856;
}
</style>