Shades of Japonica #D27660
Tints of Japonica #D27660
RGB
CMYK
RGB Variations
Color information
#D27660 (or 0xD27660) is known color: Japonica. HEX triplet: D2, 76 and 60. RGB value is (210,118,96). Sum of RGB (Red+Green+Blue) = 210+118+96=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D27660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27660 is #2D899F. Grayscale: #8F8F8F. Windows color (decimal): -2984352 or 6321874. OLE color: 6321874.
HSL color Cylindrical-coordinate representation of color #D27660: hue angle of 11.58º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D27660 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 96 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.18 |
| HSL | 11.58º | 0.56% | 0.6% | - |
| HSV(B) | 11.58º | 0.54% | 0.82% | - |
| XYZ | 35.17 | 27.5 | 14.52 | - |
| YUV | 143 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 96 | 0 | 0.44 | 0.54 | 0.18 | 11.58 | 0.56 | 0.6 |
| Hex | D2 | 76 | 60 | 0 | 2C | 36 | 12 | C | 38 | 3C |
| Octal | 322 | 166 | 140 | 0 | 54 | 66 | 22 | 14 | 70 | 74 |
| Binary | 11010010 | 1110110 | 1100000 | 0 | 101100 | 110110 | 10010 | 1100 | 111000 | 111100 |
Color Harmonies of #D27660
Complementary color
Monochromatic Colors of #D27660
Black with #D27660
Text Example
Text Example
White with #D27660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27660; }
p { color: rgb(210,118,96); }
H1.HeaderClassName
{
color: #D27660;
}
.AnyTagClassName
{
color: #D27660;
}
</style>
background-color css
<style>
a { background-color: #D27660; }
a { background-color: rgb(210,118,96); }
div.DivClassName
{
background-color: #D27660;
}
.BgClassName
{
background-color: #D27660;
}
</style>
border-color css
<style>
span { border-color: #D27660; }
span { border-color: rgb(210,118,96); }
td.TdClassName
{
border-color: #D27660;
}
.TagClassName
{
border-color: #D27660;
}
</style>