Shades of Japonica #D07360
Tints of Japonica #D07360
RGB
CMYK
RGB Variations
Color information
#D07360 (or 0xD07360) is known color: Japonica. HEX triplet: D0, 73 and 60. RGB value is (208,115,96). Sum of RGB (Red+Green+Blue) = 208+115+96=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D07360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07360 is #2F8C9F. Grayscale: #8C8C8C. Windows color (decimal): -3116192 or 6321104. OLE color: 6321104.
HSL color Cylindrical-coordinate representation of color #D07360: hue angle of 10.18º 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 #D07360 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 96 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.18 |
| HSL | 10.18º | 0.54% | 0.6% | - |
| HSV(B) | 10.18º | 0.54% | 0.82% | - |
| XYZ | 34.25 | 26.52 | 14.38 | - |
| YUV | 140.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 96 | 0 | 0.45 | 0.54 | 0.18 | 10.18 | 0.54 | 0.6 |
| Hex | D0 | 73 | 60 | 0 | 2D | 36 | 12 | A | 36 | 3C |
| Octal | 320 | 163 | 140 | 0 | 55 | 66 | 22 | 12 | 66 | 74 |
| Binary | 11010000 | 1110011 | 1100000 | 0 | 101101 | 110110 | 10010 | 1010 | 110110 | 111100 |
Color Harmonies of #D07360
Complementary color
Monochromatic Colors of #D07360
Black with #D07360
Text Example
Text Example
White with #D07360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07360; }
p { color: rgb(208,115,96); }
H1.HeaderClassName
{
color: #D07360;
}
.AnyTagClassName
{
color: #D07360;
}
</style>
background-color css
<style>
a { background-color: #D07360; }
a { background-color: rgb(208,115,96); }
div.DivClassName
{
background-color: #D07360;
}
.BgClassName
{
background-color: #D07360;
}
</style>
border-color css
<style>
span { border-color: #D07360; }
span { border-color: rgb(208,115,96); }
td.TdClassName
{
border-color: #D07360;
}
.TagClassName
{
border-color: #D07360;
}
</style>