Shades of Japonica #D36B5C
Tints of Japonica #D36B5C
RGB
CMYK
RGB Variations
Color information
#D36B5C (or 0xD36B5C) is known color: Japonica. HEX triplet: D3, 6B and 5C. RGB value is (211,107,92). Sum of RGB (Red+Green+Blue) = 211+107+92=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36B5C is #2C94A3. Grayscale: #888888. Windows color (decimal): -2921636 or 6056915. OLE color: 6056915.
HSL color Cylindrical-coordinate representation of color #D36B5C: hue angle of 7.56º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D36B5C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 107 | 92 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.17 |
| HSL | 7.56º | 0.57% | 0.59% | - |
| HSV(B) | 7.56º | 0.56% | 0.83% | - |
| XYZ | 34.05 | 25.14 | 13.18 | - |
| YUV | 136.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 107 | 92 | 0 | 0.49 | 0.56 | 0.17 | 7.56 | 0.57 | 0.59 |
| Hex | D3 | 6B | 5C | 0 | 31 | 38 | 11 | 8 | 39 | 3B |
| Octal | 323 | 153 | 134 | 0 | 61 | 70 | 21 | 10 | 71 | 73 |
| Binary | 11010011 | 1101011 | 1011100 | 0 | 110001 | 111000 | 10001 | 1000 | 111001 | 111011 |
Color Harmonies of #D36B5C
Complementary color
Monochromatic Colors of #D36B5C
Black with #D36B5C
Text Example
Text Example
White with #D36B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36B5C; }
p { color: rgb(211,107,92); }
H1.HeaderClassName
{
color: #D36B5C;
}
.AnyTagClassName
{
color: #D36B5C;
}
</style>
background-color css
<style>
a { background-color: #D36B5C; }
a { background-color: rgb(211,107,92); }
div.DivClassName
{
background-color: #D36B5C;
}
.BgClassName
{
background-color: #D36B5C;
}
</style>
border-color css
<style>
span { border-color: #D36B5C; }
span { border-color: rgb(211,107,92); }
td.TdClassName
{
border-color: #D36B5C;
}
.TagClassName
{
border-color: #D36B5C;
}
</style>