Shades of Japonica #D47568
Tints of Japonica #D47568
RGB
CMYK
RGB Variations
Color information
#D47568 (or 0xD47568) is known color: Japonica. HEX triplet: D4, 75 and 68. RGB value is (212,117,104). Sum of RGB (Red+Green+Blue) = 212+117+104=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D47568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47568 is #2B8A97. Grayscale: #909090. Windows color (decimal): -2853528 or 6845908. OLE color: 6845908.
HSL color Cylindrical-coordinate representation of color #D47568: hue angle of 7.22º 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 #D47568 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 104 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.17 |
| HSL | 7.22º | 0.56% | 0.62% | - |
| HSV(B) | 7.22º | 0.51% | 0.83% | - |
| XYZ | 36.01 | 27.72 | 16.55 | - |
| YUV | 143.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 104 | 0 | 0.45 | 0.51 | 0.17 | 7.22 | 0.56 | 0.62 |
| Hex | D4 | 75 | 68 | 0 | 2D | 33 | 11 | 7 | 38 | 3E |
| Octal | 324 | 165 | 150 | 0 | 55 | 63 | 21 | 7 | 70 | 76 |
| Binary | 11010100 | 1110101 | 1101000 | 0 | 101101 | 110011 | 10001 | 111 | 111000 | 111110 |
Color Harmonies of #D47568
Complementary color
Monochromatic Colors of #D47568
Black with #D47568
Text Example
Text Example
White with #D47568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47568; }
p { color: rgb(212,117,104); }
H1.HeaderClassName
{
color: #D47568;
}
.AnyTagClassName
{
color: #D47568;
}
</style>
background-color css
<style>
a { background-color: #D47568; }
a { background-color: rgb(212,117,104); }
div.DivClassName
{
background-color: #D47568;
}
.BgClassName
{
background-color: #D47568;
}
</style>
border-color css
<style>
span { border-color: #D47568; }
span { border-color: rgb(212,117,104); }
td.TdClassName
{
border-color: #D47568;
}
.TagClassName
{
border-color: #D47568;
}
</style>