Shades of Japonica #D47061
Tints of Japonica #D47061
RGB
CMYK
RGB Variations
Color information
#D47061 (or 0xD47061) is known color: Japonica. HEX triplet: D4, 70 and 61. RGB value is (212,112,97). Sum of RGB (Red+Green+Blue) = 212+112+97=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D47061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47061 is #2B8F9E. Grayscale: #8C8C8C. Windows color (decimal): -2854815 or 6385876. OLE color: 6385876.
HSL color Cylindrical-coordinate representation of color #D47061: hue angle of 7.83º 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 #D47061 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 97 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.17 |
| HSL | 7.83º | 0.57% | 0.61% | - |
| HSV(B) | 7.83º | 0.54% | 0.83% | - |
| XYZ | 35.1 | 26.45 | 14.56 | - |
| YUV | 140.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 97 | 0 | 0.47 | 0.54 | 0.17 | 7.83 | 0.57 | 0.61 |
| Hex | D4 | 70 | 61 | 0 | 2F | 36 | 11 | 8 | 39 | 3D |
| Octal | 324 | 160 | 141 | 0 | 57 | 66 | 21 | 10 | 71 | 75 |
| Binary | 11010100 | 1110000 | 1100001 | 0 | 101111 | 110110 | 10001 | 1000 | 111001 | 111101 |
Color Harmonies of #D47061
Complementary color
Monochromatic Colors of #D47061
Black with #D47061
Text Example
Text Example
White with #D47061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47061; }
p { color: rgb(212,112,97); }
H1.HeaderClassName
{
color: #D47061;
}
.AnyTagClassName
{
color: #D47061;
}
</style>
background-color css
<style>
a { background-color: #D47061; }
a { background-color: rgb(212,112,97); }
div.DivClassName
{
background-color: #D47061;
}
.BgClassName
{
background-color: #D47061;
}
</style>
border-color css
<style>
span { border-color: #D47061; }
span { border-color: rgb(212,112,97); }
td.TdClassName
{
border-color: #D47061;
}
.TagClassName
{
border-color: #D47061;
}
</style>