Shades of Japonica #D27556
Tints of Japonica #D27556
RGB
CMYK
RGB Variations
Color information
#D27556 (or 0xD27556) is known color: Japonica. HEX triplet: D2, 75 and 56. RGB value is (210,117,86). Sum of RGB (Red+Green+Blue) = 210+117+86=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D27556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27556 is #2D8AA9. Grayscale: #8D8D8D. Windows color (decimal): -2984618 or 5666258. OLE color: 5666258.
HSL color Cylindrical-coordinate representation of color #D27556: hue angle of 15º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D27556 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 86 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.18 |
| HSL | 15º | 0.58% | 0.58% | - |
| HSV(B) | 15º | 0.59% | 0.82% | - |
| XYZ | 34.62 | 27.1 | 12.21 | - |
| YUV | 141.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 86 | 0 | 0.44 | 0.59 | 0.18 | 15 | 0.58 | 0.58 |
| Hex | D2 | 75 | 56 | 0 | 2C | 3B | 12 | F | 3A | 3A |
| Octal | 322 | 165 | 126 | 0 | 54 | 73 | 22 | 17 | 72 | 72 |
| Binary | 11010010 | 1110101 | 1010110 | 0 | 101100 | 111011 | 10010 | 1111 | 111010 | 111010 |
Color Harmonies of #D27556
Complementary color
Monochromatic Colors of #D27556
Black with #D27556
Text Example
Text Example
White with #D27556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27556; }
p { color: rgb(210,117,86); }
H1.HeaderClassName
{
color: #D27556;
}
.AnyTagClassName
{
color: #D27556;
}
</style>
background-color css
<style>
a { background-color: #D27556; }
a { background-color: rgb(210,117,86); }
div.DivClassName
{
background-color: #D27556;
}
.BgClassName
{
background-color: #D27556;
}
</style>
border-color css
<style>
span { border-color: #D27556; }
span { border-color: rgb(210,117,86); }
td.TdClassName
{
border-color: #D27556;
}
.TagClassName
{
border-color: #D27556;
}
</style>