Shades of Japonica #D27860
Tints of Japonica #D27860
RGB
CMYK
RGB Variations
Color information
#D27860 (or 0xD27860) is known color: Japonica. HEX triplet: D2, 78 and 60. RGB value is (210,120,96). Sum of RGB (Red+Green+Blue) = 210+120+96=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D27860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27860 is #2D879F. Grayscale: #909090. Windows color (decimal): -2983840 or 6322386. OLE color: 6322386.
HSL color Cylindrical-coordinate representation of color #D27860: hue angle of 12.63º 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 #D27860 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 96 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.18 |
| HSL | 12.63º | 0.56% | 0.6% | - |
| HSV(B) | 12.63º | 0.54% | 0.82% | - |
| XYZ | 35.41 | 27.98 | 14.6 | - |
| YUV | 144.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 96 | 0 | 0.43 | 0.54 | 0.18 | 12.63 | 0.56 | 0.6 |
| Hex | D2 | 78 | 60 | 0 | 2B | 36 | 12 | D | 38 | 3C |
| Octal | 322 | 170 | 140 | 0 | 53 | 66 | 22 | 15 | 70 | 74 |
| Binary | 11010010 | 1111000 | 1100000 | 0 | 101011 | 110110 | 10010 | 1101 | 111000 | 111100 |
Color Harmonies of #D27860
Complementary color
Monochromatic Colors of #D27860
Black with #D27860
Text Example
Text Example
White with #D27860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27860; }
p { color: rgb(210,120,96); }
H1.HeaderClassName
{
color: #D27860;
}
.AnyTagClassName
{
color: #D27860;
}
</style>
background-color css
<style>
a { background-color: #D27860; }
a { background-color: rgb(210,120,96); }
div.DivClassName
{
background-color: #D27860;
}
.BgClassName
{
background-color: #D27860;
}
</style>
border-color css
<style>
span { border-color: #D27860; }
span { border-color: rgb(210,120,96); }
td.TdClassName
{
border-color: #D27860;
}
.TagClassName
{
border-color: #D27860;
}
</style>