Shades of Japonica #D07866
Tints of Japonica #D07866
RGB
CMYK
RGB Variations
Color information
#D07866 (or 0xD07866) is known color: Japonica. HEX triplet: D0, 78 and 66. RGB value is (208,120,102). Sum of RGB (Red+Green+Blue) = 208+120+102=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D07866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07866 is #2F8799. Grayscale: #909090. Windows color (decimal): -3114906 or 6715600. OLE color: 6715600.
HSL color Cylindrical-coordinate representation of color #D07866: hue angle of 10.19º 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 #D07866 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 102 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.18 |
| HSL | 10.19º | 0.53% | 0.61% | - |
| HSV(B) | 10.19º | 0.51% | 0.82% | - |
| XYZ | 35.13 | 27.8 | 16.09 | - |
| YUV | 144.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 102 | 0 | 0.42 | 0.51 | 0.18 | 10.19 | 0.53 | 0.61 |
| Hex | D0 | 78 | 66 | 0 | 2A | 33 | 12 | A | 35 | 3D |
| Octal | 320 | 170 | 146 | 0 | 52 | 63 | 22 | 12 | 65 | 75 |
| Binary | 11010000 | 1111000 | 1100110 | 0 | 101010 | 110011 | 10010 | 1010 | 110101 | 111101 |
Color Harmonies of #D07866
Complementary color
Monochromatic Colors of #D07866
Black with #D07866
Text Example
Text Example
White with #D07866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07866; }
p { color: rgb(208,120,102); }
H1.HeaderClassName
{
color: #D07866;
}
.AnyTagClassName
{
color: #D07866;
}
</style>
background-color css
<style>
a { background-color: #D07866; }
a { background-color: rgb(208,120,102); }
div.DivClassName
{
background-color: #D07866;
}
.BgClassName
{
background-color: #D07866;
}
</style>
border-color css
<style>
span { border-color: #D07866; }
span { border-color: rgb(208,120,102); }
td.TdClassName
{
border-color: #D07866;
}
.TagClassName
{
border-color: #D07866;
}
</style>