Shades of Japonica #D47665
Tints of Japonica #D47665
RGB
CMYK
RGB Variations
Color information
#D47665 (or 0xD47665) is known color: Japonica. HEX triplet: D4, 76 and 65. RGB value is (212,118,101). Sum of RGB (Red+Green+Blue) = 212+118+101=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D47665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47665 is #2B899A. Grayscale: #909090. Windows color (decimal): -2853275 or 6649556. OLE color: 6649556.
HSL color Cylindrical-coordinate representation of color #D47665: hue angle of 9.19º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D47665 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 101 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.17 |
| HSL | 9.19º | 0.56% | 0.61% | - |
| HSV(B) | 9.19º | 0.52% | 0.83% | - |
| XYZ | 35.98 | 27.89 | 15.8 | - |
| YUV | 144.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 101 | 0 | 0.44 | 0.52 | 0.17 | 9.19 | 0.56 | 0.61 |
| Hex | D4 | 76 | 65 | 0 | 2C | 34 | 11 | 9 | 38 | 3D |
| Octal | 324 | 166 | 145 | 0 | 54 | 64 | 21 | 11 | 70 | 75 |
| Binary | 11010100 | 1110110 | 1100101 | 0 | 101100 | 110100 | 10001 | 1001 | 111000 | 111101 |
Color Harmonies of #D47665
Complementary color
Monochromatic Colors of #D47665
Black with #D47665
Text Example
Text Example
White with #D47665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47665; }
p { color: rgb(212,118,101); }
H1.HeaderClassName
{
color: #D47665;
}
.AnyTagClassName
{
color: #D47665;
}
</style>
background-color css
<style>
a { background-color: #D47665; }
a { background-color: rgb(212,118,101); }
div.DivClassName
{
background-color: #D47665;
}
.BgClassName
{
background-color: #D47665;
}
</style>
border-color css
<style>
span { border-color: #D47665; }
span { border-color: rgb(212,118,101); }
td.TdClassName
{
border-color: #D47665;
}
.TagClassName
{
border-color: #D47665;
}
</style>