Shades of Japonica #D07560
Tints of Japonica #D07560
RGB
CMYK
RGB Variations
Color information
#D07560 (or 0xD07560) is known color: Japonica. HEX triplet: D0, 75 and 60. RGB value is (208,117,96). Sum of RGB (Red+Green+Blue) = 208+117+96=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D07560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07560 is #2F8A9F. Grayscale: #8D8D8D. Windows color (decimal): -3115680 or 6321616. OLE color: 6321616.
HSL color Cylindrical-coordinate representation of color #D07560: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D07560 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 96 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.18 |
| HSL | 11.25º | 0.54% | 0.6% | - |
| HSV(B) | 11.25º | 0.54% | 0.82% | - |
| XYZ | 34.49 | 26.98 | 14.46 | - |
| YUV | 141.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 96 | 0 | 0.44 | 0.54 | 0.18 | 11.25 | 0.54 | 0.6 |
| Hex | D0 | 75 | 60 | 0 | 2C | 36 | 12 | B | 36 | 3C |
| Octal | 320 | 165 | 140 | 0 | 54 | 66 | 22 | 13 | 66 | 74 |
| Binary | 11010000 | 1110101 | 1100000 | 0 | 101100 | 110110 | 10010 | 1011 | 110110 | 111100 |
Color Harmonies of #D07560
Complementary color
Monochromatic Colors of #D07560
Black with #D07560
Text Example
Text Example
White with #D07560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07560; }
p { color: rgb(208,117,96); }
H1.HeaderClassName
{
color: #D07560;
}
.AnyTagClassName
{
color: #D07560;
}
</style>
background-color css
<style>
a { background-color: #D07560; }
a { background-color: rgb(208,117,96); }
div.DivClassName
{
background-color: #D07560;
}
.BgClassName
{
background-color: #D07560;
}
</style>
border-color css
<style>
span { border-color: #D07560; }
span { border-color: rgb(208,117,96); }
td.TdClassName
{
border-color: #D07560;
}
.TagClassName
{
border-color: #D07560;
}
</style>