Shades of Japonica #D57865
Tints of Japonica #D57865
RGB
CMYK
RGB Variations
Color information
#D57865 (or 0xD57865) is known color: Japonica. HEX triplet: D5, 78 and 65. RGB value is (213,120,101). Sum of RGB (Red+Green+Blue) = 213+120+101=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D57865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57865 is #2A879A. Grayscale: #919191. Windows color (decimal): -2787227 or 6650069. OLE color: 6650069.
HSL color Cylindrical-coordinate representation of color #D57865: hue angle of 10.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D57865 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 101 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.16 |
| HSL | 10.18º | 0.57% | 0.62% | - |
| HSV(B) | 10.18º | 0.53% | 0.84% | - |
| XYZ | 36.51 | 28.52 | 15.89 | - |
| YUV | 145.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 101 | 0 | 0.44 | 0.53 | 0.16 | 10.18 | 0.57 | 0.62 |
| Hex | D5 | 78 | 65 | 0 | 2C | 35 | 10 | A | 39 | 3E |
| Octal | 325 | 170 | 145 | 0 | 54 | 65 | 20 | 12 | 71 | 76 |
| Binary | 11010101 | 1111000 | 1100101 | 0 | 101100 | 110101 | 10000 | 1010 | 111001 | 111110 |
Color Harmonies of #D57865
Complementary color
Monochromatic Colors of #D57865
Black with #D57865
Text Example
Text Example
White with #D57865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57865; }
p { color: rgb(213,120,101); }
H1.HeaderClassName
{
color: #D57865;
}
.AnyTagClassName
{
color: #D57865;
}
</style>
background-color css
<style>
a { background-color: #D57865; }
a { background-color: rgb(213,120,101); }
div.DivClassName
{
background-color: #D57865;
}
.BgClassName
{
background-color: #D57865;
}
</style>
border-color css
<style>
span { border-color: #D57865; }
span { border-color: rgb(213,120,101); }
td.TdClassName
{
border-color: #D57865;
}
.TagClassName
{
border-color: #D57865;
}
</style>