Shades of Japonica #D57556
Tints of Japonica #D57556
RGB
CMYK
RGB Variations
Color information
#D57556 (or 0xD57556) is known color: Japonica. HEX triplet: D5, 75 and 56. RGB value is (213,117,86). Sum of RGB (Red+Green+Blue) = 213+117+86=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D57556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57556 is #2A8AA9. Grayscale: #8E8E8E. Windows color (decimal): -2788010 or 5666261. OLE color: 5666261.
HSL color Cylindrical-coordinate representation of color #D57556: hue angle of 14.65º 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 #D57556 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 86 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.16 |
| HSL | 14.65º | 0.6% | 0.59% | - |
| HSV(B) | 14.65º | 0.6% | 0.84% | - |
| XYZ | 35.48 | 27.54 | 12.25 | - |
| YUV | 142.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 86 | 0 | 0.45 | 0.60 | 0.16 | 14.65 | 0.6 | 0.59 |
| Hex | D5 | 75 | 56 | 0 | 2D | 3C | 10 | F | 3C | 3B |
| Octal | 325 | 165 | 126 | 0 | 55 | 74 | 20 | 17 | 74 | 73 |
| Binary | 11010101 | 1110101 | 1010110 | 0 | 101101 | 111100 | 10000 | 1111 | 111100 | 111011 |
Color Harmonies of #D57556
Complementary color
Monochromatic Colors of #D57556
Black with #D57556
Text Example
Text Example
White with #D57556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57556; }
p { color: rgb(213,117,86); }
H1.HeaderClassName
{
color: #D57556;
}
.AnyTagClassName
{
color: #D57556;
}
</style>
background-color css
<style>
a { background-color: #D57556; }
a { background-color: rgb(213,117,86); }
div.DivClassName
{
background-color: #D57556;
}
.BgClassName
{
background-color: #D57556;
}
</style>
border-color css
<style>
span { border-color: #D57556; }
span { border-color: rgb(213,117,86); }
td.TdClassName
{
border-color: #D57556;
}
.TagClassName
{
border-color: #D57556;
}
</style>