Shades of Japonica #D56C53
Tints of Japonica #D56C53
RGB
CMYK
RGB Variations
Color information
#D56C53 (or 0xD56C53) is known color: Japonica. HEX triplet: D5, 6C and 53. RGB value is (213,108,83). Sum of RGB (Red+Green+Blue) = 213+108+83=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C53 is #2A93AC. Grayscale: #888888. Windows color (decimal): -2790317 or 5467349. OLE color: 5467349.
HSL color Cylindrical-coordinate representation of color #D56C53: hue angle of 11.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D56C53 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 83 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.16 |
| HSL | 11.54º | 0.61% | 0.58% | - |
| HSV(B) | 11.54º | 0.61% | 0.84% | - |
| XYZ | 34.36 | 25.5 | 11.29 | - |
| YUV | 136.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 83 | 0 | 0.49 | 0.61 | 0.16 | 11.54 | 0.61 | 0.58 |
| Hex | D5 | 6C | 53 | 0 | 31 | 3D | 10 | C | 3D | 3A |
| Octal | 325 | 154 | 123 | 0 | 61 | 75 | 20 | 14 | 75 | 72 |
| Binary | 11010101 | 1101100 | 1010011 | 0 | 110001 | 111101 | 10000 | 1100 | 111101 | 111010 |
Color Harmonies of #D56C53
Complementary color
Monochromatic Colors of #D56C53
Black with #D56C53
Text Example
Text Example
White with #D56C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C53; }
p { color: rgb(213,108,83); }
H1.HeaderClassName
{
color: #D56C53;
}
.AnyTagClassName
{
color: #D56C53;
}
</style>
background-color css
<style>
a { background-color: #D56C53; }
a { background-color: rgb(213,108,83); }
div.DivClassName
{
background-color: #D56C53;
}
.BgClassName
{
background-color: #D56C53;
}
</style>
border-color css
<style>
span { border-color: #D56C53; }
span { border-color: rgb(213,108,83); }
td.TdClassName
{
border-color: #D56C53;
}
.TagClassName
{
border-color: #D56C53;
}
</style>