Shades of Japonica #D27766
Tints of Japonica #D27766
RGB
CMYK
RGB Variations
Color information
#D27766 (or 0xD27766) is known color: Japonica. HEX triplet: D2, 77 and 66. RGB value is (210,119,102). Sum of RGB (Red+Green+Blue) = 210+119+102=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D27766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27766 is #2D8899. Grayscale: #909090. Windows color (decimal): -2984090 or 6715346. OLE color: 6715346.
HSL color Cylindrical-coordinate representation of color #D27766: hue angle of 9.44º 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 #D27766 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 102 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.18 |
| HSL | 9.44º | 0.55% | 0.61% | - |
| HSV(B) | 9.44º | 0.51% | 0.82% | - |
| XYZ | 35.57 | 27.85 | 16.07 | - |
| YUV | 144.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 102 | 0 | 0.43 | 0.51 | 0.18 | 9.44 | 0.55 | 0.61 |
| Hex | D2 | 77 | 66 | 0 | 2B | 33 | 12 | 9 | 37 | 3D |
| Octal | 322 | 167 | 146 | 0 | 53 | 63 | 22 | 11 | 67 | 75 |
| Binary | 11010010 | 1110111 | 1100110 | 0 | 101011 | 110011 | 10010 | 1001 | 110111 | 111101 |
Color Harmonies of #D27766
Complementary color
Monochromatic Colors of #D27766
Black with #D27766
Text Example
Text Example
White with #D27766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27766; }
p { color: rgb(210,119,102); }
H1.HeaderClassName
{
color: #D27766;
}
.AnyTagClassName
{
color: #D27766;
}
</style>
background-color css
<style>
a { background-color: #D27766; }
a { background-color: rgb(210,119,102); }
div.DivClassName
{
background-color: #D27766;
}
.BgClassName
{
background-color: #D27766;
}
</style>
border-color css
<style>
span { border-color: #D27766; }
span { border-color: rgb(210,119,102); }
td.TdClassName
{
border-color: #D27766;
}
.TagClassName
{
border-color: #D27766;
}
</style>