Shades of Japonica #D47162
Tints of Japonica #D47162
RGB
CMYK
RGB Variations
Color information
#D47162 (or 0xD47162) is known color: Japonica. HEX triplet: D4, 71 and 62. RGB value is (212,113,98). Sum of RGB (Red+Green+Blue) = 212+113+98=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D47162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47162 is #2B8E9D. Grayscale: #8D8D8D. Windows color (decimal): -2854558 or 6451668. OLE color: 6451668.
HSL color Cylindrical-coordinate representation of color #D47162: hue angle of 7.89º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D47162 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 98 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.17 |
| HSL | 7.89º | 0.57% | 0.61% | - |
| HSV(B) | 7.89º | 0.54% | 0.83% | - |
| XYZ | 35.26 | 26.69 | 14.85 | - |
| YUV | 140.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 98 | 0 | 0.47 | 0.54 | 0.17 | 7.89 | 0.57 | 0.61 |
| Hex | D4 | 71 | 62 | 0 | 2F | 36 | 11 | 8 | 39 | 3D |
| Octal | 324 | 161 | 142 | 0 | 57 | 66 | 21 | 10 | 71 | 75 |
| Binary | 11010100 | 1110001 | 1100010 | 0 | 101111 | 110110 | 10001 | 1000 | 111001 | 111101 |
Color Harmonies of #D47162
Complementary color
Monochromatic Colors of #D47162
Black with #D47162
Text Example
Text Example
White with #D47162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47162; }
p { color: rgb(212,113,98); }
H1.HeaderClassName
{
color: #D47162;
}
.AnyTagClassName
{
color: #D47162;
}
</style>
background-color css
<style>
a { background-color: #D47162; }
a { background-color: rgb(212,113,98); }
div.DivClassName
{
background-color: #D47162;
}
.BgClassName
{
background-color: #D47162;
}
</style>
border-color css
<style>
span { border-color: #D47162; }
span { border-color: rgb(212,113,98); }
td.TdClassName
{
border-color: #D47162;
}
.TagClassName
{
border-color: #D47162;
}
</style>