Shades of Japonica #D57958
Tints of Japonica #D57958
RGB
CMYK
RGB Variations
Color information
#D57958 (or 0xD57958) is known color: Japonica. HEX triplet: D5, 79 and 58. RGB value is (213,121,88). Sum of RGB (Red+Green+Blue) = 213+121+88=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D57958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57958 is #2A86A7. Grayscale: #909090. Windows color (decimal): -2786984 or 5798357. OLE color: 5798357.
HSL color Cylindrical-coordinate representation of color #D57958: hue angle of 15.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D57958 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 88 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.16 |
| HSL | 15.84º | 0.6% | 0.59% | - |
| HSV(B) | 15.84º | 0.59% | 0.84% | - |
| XYZ | 36.04 | 28.53 | 12.84 | - |
| YUV | 144.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 88 | 0 | 0.43 | 0.59 | 0.16 | 15.84 | 0.6 | 0.59 |
| Hex | D5 | 79 | 58 | 0 | 2B | 3B | 10 | 10 | 3C | 3B |
| Octal | 325 | 171 | 130 | 0 | 53 | 73 | 20 | 20 | 74 | 73 |
| Binary | 11010101 | 1111001 | 1011000 | 0 | 101011 | 111011 | 10000 | 10000 | 111100 | 111011 |
Color Harmonies of #D57958
Complementary color
Monochromatic Colors of #D57958
Black with #D57958
Text Example
Text Example
White with #D57958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57958; }
p { color: rgb(213,121,88); }
H1.HeaderClassName
{
color: #D57958;
}
.AnyTagClassName
{
color: #D57958;
}
</style>
background-color css
<style>
a { background-color: #D57958; }
a { background-color: rgb(213,121,88); }
div.DivClassName
{
background-color: #D57958;
}
.BgClassName
{
background-color: #D57958;
}
</style>
border-color css
<style>
span { border-color: #D57958; }
span { border-color: rgb(213,121,88); }
td.TdClassName
{
border-color: #D57958;
}
.TagClassName
{
border-color: #D57958;
}
</style>