Shades of Japonica #D36F61
Tints of Japonica #D36F61
RGB
CMYK
RGB Variations
Color information
#D36F61 (or 0xD36F61) is known color: Japonica. HEX triplet: D3, 6F and 61. RGB value is (211,111,97). Sum of RGB (Red+Green+Blue) = 211+111+97=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36F61 is #2C909E. Grayscale: #8B8B8B. Windows color (decimal): -2920607 or 6385619. OLE color: 6385619.
HSL color Cylindrical-coordinate representation of color #D36F61: hue angle of 7.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36F61 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 97 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.17 |
| HSL | 7.37º | 0.56% | 0.6% | - |
| HSV(B) | 7.37º | 0.54% | 0.83% | - |
| XYZ | 34.71 | 26.08 | 14.51 | - |
| YUV | 139.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 97 | 0 | 0.47 | 0.54 | 0.17 | 7.37 | 0.56 | 0.6 |
| Hex | D3 | 6F | 61 | 0 | 2F | 36 | 11 | 7 | 38 | 3C |
| Octal | 323 | 157 | 141 | 0 | 57 | 66 | 21 | 7 | 70 | 74 |
| Binary | 11010011 | 1101111 | 1100001 | 0 | 101111 | 110110 | 10001 | 111 | 111000 | 111100 |
Color Harmonies of #D36F61
Complementary color
Monochromatic Colors of #D36F61
Black with #D36F61
Text Example
Text Example
White with #D36F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F61; }
p { color: rgb(211,111,97); }
H1.HeaderClassName
{
color: #D36F61;
}
.AnyTagClassName
{
color: #D36F61;
}
</style>
background-color css
<style>
a { background-color: #D36F61; }
a { background-color: rgb(211,111,97); }
div.DivClassName
{
background-color: #D36F61;
}
.BgClassName
{
background-color: #D36F61;
}
</style>
border-color css
<style>
span { border-color: #D36F61; }
span { border-color: rgb(211,111,97); }
td.TdClassName
{
border-color: #D36F61;
}
.TagClassName
{
border-color: #D36F61;
}
</style>