Shades of Japonica #D47863
Tints of Japonica #D47863
RGB
CMYK
RGB Variations
Color information
#D47863 (or 0xD47863) is known color: Japonica. HEX triplet: D4, 78 and 63. RGB value is (212,120,99). Sum of RGB (Red+Green+Blue) = 212+120+99=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D47863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47863 is #2B879C. Grayscale: #919191. Windows color (decimal): -2852765 or 6518996. OLE color: 6518996.
HSL color Cylindrical-coordinate representation of color #D47863: hue angle of 11.15º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D47863 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 99 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.17 |
| HSL | 11.15º | 0.57% | 0.61% | - |
| HSV(B) | 11.15º | 0.53% | 0.83% | - |
| XYZ | 36.12 | 28.33 | 15.37 | - |
| YUV | 145.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 99 | 0 | 0.43 | 0.53 | 0.17 | 11.15 | 0.57 | 0.61 |
| Hex | D4 | 78 | 63 | 0 | 2B | 35 | 11 | B | 39 | 3D |
| Octal | 324 | 170 | 143 | 0 | 53 | 65 | 21 | 13 | 71 | 75 |
| Binary | 11010100 | 1111000 | 1100011 | 0 | 101011 | 110101 | 10001 | 1011 | 111001 | 111101 |
Color Harmonies of #D47863
Complementary color
Monochromatic Colors of #D47863
Black with #D47863
Text Example
Text Example
White with #D47863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47863; }
p { color: rgb(212,120,99); }
H1.HeaderClassName
{
color: #D47863;
}
.AnyTagClassName
{
color: #D47863;
}
</style>
background-color css
<style>
a { background-color: #D47863; }
a { background-color: rgb(212,120,99); }
div.DivClassName
{
background-color: #D47863;
}
.BgClassName
{
background-color: #D47863;
}
</style>
border-color css
<style>
span { border-color: #D47863; }
span { border-color: rgb(212,120,99); }
td.TdClassName
{
border-color: #D47863;
}
.TagClassName
{
border-color: #D47863;
}
</style>