Shades of Japonica #D07366
Tints of Japonica #D07366
RGB
CMYK
RGB Variations
Color information
#D07366 (or 0xD07366) is known color: Japonica. HEX triplet: D0, 73 and 66. RGB value is (208,115,102). Sum of RGB (Red+Green+Blue) = 208+115+102=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07366 is #2F8C99. Grayscale: #8D8D8D. Windows color (decimal): -3116186 or 6714320. OLE color: 6714320.
HSL color Cylindrical-coordinate representation of color #D07366: hue angle of 7.36º 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 #D07366 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 102 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.18 |
| HSL | 7.36º | 0.53% | 0.61% | - |
| HSV(B) | 7.36º | 0.51% | 0.82% | - |
| XYZ | 34.54 | 26.63 | 15.89 | - |
| YUV | 141.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 102 | 0 | 0.45 | 0.51 | 0.18 | 7.36 | 0.53 | 0.61 |
| Hex | D0 | 73 | 66 | 0 | 2D | 33 | 12 | 7 | 35 | 3D |
| Octal | 320 | 163 | 146 | 0 | 55 | 63 | 22 | 7 | 65 | 75 |
| Binary | 11010000 | 1110011 | 1100110 | 0 | 101101 | 110011 | 10010 | 111 | 110101 | 111101 |
Color Harmonies of #D07366
Complementary color
Monochromatic Colors of #D07366
Black with #D07366
Text Example
Text Example
White with #D07366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07366; }
p { color: rgb(208,115,102); }
H1.HeaderClassName
{
color: #D07366;
}
.AnyTagClassName
{
color: #D07366;
}
</style>
background-color css
<style>
a { background-color: #D07366; }
a { background-color: rgb(208,115,102); }
div.DivClassName
{
background-color: #D07366;
}
.BgClassName
{
background-color: #D07366;
}
</style>
border-color css
<style>
span { border-color: #D07366; }
span { border-color: rgb(208,115,102); }
td.TdClassName
{
border-color: #D07366;
}
.TagClassName
{
border-color: #D07366;
}
</style>