Shades of Japonica #D57859
Tints of Japonica #D57859
RGB
CMYK
RGB Variations
Color information
#D57859 (or 0xD57859) is known color: Japonica. HEX triplet: D5, 78 and 59. RGB value is (213,120,89). Sum of RGB (Red+Green+Blue) = 213+120+89=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D57859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57859 is #2A87A6. Grayscale: #909090. Windows color (decimal): -2787239 or 5863637. OLE color: 5863637.
HSL color Cylindrical-coordinate representation of color #D57859: hue angle of 15º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D57859 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 89 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.16 |
| HSL | 15º | 0.6% | 0.59% | - |
| HSV(B) | 15º | 0.58% | 0.84% | - |
| XYZ | 35.96 | 28.3 | 13.02 | - |
| YUV | 144.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 89 | 0 | 0.44 | 0.58 | 0.16 | 15 | 0.6 | 0.59 |
| Hex | D5 | 78 | 59 | 0 | 2C | 3A | 10 | F | 3C | 3B |
| Octal | 325 | 170 | 131 | 0 | 54 | 72 | 20 | 17 | 74 | 73 |
| Binary | 11010101 | 1111000 | 1011001 | 0 | 101100 | 111010 | 10000 | 1111 | 111100 | 111011 |
Color Harmonies of #D57859
Complementary color
Monochromatic Colors of #D57859
Black with #D57859
Text Example
Text Example
White with #D57859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57859; }
p { color: rgb(213,120,89); }
H1.HeaderClassName
{
color: #D57859;
}
.AnyTagClassName
{
color: #D57859;
}
</style>
background-color css
<style>
a { background-color: #D57859; }
a { background-color: rgb(213,120,89); }
div.DivClassName
{
background-color: #D57859;
}
.BgClassName
{
background-color: #D57859;
}
</style>
border-color css
<style>
span { border-color: #D57859; }
span { border-color: rgb(213,120,89); }
td.TdClassName
{
border-color: #D57859;
}
.TagClassName
{
border-color: #D57859;
}
</style>