Shades of Japonica #D27560
Tints of Japonica #D27560
RGB
CMYK
RGB Variations
Color information
#D27560 (or 0xD27560) is known color: Japonica. HEX triplet: D2, 75 and 60. RGB value is (210,117,96). Sum of RGB (Red+Green+Blue) = 210+117+96=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D27560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27560 is #2D8A9F. Grayscale: #8E8E8E. Windows color (decimal): -2984608 or 6321618. OLE color: 6321618.
HSL color Cylindrical-coordinate representation of color #D27560: hue angle of 11.05º 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 #D27560 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 96 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.18 |
| HSL | 11.05º | 0.56% | 0.6% | - |
| HSV(B) | 11.05º | 0.54% | 0.82% | - |
| XYZ | 35.05 | 27.27 | 14.48 | - |
| YUV | 142.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 96 | 0 | 0.44 | 0.54 | 0.18 | 11.05 | 0.56 | 0.6 |
| Hex | D2 | 75 | 60 | 0 | 2C | 36 | 12 | B | 38 | 3C |
| Octal | 322 | 165 | 140 | 0 | 54 | 66 | 22 | 13 | 70 | 74 |
| Binary | 11010010 | 1110101 | 1100000 | 0 | 101100 | 110110 | 10010 | 1011 | 111000 | 111100 |
Color Harmonies of #D27560
Complementary color
Monochromatic Colors of #D27560
Black with #D27560
Text Example
Text Example
White with #D27560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27560; }
p { color: rgb(210,117,96); }
H1.HeaderClassName
{
color: #D27560;
}
.AnyTagClassName
{
color: #D27560;
}
</style>
background-color css
<style>
a { background-color: #D27560; }
a { background-color: rgb(210,117,96); }
div.DivClassName
{
background-color: #D27560;
}
.BgClassName
{
background-color: #D27560;
}
</style>
border-color css
<style>
span { border-color: #D27560; }
span { border-color: rgb(210,117,96); }
td.TdClassName
{
border-color: #D27560;
}
.TagClassName
{
border-color: #D27560;
}
</style>