Shades of Japonica #D97355
Tints of Japonica #D97355
RGB
CMYK
RGB Variations
Color information
#D97355 (or 0xD97355) is known color: Japonica. HEX triplet: D9, 73 and 55. RGB value is (217,115,85). Sum of RGB (Red+Green+Blue) = 217+115+85=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D97355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97355 is #268CAA. Grayscale: #8E8E8E. Windows color (decimal): -2526379 or 5600217. OLE color: 5600217.
HSL color Cylindrical-coordinate representation of color #D97355: hue angle of 13.64º 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 #D97355 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 85 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.15 |
| HSL | 13.64º | 0.63% | 0.59% | - |
| HSV(B) | 13.64º | 0.61% | 0.85% | - |
| XYZ | 36.39 | 27.67 | 12.02 | - |
| YUV | 142.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 85 | 0 | 0.47 | 0.61 | 0.15 | 13.64 | 0.63 | 0.59 |
| Hex | D9 | 73 | 55 | 0 | 2F | 3D | F | E | 3F | 3B |
| Octal | 331 | 163 | 125 | 0 | 57 | 75 | 17 | 16 | 77 | 73 |
| Binary | 11011001 | 1110011 | 1010101 | 0 | 101111 | 111101 | 1111 | 1110 | 111111 | 111011 |
Color Harmonies of #D97355
Complementary color
Monochromatic Colors of #D97355
Black with #D97355
Text Example
Text Example
White with #D97355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97355; }
p { color: rgb(217,115,85); }
H1.HeaderClassName
{
color: #D97355;
}
.AnyTagClassName
{
color: #D97355;
}
</style>
background-color css
<style>
a { background-color: #D97355; }
a { background-color: rgb(217,115,85); }
div.DivClassName
{
background-color: #D97355;
}
.BgClassName
{
background-color: #D97355;
}
</style>
border-color css
<style>
span { border-color: #D97355; }
span { border-color: rgb(217,115,85); }
td.TdClassName
{
border-color: #D97355;
}
.TagClassName
{
border-color: #D97355;
}
</style>