Shades of Japonica #D57866
Tints of Japonica #D57866
RGB
CMYK
RGB Variations
Color information
#D57866 (or 0xD57866) is known color: Japonica. HEX triplet: D5, 78 and 66. RGB value is (213,120,102). Sum of RGB (Red+Green+Blue) = 213+120+102=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D57866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57866 is #2A8799. Grayscale: #919191. Windows color (decimal): -2787226 or 6715605. OLE color: 6715605.
HSL color Cylindrical-coordinate representation of color #D57866: hue angle of 9.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D57866 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 102 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.16 |
| HSL | 9.73º | 0.57% | 0.62% | - |
| HSV(B) | 9.73º | 0.52% | 0.84% | - |
| XYZ | 36.56 | 28.54 | 16.15 | - |
| YUV | 145.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 102 | 0 | 0.44 | 0.52 | 0.16 | 9.73 | 0.57 | 0.62 |
| Hex | D5 | 78 | 66 | 0 | 2C | 34 | 10 | A | 39 | 3E |
| Octal | 325 | 170 | 146 | 0 | 54 | 64 | 20 | 12 | 71 | 76 |
| Binary | 11010101 | 1111000 | 1100110 | 0 | 101100 | 110100 | 10000 | 1010 | 111001 | 111110 |
Color Harmonies of #D57866
Complementary color
Monochromatic Colors of #D57866
Black with #D57866
Text Example
Text Example
White with #D57866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57866; }
p { color: rgb(213,120,102); }
H1.HeaderClassName
{
color: #D57866;
}
.AnyTagClassName
{
color: #D57866;
}
</style>
background-color css
<style>
a { background-color: #D57866; }
a { background-color: rgb(213,120,102); }
div.DivClassName
{
background-color: #D57866;
}
.BgClassName
{
background-color: #D57866;
}
</style>
border-color css
<style>
span { border-color: #D57866; }
span { border-color: rgb(213,120,102); }
td.TdClassName
{
border-color: #D57866;
}
.TagClassName
{
border-color: #D57866;
}
</style>