Shades of Japonica #D36D50
Tints of Japonica #D36D50
RGB
CMYK
RGB Variations
Color information
#D36D50 (or 0xD36D50) is known color: Japonica. HEX triplet: D3, 6D and 50. RGB value is (211,109,80). Sum of RGB (Red+Green+Blue) = 211+109+80=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36D50 is #2C92AF. Grayscale: #888888. Windows color (decimal): -2921136 or 5270995. OLE color: 5270995.
HSL color Cylindrical-coordinate representation of color #D36D50: hue angle of 13.28º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D36D50 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 80 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.17 |
| HSL | 13.28º | 0.6% | 0.57% | - |
| HSV(B) | 13.28º | 0.62% | 0.83% | - |
| XYZ | 33.78 | 25.37 | 10.7 | - |
| YUV | 136.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 80 | 0 | 0.48 | 0.62 | 0.17 | 13.28 | 0.6 | 0.57 |
| Hex | D3 | 6D | 50 | 0 | 30 | 3E | 11 | D | 3C | 39 |
| Octal | 323 | 155 | 120 | 0 | 60 | 76 | 21 | 15 | 74 | 71 |
| Binary | 11010011 | 1101101 | 1010000 | 0 | 110000 | 111110 | 10001 | 1101 | 111100 | 111001 |
Color Harmonies of #D36D50
Complementary color
Monochromatic Colors of #D36D50
Black with #D36D50
Text Example
Text Example
White with #D36D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36D50; }
p { color: rgb(211,109,80); }
H1.HeaderClassName
{
color: #D36D50;
}
.AnyTagClassName
{
color: #D36D50;
}
</style>
background-color css
<style>
a { background-color: #D36D50; }
a { background-color: rgb(211,109,80); }
div.DivClassName
{
background-color: #D36D50;
}
.BgClassName
{
background-color: #D36D50;
}
</style>
border-color css
<style>
span { border-color: #D36D50; }
span { border-color: rgb(211,109,80); }
td.TdClassName
{
border-color: #D36D50;
}
.TagClassName
{
border-color: #D36D50;
}
</style>