Shades of Japonica #D97755
Tints of Japonica #D97755
RGB
CMYK
RGB Variations
Color information
#D97755 (or 0xD97755) is known color: Japonica. HEX triplet: D9, 77 and 55. RGB value is (217,119,85). Sum of RGB (Red+Green+Blue) = 217+119+85=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D97755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97755 is #2688AA. Grayscale: #909090. Windows color (decimal): -2525355 or 5601241. OLE color: 5601241.
HSL color Cylindrical-coordinate representation of color #D97755: hue angle of 15.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D97755 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 85 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.15 |
| HSL | 15.45º | 0.63% | 0.59% | - |
| HSV(B) | 15.45º | 0.61% | 0.85% | - |
| XYZ | 36.85 | 28.6 | 12.17 | - |
| YUV | 144.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 85 | 0 | 0.45 | 0.61 | 0.15 | 15.45 | 0.63 | 0.59 |
| Hex | D9 | 77 | 55 | 0 | 2D | 3D | F | F | 3F | 3B |
| Octal | 331 | 167 | 125 | 0 | 55 | 75 | 17 | 17 | 77 | 73 |
| Binary | 11011001 | 1110111 | 1010101 | 0 | 101101 | 111101 | 1111 | 1111 | 111111 | 111011 |
Color Harmonies of #D97755
Complementary color
Monochromatic Colors of #D97755
Black with #D97755
Text Example
Text Example
White with #D97755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97755; }
p { color: rgb(217,119,85); }
H1.HeaderClassName
{
color: #D97755;
}
.AnyTagClassName
{
color: #D97755;
}
</style>
background-color css
<style>
a { background-color: #D97755; }
a { background-color: rgb(217,119,85); }
div.DivClassName
{
background-color: #D97755;
}
.BgClassName
{
background-color: #D97755;
}
</style>
border-color css
<style>
span { border-color: #D97755; }
span { border-color: rgb(217,119,85); }
td.TdClassName
{
border-color: #D97755;
}
.TagClassName
{
border-color: #D97755;
}
</style>