Shades of Japonica #D47C56
Tints of Japonica #D47C56
RGB
CMYK
RGB Variations
Color information
#D47C56 (or 0xD47C56) is known color: Japonica. HEX triplet: D4, 7C and 56. RGB value is (212,124,86). Sum of RGB (Red+Green+Blue) = 212+124+86=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C56 is #2B83A9. Grayscale: #929292. Windows color (decimal): -2851754 or 5668052. OLE color: 5668052.
HSL color Cylindrical-coordinate representation of color #D47C56: hue angle of 18.1º 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 #D47C56 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 86 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.17 |
| HSL | 18.1º | 0.59% | 0.58% | - |
| HSV(B) | 18.1º | 0.59% | 0.83% | - |
| XYZ | 36.04 | 29.08 | 12.52 | - |
| YUV | 145.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 86 | 0 | 0.42 | 0.59 | 0.17 | 18.1 | 0.59 | 0.58 |
| Hex | D4 | 7C | 56 | 0 | 2A | 3B | 11 | 12 | 3B | 3A |
| Octal | 324 | 174 | 126 | 0 | 52 | 73 | 21 | 22 | 73 | 72 |
| Binary | 11010100 | 1111100 | 1010110 | 0 | 101010 | 111011 | 10001 | 10010 | 111011 | 111010 |
Color Harmonies of #D47C56
Complementary color
Monochromatic Colors of #D47C56
Black with #D47C56
Text Example
Text Example
White with #D47C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C56; }
p { color: rgb(212,124,86); }
H1.HeaderClassName
{
color: #D47C56;
}
.AnyTagClassName
{
color: #D47C56;
}
</style>
background-color css
<style>
a { background-color: #D47C56; }
a { background-color: rgb(212,124,86); }
div.DivClassName
{
background-color: #D47C56;
}
.BgClassName
{
background-color: #D47C56;
}
</style>
border-color css
<style>
span { border-color: #D47C56; }
span { border-color: rgb(212,124,86); }
td.TdClassName
{
border-color: #D47C56;
}
.TagClassName
{
border-color: #D47C56;
}
</style>