Shades of Japonica #D07565
Tints of Japonica #D07565
RGB
CMYK
RGB Variations
Color information
#D07565 (or 0xD07565) is known color: Japonica. HEX triplet: D0, 75 and 65. RGB value is (208,117,101). Sum of RGB (Red+Green+Blue) = 208+117+101=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07565 is #2F8A9A. Grayscale: #8E8E8E. Windows color (decimal): -3115675 or 6649296. OLE color: 6649296.
HSL color Cylindrical-coordinate representation of color #D07565: hue angle of 8.97º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07565 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 101 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.18 |
| HSL | 8.97º | 0.53% | 0.61% | - |
| HSV(B) | 8.97º | 0.51% | 0.82% | - |
| XYZ | 34.72 | 27.07 | 15.71 | - |
| YUV | 142.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 101 | 0 | 0.44 | 0.51 | 0.18 | 8.97 | 0.53 | 0.61 |
| Hex | D0 | 75 | 65 | 0 | 2C | 33 | 12 | 9 | 35 | 3D |
| Octal | 320 | 165 | 145 | 0 | 54 | 63 | 22 | 11 | 65 | 75 |
| Binary | 11010000 | 1110101 | 1100101 | 0 | 101100 | 110011 | 10010 | 1001 | 110101 | 111101 |
Color Harmonies of #D07565
Complementary color
Monochromatic Colors of #D07565
Black with #D07565
Text Example
Text Example
White with #D07565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07565; }
p { color: rgb(208,117,101); }
H1.HeaderClassName
{
color: #D07565;
}
.AnyTagClassName
{
color: #D07565;
}
</style>
background-color css
<style>
a { background-color: #D07565; }
a { background-color: rgb(208,117,101); }
div.DivClassName
{
background-color: #D07565;
}
.BgClassName
{
background-color: #D07565;
}
</style>
border-color css
<style>
span { border-color: #D07565; }
span { border-color: rgb(208,117,101); }
td.TdClassName
{
border-color: #D07565;
}
.TagClassName
{
border-color: #D07565;
}
</style>