Shades of Japonica #D56F56
Tints of Japonica #D56F56
RGB
CMYK
RGB Variations
Color information
#D56F56 (or 0xD56F56) is known color: Japonica. HEX triplet: D5, 6F and 56. RGB value is (213,111,86). Sum of RGB (Red+Green+Blue) = 213+111+86=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F56 is #2A90A9. Grayscale: #8A8A8A. Windows color (decimal): -2789546 or 5664725. OLE color: 5664725.
HSL color Cylindrical-coordinate representation of color #D56F56: hue angle of 11.81º 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 #D56F56 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 86 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.16 |
| HSL | 11.81º | 0.6% | 0.59% | - |
| HSV(B) | 11.81º | 0.6% | 0.84% | - |
| XYZ | 34.8 | 26.19 | 12.02 | - |
| YUV | 138.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 86 | 0 | 0.48 | 0.60 | 0.16 | 11.81 | 0.6 | 0.59 |
| Hex | D5 | 6F | 56 | 0 | 30 | 3C | 10 | C | 3C | 3B |
| Octal | 325 | 157 | 126 | 0 | 60 | 74 | 20 | 14 | 74 | 73 |
| Binary | 11010101 | 1101111 | 1010110 | 0 | 110000 | 111100 | 10000 | 1100 | 111100 | 111011 |
Color Harmonies of #D56F56
Complementary color
Monochromatic Colors of #D56F56
Black with #D56F56
Text Example
Text Example
White with #D56F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F56; }
p { color: rgb(213,111,86); }
H1.HeaderClassName
{
color: #D56F56;
}
.AnyTagClassName
{
color: #D56F56;
}
</style>
background-color css
<style>
a { background-color: #D56F56; }
a { background-color: rgb(213,111,86); }
div.DivClassName
{
background-color: #D56F56;
}
.BgClassName
{
background-color: #D56F56;
}
</style>
border-color css
<style>
span { border-color: #D56F56; }
span { border-color: rgb(213,111,86); }
td.TdClassName
{
border-color: #D56F56;
}
.TagClassName
{
border-color: #D56F56;
}
</style>