Shades of Japonica #D47364
Tints of Japonica #D47364
RGB
CMYK
RGB Variations
Color information
#D47364 (or 0xD47364) is known color: Japonica. HEX triplet: D4, 73 and 64. RGB value is (212,115,100). Sum of RGB (Red+Green+Blue) = 212+115+100=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D47364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47364 is #2B8C9B. Grayscale: #8E8E8E. Windows color (decimal): -2854044 or 6583252. OLE color: 6583252.
HSL color Cylindrical-coordinate representation of color #D47364: hue angle of 8.04º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D47364 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 100 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.17 |
| HSL | 8.04º | 0.57% | 0.61% | - |
| HSV(B) | 8.04º | 0.53% | 0.83% | - |
| XYZ | 35.58 | 27.18 | 15.43 | - |
| YUV | 142.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 100 | 0 | 0.46 | 0.53 | 0.17 | 8.04 | 0.57 | 0.61 |
| Hex | D4 | 73 | 64 | 0 | 2E | 35 | 11 | 8 | 39 | 3D |
| Octal | 324 | 163 | 144 | 0 | 56 | 65 | 21 | 10 | 71 | 75 |
| Binary | 11010100 | 1110011 | 1100100 | 0 | 101110 | 110101 | 10001 | 1000 | 111001 | 111101 |
Color Harmonies of #D47364
Complementary color
Monochromatic Colors of #D47364
Black with #D47364
Text Example
Text Example
White with #D47364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47364; }
p { color: rgb(212,115,100); }
H1.HeaderClassName
{
color: #D47364;
}
.AnyTagClassName
{
color: #D47364;
}
</style>
background-color css
<style>
a { background-color: #D47364; }
a { background-color: rgb(212,115,100); }
div.DivClassName
{
background-color: #D47364;
}
.BgClassName
{
background-color: #D47364;
}
</style>
border-color css
<style>
span { border-color: #D47364; }
span { border-color: rgb(212,115,100); }
td.TdClassName
{
border-color: #D47364;
}
.TagClassName
{
border-color: #D47364;
}
</style>