Shades of Japonica #D47656
Tints of Japonica #D47656
RGB
CMYK
RGB Variations
Color information
#D47656 (or 0xD47656) is known color: Japonica. HEX triplet: D4, 76 and 56. RGB value is (212,118,86). Sum of RGB (Red+Green+Blue) = 212+118+86=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D47656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47656 is #2B89A9. Grayscale: #8E8E8E. Windows color (decimal): -2853290 or 5666516. OLE color: 5666516.
HSL color Cylindrical-coordinate representation of color #D47656: hue angle of 15.24º 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 #D47656 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 86 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.17 |
| HSL | 15.24º | 0.59% | 0.58% | - |
| HSV(B) | 15.24º | 0.59% | 0.83% | - |
| XYZ | 35.31 | 27.63 | 12.28 | - |
| YUV | 142.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 86 | 0 | 0.44 | 0.59 | 0.17 | 15.24 | 0.59 | 0.58 |
| Hex | D4 | 76 | 56 | 0 | 2C | 3B | 11 | F | 3B | 3A |
| Octal | 324 | 166 | 126 | 0 | 54 | 73 | 21 | 17 | 73 | 72 |
| Binary | 11010100 | 1110110 | 1010110 | 0 | 101100 | 111011 | 10001 | 1111 | 111011 | 111010 |
Color Harmonies of #D47656
Complementary color
Monochromatic Colors of #D47656
Black with #D47656
Text Example
Text Example
White with #D47656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47656; }
p { color: rgb(212,118,86); }
H1.HeaderClassName
{
color: #D47656;
}
.AnyTagClassName
{
color: #D47656;
}
</style>
background-color css
<style>
a { background-color: #D47656; }
a { background-color: rgb(212,118,86); }
div.DivClassName
{
background-color: #D47656;
}
.BgClassName
{
background-color: #D47656;
}
</style>
border-color css
<style>
span { border-color: #D47656; }
span { border-color: rgb(212,118,86); }
td.TdClassName
{
border-color: #D47656;
}
.TagClassName
{
border-color: #D47656;
}
</style>