Shades of Japonica #D27863
Tints of Japonica #D27863
RGB
CMYK
RGB Variations
Color information
#D27863 (or 0xD27863) is known color: Japonica. HEX triplet: D2, 78 and 63. RGB value is (210,120,99). Sum of RGB (Red+Green+Blue) = 210+120+99=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D27863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27863 is #2D879C. Grayscale: #909090. Windows color (decimal): -2983837 or 6518994. OLE color: 6518994.
HSL color Cylindrical-coordinate representation of color #D27863: hue angle of 11.35º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D27863 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 99 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.18 |
| HSL | 11.35º | 0.55% | 0.61% | - |
| HSV(B) | 11.35º | 0.53% | 0.82% | - |
| XYZ | 35.55 | 28.04 | 15.34 | - |
| YUV | 144.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 99 | 0 | 0.43 | 0.53 | 0.18 | 11.35 | 0.55 | 0.61 |
| Hex | D2 | 78 | 63 | 0 | 2B | 35 | 12 | B | 37 | 3D |
| Octal | 322 | 170 | 143 | 0 | 53 | 65 | 22 | 13 | 67 | 75 |
| Binary | 11010010 | 1111000 | 1100011 | 0 | 101011 | 110101 | 10010 | 1011 | 110111 | 111101 |
Color Harmonies of #D27863
Complementary color
Monochromatic Colors of #D27863
Black with #D27863
Text Example
Text Example
White with #D27863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27863; }
p { color: rgb(210,120,99); }
H1.HeaderClassName
{
color: #D27863;
}
.AnyTagClassName
{
color: #D27863;
}
</style>
background-color css
<style>
a { background-color: #D27863; }
a { background-color: rgb(210,120,99); }
div.DivClassName
{
background-color: #D27863;
}
.BgClassName
{
background-color: #D27863;
}
</style>
border-color css
<style>
span { border-color: #D27863; }
span { border-color: rgb(210,120,99); }
td.TdClassName
{
border-color: #D27863;
}
.TagClassName
{
border-color: #D27863;
}
</style>