Shades of Japonica #D47368
Tints of Japonica #D47368
RGB
CMYK
RGB Variations
Color information
#D47368 (or 0xD47368) is known color: Japonica. HEX triplet: D4, 73 and 68. RGB value is (212,115,104). Sum of RGB (Red+Green+Blue) = 212+115+104=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D47368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47368 is #2B8C97. Grayscale: #8E8E8E. Windows color (decimal): -2854040 or 6845396. OLE color: 6845396.
HSL color Cylindrical-coordinate representation of color #D47368: hue angle of 6.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D47368 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 104 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.17 |
| HSL | 6.11º | 0.56% | 0.62% | - |
| HSV(B) | 6.11º | 0.51% | 0.83% | - |
| XYZ | 35.78 | 27.26 | 16.47 | - |
| YUV | 142.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 104 | 0 | 0.46 | 0.51 | 0.17 | 6.11 | 0.56 | 0.62 |
| Hex | D4 | 73 | 68 | 0 | 2E | 33 | 11 | 6 | 38 | 3E |
| Octal | 324 | 163 | 150 | 0 | 56 | 63 | 21 | 6 | 70 | 76 |
| Binary | 11010100 | 1110011 | 1101000 | 0 | 101110 | 110011 | 10001 | 110 | 111000 | 111110 |
Color Harmonies of #D47368
Complementary color
Monochromatic Colors of #D47368
Black with #D47368
Text Example
Text Example
White with #D47368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47368; }
p { color: rgb(212,115,104); }
H1.HeaderClassName
{
color: #D47368;
}
.AnyTagClassName
{
color: #D47368;
}
</style>
background-color css
<style>
a { background-color: #D47368; }
a { background-color: rgb(212,115,104); }
div.DivClassName
{
background-color: #D47368;
}
.BgClassName
{
background-color: #D47368;
}
</style>
border-color css
<style>
span { border-color: #D47368; }
span { border-color: rgb(212,115,104); }
td.TdClassName
{
border-color: #D47368;
}
.TagClassName
{
border-color: #D47368;
}
</style>