Shades of Japonica #D37666
Tints of Japonica #D37666
RGB
CMYK
RGB Variations
Color information
#D37666 (or 0xD37666) is known color: Japonica. HEX triplet: D3, 76 and 66. RGB value is (211,118,102). Sum of RGB (Red+Green+Blue) = 211+118+102=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D37666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37666 is #2C8999. Grayscale: #909090. Windows color (decimal): -2918810 or 6715091. OLE color: 6715091.
HSL color Cylindrical-coordinate representation of color #D37666: hue angle of 8.81º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D37666 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 102 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.17 |
| HSL | 8.81º | 0.55% | 0.61% | - |
| HSV(B) | 8.81º | 0.52% | 0.83% | - |
| XYZ | 35.74 | 27.77 | 16.05 | - |
| YUV | 143.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 102 | 0 | 0.44 | 0.52 | 0.17 | 8.81 | 0.55 | 0.61 |
| Hex | D3 | 76 | 66 | 0 | 2C | 34 | 11 | 9 | 37 | 3D |
| Octal | 323 | 166 | 146 | 0 | 54 | 64 | 21 | 11 | 67 | 75 |
| Binary | 11010011 | 1110110 | 1100110 | 0 | 101100 | 110100 | 10001 | 1001 | 110111 | 111101 |
Color Harmonies of #D37666
Complementary color
Monochromatic Colors of #D37666
Black with #D37666
Text Example
Text Example
White with #D37666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37666; }
p { color: rgb(211,118,102); }
H1.HeaderClassName
{
color: #D37666;
}
.AnyTagClassName
{
color: #D37666;
}
</style>
background-color css
<style>
a { background-color: #D37666; }
a { background-color: rgb(211,118,102); }
div.DivClassName
{
background-color: #D37666;
}
.BgClassName
{
background-color: #D37666;
}
</style>
border-color css
<style>
span { border-color: #D37666; }
span { border-color: rgb(211,118,102); }
td.TdClassName
{
border-color: #D37666;
}
.TagClassName
{
border-color: #D37666;
}
</style>