Shades of Japonica #D57656
Tints of Japonica #D57656
RGB
CMYK
RGB Variations
Color information
#D57656 (or 0xD57656) is known color: Japonica. HEX triplet: D5, 76 and 56. RGB value is (213,118,86). Sum of RGB (Red+Green+Blue) = 213+118+86=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D57656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57656 is #2A89A9. Grayscale: #8E8E8E. Windows color (decimal): -2787754 or 5666517. OLE color: 5666517.
HSL color Cylindrical-coordinate representation of color #D57656: hue angle of 15.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D57656 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 86 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 15.12º | 0.6% | 0.59% | - |
| HSV(B) | 15.12º | 0.6% | 0.84% | - |
| XYZ | 35.6 | 27.77 | 12.29 | - |
| YUV | 142.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 86 | 0 | 0.45 | 0.60 | 0.16 | 15.12 | 0.6 | 0.59 |
| Hex | D5 | 76 | 56 | 0 | 2D | 3C | 10 | F | 3C | 3B |
| Octal | 325 | 166 | 126 | 0 | 55 | 74 | 20 | 17 | 74 | 73 |
| Binary | 11010101 | 1110110 | 1010110 | 0 | 101101 | 111100 | 10000 | 1111 | 111100 | 111011 |
Color Harmonies of #D57656
Complementary color
Monochromatic Colors of #D57656
Black with #D57656
Text Example
Text Example
White with #D57656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57656; }
p { color: rgb(213,118,86); }
H1.HeaderClassName
{
color: #D57656;
}
.AnyTagClassName
{
color: #D57656;
}
</style>
background-color css
<style>
a { background-color: #D57656; }
a { background-color: rgb(213,118,86); }
div.DivClassName
{
background-color: #D57656;
}
.BgClassName
{
background-color: #D57656;
}
</style>
border-color css
<style>
span { border-color: #D57656; }
span { border-color: rgb(213,118,86); }
td.TdClassName
{
border-color: #D57656;
}
.TagClassName
{
border-color: #D57656;
}
</style>