Shades of Japonica #D47056
Tints of Japonica #D47056
RGB
CMYK
RGB Variations
Color information
#D47056 (or 0xD47056) is known color: Japonica. HEX triplet: D4, 70 and 56. RGB value is (212,112,86). Sum of RGB (Red+Green+Blue) = 212+112+86=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D47056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47056 is #2B8FA9. Grayscale: #8B8B8B. Windows color (decimal): -2854826 or 5664980. OLE color: 5664980.
HSL color Cylindrical-coordinate representation of color #D47056: hue angle of 12.38º 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 #D47056 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 86 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.17 |
| HSL | 12.38º | 0.59% | 0.58% | - |
| HSV(B) | 12.38º | 0.59% | 0.83% | - |
| XYZ | 34.63 | 26.26 | 12.05 | - |
| YUV | 138.94 | 98.13 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 86 | 0 | 0.47 | 0.59 | 0.17 | 12.38 | 0.59 | 0.58 |
| Hex | D4 | 70 | 56 | 0 | 2F | 3B | 11 | C | 3B | 3A |
| Octal | 324 | 160 | 126 | 0 | 57 | 73 | 21 | 14 | 73 | 72 |
| Binary | 11010100 | 1110000 | 1010110 | 0 | 101111 | 111011 | 10001 | 1100 | 111011 | 111010 |
Color Harmonies of #D47056
Complementary color
Monochromatic Colors of #D47056
Black with #D47056
Text Example
Text Example
White with #D47056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47056; }
p { color: rgb(212,112,86); }
H1.HeaderClassName
{
color: #D47056;
}
.AnyTagClassName
{
color: #D47056;
}
</style>
background-color css
<style>
a { background-color: #D47056; }
a { background-color: rgb(212,112,86); }
div.DivClassName
{
background-color: #D47056;
}
.BgClassName
{
background-color: #D47056;
}
</style>
border-color css
<style>
span { border-color: #D47056; }
span { border-color: rgb(212,112,86); }
td.TdClassName
{
border-color: #D47056;
}
.TagClassName
{
border-color: #D47056;
}
</style>