Shades of Japonica #D07666
Tints of Japonica #D07666
RGB
CMYK
RGB Variations
Color information
#D07666 (or 0xD07666) is known color: Japonica. HEX triplet: D0, 76 and 66. RGB value is (208,118,102). Sum of RGB (Red+Green+Blue) = 208+118+102=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D07666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07666 is #2F8999. Grayscale: #8F8F8F. Windows color (decimal): -3115418 or 6715088. OLE color: 6715088.
HSL color Cylindrical-coordinate representation of color #D07666: hue angle of 9.06º 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 #D07666 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 102 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.18 |
| HSL | 9.06º | 0.53% | 0.61% | - |
| HSV(B) | 9.06º | 0.51% | 0.82% | - |
| XYZ | 34.89 | 27.33 | 16.01 | - |
| YUV | 143.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 102 | 0 | 0.43 | 0.51 | 0.18 | 9.06 | 0.53 | 0.61 |
| Hex | D0 | 76 | 66 | 0 | 2B | 33 | 12 | 9 | 35 | 3D |
| Octal | 320 | 166 | 146 | 0 | 53 | 63 | 22 | 11 | 65 | 75 |
| Binary | 11010000 | 1110110 | 1100110 | 0 | 101011 | 110011 | 10010 | 1001 | 110101 | 111101 |
Color Harmonies of #D07666
Complementary color
Monochromatic Colors of #D07666
Black with #D07666
Text Example
Text Example
White with #D07666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07666; }
p { color: rgb(208,118,102); }
H1.HeaderClassName
{
color: #D07666;
}
.AnyTagClassName
{
color: #D07666;
}
</style>
background-color css
<style>
a { background-color: #D07666; }
a { background-color: rgb(208,118,102); }
div.DivClassName
{
background-color: #D07666;
}
.BgClassName
{
background-color: #D07666;
}
</style>
border-color css
<style>
span { border-color: #D07666; }
span { border-color: rgb(208,118,102); }
td.TdClassName
{
border-color: #D07666;
}
.TagClassName
{
border-color: #D07666;
}
</style>