Shades of Japonica #D47565
Tints of Japonica #D47565
RGB
CMYK
RGB Variations
Color information
#D47565 (or 0xD47565) is known color: Japonica. HEX triplet: D4, 75 and 65. RGB value is (212,117,101). Sum of RGB (Red+Green+Blue) = 212+117+101=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D47565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47565 is #2B8A9A. Grayscale: #8F8F8F. Windows color (decimal): -2853531 or 6649300. OLE color: 6649300.
HSL color Cylindrical-coordinate representation of color #D47565: hue angle of 8.65º 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 #D47565 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 101 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.17 |
| HSL | 8.65º | 0.56% | 0.61% | - |
| HSV(B) | 8.65º | 0.52% | 0.83% | - |
| XYZ | 35.86 | 27.66 | 15.76 | - |
| YUV | 143.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 101 | 0 | 0.45 | 0.52 | 0.17 | 8.65 | 0.56 | 0.61 |
| Hex | D4 | 75 | 65 | 0 | 2D | 34 | 11 | 9 | 38 | 3D |
| Octal | 324 | 165 | 145 | 0 | 55 | 64 | 21 | 11 | 70 | 75 |
| Binary | 11010100 | 1110101 | 1100101 | 0 | 101101 | 110100 | 10001 | 1001 | 111000 | 111101 |
Color Harmonies of #D47565
Complementary color
Monochromatic Colors of #D47565
Black with #D47565
Text Example
Text Example
White with #D47565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47565; }
p { color: rgb(212,117,101); }
H1.HeaderClassName
{
color: #D47565;
}
.AnyTagClassName
{
color: #D47565;
}
</style>
background-color css
<style>
a { background-color: #D47565; }
a { background-color: rgb(212,117,101); }
div.DivClassName
{
background-color: #D47565;
}
.BgClassName
{
background-color: #D47565;
}
</style>
border-color css
<style>
span { border-color: #D47565; }
span { border-color: rgb(212,117,101); }
td.TdClassName
{
border-color: #D47565;
}
.TagClassName
{
border-color: #D47565;
}
</style>