Shades of Japonica #D47156
Tints of Japonica #D47156
RGB
CMYK
RGB Variations
Color information
#D47156 (or 0xD47156) is known color: Japonica. HEX triplet: D4, 71 and 56. RGB value is (212,113,86). Sum of RGB (Red+Green+Blue) = 212+113+86=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D47156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47156 is #2B8EA9. Grayscale: #8B8B8B. Windows color (decimal): -2854570 or 5665236. OLE color: 5665236.
HSL color Cylindrical-coordinate representation of color #D47156: hue angle of 12.86º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D47156 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 86 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.17 |
| HSL | 12.86º | 0.59% | 0.58% | - |
| HSV(B) | 12.86º | 0.59% | 0.83% | - |
| XYZ | 34.74 | 26.48 | 12.08 | - |
| YUV | 139.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 86 | 0 | 0.47 | 0.59 | 0.17 | 12.86 | 0.59 | 0.58 |
| Hex | D4 | 71 | 56 | 0 | 2F | 3B | 11 | D | 3B | 3A |
| Octal | 324 | 161 | 126 | 0 | 57 | 73 | 21 | 15 | 73 | 72 |
| Binary | 11010100 | 1110001 | 1010110 | 0 | 101111 | 111011 | 10001 | 1101 | 111011 | 111010 |
Color Harmonies of #D47156
Complementary color
Monochromatic Colors of #D47156
Black with #D47156
Text Example
Text Example
White with #D47156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47156; }
p { color: rgb(212,113,86); }
H1.HeaderClassName
{
color: #D47156;
}
.AnyTagClassName
{
color: #D47156;
}
</style>
background-color css
<style>
a { background-color: #D47156; }
a { background-color: rgb(212,113,86); }
div.DivClassName
{
background-color: #D47156;
}
.BgClassName
{
background-color: #D47156;
}
</style>
border-color css
<style>
span { border-color: #D47156; }
span { border-color: rgb(212,113,86); }
td.TdClassName
{
border-color: #D47156;
}
.TagClassName
{
border-color: #D47156;
}
</style>