Shades of Japonica #D57655
Tints of Japonica #D57655
RGB
CMYK
RGB Variations
Color information
#D57655 (or 0xD57655) is known color: Japonica. HEX triplet: D5, 76 and 55. RGB value is (213,118,85). Sum of RGB (Red+Green+Blue) = 213+118+85=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D57655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57655 is #2A89AA. Grayscale: #8E8E8E. Windows color (decimal): -2787755 or 5600981. OLE color: 5600981.
HSL color Cylindrical-coordinate representation of color #D57655: hue angle of 15.47º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D57655 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 85 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 15.47º | 0.6% | 0.58% | - |
| HSV(B) | 15.47º | 0.6% | 0.84% | - |
| XYZ | 35.56 | 27.76 | 12.08 | - |
| YUV | 142.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 85 | 0 | 0.45 | 0.60 | 0.16 | 15.47 | 0.6 | 0.58 |
| Hex | D5 | 76 | 55 | 0 | 2D | 3C | 10 | F | 3C | 3A |
| Octal | 325 | 166 | 125 | 0 | 55 | 74 | 20 | 17 | 74 | 72 |
| Binary | 11010101 | 1110110 | 1010101 | 0 | 101101 | 111100 | 10000 | 1111 | 111100 | 111010 |
Color Harmonies of #D57655
Complementary color
Monochromatic Colors of #D57655
Black with #D57655
Text Example
Text Example
White with #D57655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57655; }
p { color: rgb(213,118,85); }
H1.HeaderClassName
{
color: #D57655;
}
.AnyTagClassName
{
color: #D57655;
}
</style>
background-color css
<style>
a { background-color: #D57655; }
a { background-color: rgb(213,118,85); }
div.DivClassName
{
background-color: #D57655;
}
.BgClassName
{
background-color: #D57655;
}
</style>
border-color css
<style>
span { border-color: #D57655; }
span { border-color: rgb(213,118,85); }
td.TdClassName
{
border-color: #D57655;
}
.TagClassName
{
border-color: #D57655;
}
</style>