Shades of Japonica #D27655
Tints of Japonica #D27655
RGB
CMYK
RGB Variations
Color information
#D27655 (or 0xD27655) is known color: Japonica. HEX triplet: D2, 76 and 55. RGB value is (210,118,85). Sum of RGB (Red+Green+Blue) = 210+118+85=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D27655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27655 is #2D89AA. Grayscale: #8D8D8D. Windows color (decimal): -2984363 or 5600978. OLE color: 5600978.
HSL color Cylindrical-coordinate representation of color #D27655: hue angle of 15.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D27655 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 85 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.18 |
| HSL | 15.84º | 0.58% | 0.58% | - |
| HSV(B) | 15.84º | 0.6% | 0.82% | - |
| XYZ | 34.7 | 27.31 | 12.04 | - |
| YUV | 141.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 85 | 0 | 0.44 | 0.60 | 0.18 | 15.84 | 0.58 | 0.58 |
| Hex | D2 | 76 | 55 | 0 | 2C | 3C | 12 | 10 | 3A | 3A |
| Octal | 322 | 166 | 125 | 0 | 54 | 74 | 22 | 20 | 72 | 72 |
| Binary | 11010010 | 1110110 | 1010101 | 0 | 101100 | 111100 | 10010 | 10000 | 111010 | 111010 |
Color Harmonies of #D27655
Complementary color
Monochromatic Colors of #D27655
Black with #D27655
Text Example
Text Example
White with #D27655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27655; }
p { color: rgb(210,118,85); }
H1.HeaderClassName
{
color: #D27655;
}
.AnyTagClassName
{
color: #D27655;
}
</style>
background-color css
<style>
a { background-color: #D27655; }
a { background-color: rgb(210,118,85); }
div.DivClassName
{
background-color: #D27655;
}
.BgClassName
{
background-color: #D27655;
}
</style>
border-color css
<style>
span { border-color: #D27655; }
span { border-color: rgb(210,118,85); }
td.TdClassName
{
border-color: #D27655;
}
.TagClassName
{
border-color: #D27655;
}
</style>