Shades of Japonica #D57855
Tints of Japonica #D57855
RGB
CMYK
RGB Variations
Color information
#D57855 (or 0xD57855) is known color: Japonica. HEX triplet: D5, 78 and 55. RGB value is (213,120,85). Sum of RGB (Red+Green+Blue) = 213+120+85=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D57855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57855 is #2A87AA. Grayscale: #909090. Windows color (decimal): -2787243 or 5601493. OLE color: 5601493.
HSL color Cylindrical-coordinate representation of color #D57855: hue angle of 16.41º 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 #D57855 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 85 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.16 |
| HSL | 16.41º | 0.6% | 0.58% | - |
| HSV(B) | 16.41º | 0.6% | 0.84% | - |
| XYZ | 35.8 | 28.23 | 12.16 | - |
| YUV | 143.82 | 94.81 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 85 | 0 | 0.44 | 0.60 | 0.16 | 16.41 | 0.6 | 0.58 |
| Hex | D5 | 78 | 55 | 0 | 2C | 3C | 10 | 10 | 3C | 3A |
| Octal | 325 | 170 | 125 | 0 | 54 | 74 | 20 | 20 | 74 | 72 |
| Binary | 11010101 | 1111000 | 1010101 | 0 | 101100 | 111100 | 10000 | 10000 | 111100 | 111010 |
Color Harmonies of #D57855
Complementary color
Monochromatic Colors of #D57855
Black with #D57855
Text Example
Text Example
White with #D57855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57855; }
p { color: rgb(213,120,85); }
H1.HeaderClassName
{
color: #D57855;
}
.AnyTagClassName
{
color: #D57855;
}
</style>
background-color css
<style>
a { background-color: #D57855; }
a { background-color: rgb(213,120,85); }
div.DivClassName
{
background-color: #D57855;
}
.BgClassName
{
background-color: #D57855;
}
</style>
border-color css
<style>
span { border-color: #D57855; }
span { border-color: rgb(213,120,85); }
td.TdClassName
{
border-color: #D57855;
}
.TagClassName
{
border-color: #D57855;
}
</style>