Shades of Japonica #D47062
Tints of Japonica #D47062
RGB
CMYK
RGB Variations
Color information
#D47062 (or 0xD47062) is known color: Japonica. HEX triplet: D4, 70 and 62. RGB value is (212,112,98). Sum of RGB (Red+Green+Blue) = 212+112+98=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D47062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47062 is #2B8F9D. Grayscale: #8C8C8C. Windows color (decimal): -2854814 or 6451412. OLE color: 6451412.
HSL color Cylindrical-coordinate representation of color #D47062: hue angle of 7.37º 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 #D47062 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 98 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.17 |
| HSL | 7.37º | 0.57% | 0.61% | - |
| HSV(B) | 7.37º | 0.54% | 0.83% | - |
| XYZ | 35.15 | 26.47 | 14.81 | - |
| YUV | 140.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 98 | 0 | 0.47 | 0.54 | 0.17 | 7.37 | 0.57 | 0.61 |
| Hex | D4 | 70 | 62 | 0 | 2F | 36 | 11 | 7 | 39 | 3D |
| Octal | 324 | 160 | 142 | 0 | 57 | 66 | 21 | 7 | 71 | 75 |
| Binary | 11010100 | 1110000 | 1100010 | 0 | 101111 | 110110 | 10001 | 111 | 111001 | 111101 |
Color Harmonies of #D47062
Complementary color
Monochromatic Colors of #D47062
Black with #D47062
Text Example
Text Example
White with #D47062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47062; }
p { color: rgb(212,112,98); }
H1.HeaderClassName
{
color: #D47062;
}
.AnyTagClassName
{
color: #D47062;
}
</style>
background-color css
<style>
a { background-color: #D47062; }
a { background-color: rgb(212,112,98); }
div.DivClassName
{
background-color: #D47062;
}
.BgClassName
{
background-color: #D47062;
}
</style>
border-color css
<style>
span { border-color: #D47062; }
span { border-color: rgb(212,112,98); }
td.TdClassName
{
border-color: #D47062;
}
.TagClassName
{
border-color: #D47062;
}
</style>