Shades of Japonica #D36C53
Tints of Japonica #D36C53
RGB
CMYK
RGB Variations
Color information
#D36C53 (or 0xD36C53) is known color: Japonica. HEX triplet: D3, 6C and 53. RGB value is (211,108,83). Sum of RGB (Red+Green+Blue) = 211+108+83=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C53 is #2C93AC. Grayscale: #888888. Windows color (decimal): -2921389 or 5467347. OLE color: 5467347.
HSL color Cylindrical-coordinate representation of color #D36C53: hue angle of 11.72º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D36C53 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 83 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.17 |
| HSL | 11.72º | 0.59% | 0.58% | - |
| HSV(B) | 11.72º | 0.61% | 0.83% | - |
| XYZ | 33.79 | 25.2 | 11.27 | - |
| YUV | 135.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 83 | 0 | 0.49 | 0.61 | 0.17 | 11.72 | 0.59 | 0.58 |
| Hex | D3 | 6C | 53 | 0 | 31 | 3D | 11 | C | 3B | 3A |
| Octal | 323 | 154 | 123 | 0 | 61 | 75 | 21 | 14 | 73 | 72 |
| Binary | 11010011 | 1101100 | 1010011 | 0 | 110001 | 111101 | 10001 | 1100 | 111011 | 111010 |
Color Harmonies of #D36C53
Complementary color
Monochromatic Colors of #D36C53
Black with #D36C53
Text Example
Text Example
White with #D36C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C53; }
p { color: rgb(211,108,83); }
H1.HeaderClassName
{
color: #D36C53;
}
.AnyTagClassName
{
color: #D36C53;
}
</style>
background-color css
<style>
a { background-color: #D36C53; }
a { background-color: rgb(211,108,83); }
div.DivClassName
{
background-color: #D36C53;
}
.BgClassName
{
background-color: #D36C53;
}
</style>
border-color css
<style>
span { border-color: #D36C53; }
span { border-color: rgb(211,108,83); }
td.TdClassName
{
border-color: #D36C53;
}
.TagClassName
{
border-color: #D36C53;
}
</style>