Shades of Japonica #D27666
Tints of Japonica #D27666
RGB
CMYK
RGB Variations
Color information
#D27666 (or 0xD27666) is known color: Japonica. HEX triplet: D2, 76 and 66. RGB value is (210,118,102). Sum of RGB (Red+Green+Blue) = 210+118+102=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D27666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27666 is #2D8999. Grayscale: #8F8F8F. Windows color (decimal): -2984346 or 6715090. OLE color: 6715090.
HSL color Cylindrical-coordinate representation of color #D27666: hue angle of 8.89º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27666 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 102 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.18 |
| HSL | 8.89º | 0.55% | 0.61% | - |
| HSV(B) | 8.89º | 0.51% | 0.82% | - |
| XYZ | 35.46 | 27.62 | 16.03 | - |
| YUV | 143.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 102 | 0 | 0.44 | 0.51 | 0.18 | 8.89 | 0.55 | 0.61 |
| Hex | D2 | 76 | 66 | 0 | 2C | 33 | 12 | 9 | 37 | 3D |
| Octal | 322 | 166 | 146 | 0 | 54 | 63 | 22 | 11 | 67 | 75 |
| Binary | 11010010 | 1110110 | 1100110 | 0 | 101100 | 110011 | 10010 | 1001 | 110111 | 111101 |
Color Harmonies of #D27666
Complementary color
Monochromatic Colors of #D27666
Black with #D27666
Text Example
Text Example
White with #D27666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27666; }
p { color: rgb(210,118,102); }
H1.HeaderClassName
{
color: #D27666;
}
.AnyTagClassName
{
color: #D27666;
}
</style>
background-color css
<style>
a { background-color: #D27666; }
a { background-color: rgb(210,118,102); }
div.DivClassName
{
background-color: #D27666;
}
.BgClassName
{
background-color: #D27666;
}
</style>
border-color css
<style>
span { border-color: #D27666; }
span { border-color: rgb(210,118,102); }
td.TdClassName
{
border-color: #D27666;
}
.TagClassName
{
border-color: #D27666;
}
</style>