Shades of Japonica #D57863
Tints of Japonica #D57863
RGB
CMYK
RGB Variations
Color information
#D57863 (or 0xD57863) is known color: Japonica. HEX triplet: D5, 78 and 63. RGB value is (213,120,99). Sum of RGB (Red+Green+Blue) = 213+120+99=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D57863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57863 is #2A879C. Grayscale: #919191. Windows color (decimal): -2787229 or 6518997. OLE color: 6518997.
HSL color Cylindrical-coordinate representation of color #D57863: hue angle of 11.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D57863 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 99 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.16 |
| HSL | 11.05º | 0.58% | 0.61% | - |
| HSV(B) | 11.05º | 0.54% | 0.84% | - |
| XYZ | 36.41 | 28.48 | 15.38 | - |
| YUV | 145.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 99 | 0 | 0.44 | 0.54 | 0.16 | 11.05 | 0.58 | 0.61 |
| Hex | D5 | 78 | 63 | 0 | 2C | 36 | 10 | B | 3A | 3D |
| Octal | 325 | 170 | 143 | 0 | 54 | 66 | 20 | 13 | 72 | 75 |
| Binary | 11010101 | 1111000 | 1100011 | 0 | 101100 | 110110 | 10000 | 1011 | 111010 | 111101 |
Color Harmonies of #D57863
Complementary color
Monochromatic Colors of #D57863
Black with #D57863
Text Example
Text Example
White with #D57863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57863; }
p { color: rgb(213,120,99); }
H1.HeaderClassName
{
color: #D57863;
}
.AnyTagClassName
{
color: #D57863;
}
</style>
background-color css
<style>
a { background-color: #D57863; }
a { background-color: rgb(213,120,99); }
div.DivClassName
{
background-color: #D57863;
}
.BgClassName
{
background-color: #D57863;
}
</style>
border-color css
<style>
span { border-color: #D57863; }
span { border-color: rgb(213,120,99); }
td.TdClassName
{
border-color: #D57863;
}
.TagClassName
{
border-color: #D57863;
}
</style>