Shades of Japonica #D56D50
Tints of Japonica #D56D50
RGB
CMYK
RGB Variations
Color information
#D56D50 (or 0xD56D50) is known color: Japonica. HEX triplet: D5, 6D and 50. RGB value is (213,109,80). Sum of RGB (Red+Green+Blue) = 213+109+80=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56D50 is #2A92AF. Grayscale: #898989. Windows color (decimal): -2790064 or 5270997. OLE color: 5270997.
HSL color Cylindrical-coordinate representation of color #D56D50: hue angle of 13.08º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D56D50 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 80 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.16 |
| HSL | 13.08º | 0.61% | 0.57% | - |
| HSV(B) | 13.08º | 0.62% | 0.84% | - |
| XYZ | 34.36 | 25.66 | 10.73 | - |
| YUV | 136.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 80 | 0 | 0.49 | 0.62 | 0.16 | 13.08 | 0.61 | 0.57 |
| Hex | D5 | 6D | 50 | 0 | 31 | 3E | 10 | D | 3D | 39 |
| Octal | 325 | 155 | 120 | 0 | 61 | 76 | 20 | 15 | 75 | 71 |
| Binary | 11010101 | 1101101 | 1010000 | 0 | 110001 | 111110 | 10000 | 1101 | 111101 | 111001 |
Color Harmonies of #D56D50
Complementary color
Monochromatic Colors of #D56D50
Black with #D56D50
Text Example
Text Example
White with #D56D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D50; }
p { color: rgb(213,109,80); }
H1.HeaderClassName
{
color: #D56D50;
}
.AnyTagClassName
{
color: #D56D50;
}
</style>
background-color css
<style>
a { background-color: #D56D50; }
a { background-color: rgb(213,109,80); }
div.DivClassName
{
background-color: #D56D50;
}
.BgClassName
{
background-color: #D56D50;
}
</style>
border-color css
<style>
span { border-color: #D56D50; }
span { border-color: rgb(213,109,80); }
td.TdClassName
{
border-color: #D56D50;
}
.TagClassName
{
border-color: #D56D50;
}
</style>