Shades of Japonica #D36E60
Tints of Japonica #D36E60
RGB
CMYK
RGB Variations
Color information
#D36E60 (or 0xD36E60) is known color: Japonica. HEX triplet: D3, 6E and 60. RGB value is (211,110,96). Sum of RGB (Red+Green+Blue) = 211+110+96=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D36E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36E60 is #2C919F. Grayscale: #8A8A8A. Windows color (decimal): -2920864 or 6319827. OLE color: 6319827.
HSL color Cylindrical-coordinate representation of color #D36E60: hue angle of 7.3º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36E60 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 96 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.17 |
| HSL | 7.3º | 0.57% | 0.6% | - |
| HSV(B) | 7.3º | 0.55% | 0.83% | - |
| XYZ | 34.55 | 25.85 | 14.23 | - |
| YUV | 138.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 96 | 0 | 0.48 | 0.55 | 0.17 | 7.3 | 0.57 | 0.6 |
| Hex | D3 | 6E | 60 | 0 | 30 | 37 | 11 | 7 | 39 | 3C |
| Octal | 323 | 156 | 140 | 0 | 60 | 67 | 21 | 7 | 71 | 74 |
| Binary | 11010011 | 1101110 | 1100000 | 0 | 110000 | 110111 | 10001 | 111 | 111001 | 111100 |
Color Harmonies of #D36E60
Complementary color
Monochromatic Colors of #D36E60
Black with #D36E60
Text Example
Text Example
White with #D36E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36E60; }
p { color: rgb(211,110,96); }
H1.HeaderClassName
{
color: #D36E60;
}
.AnyTagClassName
{
color: #D36E60;
}
</style>
background-color css
<style>
a { background-color: #D36E60; }
a { background-color: rgb(211,110,96); }
div.DivClassName
{
background-color: #D36E60;
}
.BgClassName
{
background-color: #D36E60;
}
</style>
border-color css
<style>
span { border-color: #D36E60; }
span { border-color: rgb(211,110,96); }
td.TdClassName
{
border-color: #D36E60;
}
.TagClassName
{
border-color: #D36E60;
}
</style>