Shades of Japonica #D07668
Tints of Japonica #D07668
RGB
CMYK
RGB Variations
Color information
#D07668 (or 0xD07668) is known color: Japonica. HEX triplet: D0, 76 and 68. RGB value is (208,118,104). Sum of RGB (Red+Green+Blue) = 208+118+104=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D07668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07668 is #2F8997. Grayscale: #8F8F8F. Windows color (decimal): -3115416 or 6846160. OLE color: 6846160.
HSL color Cylindrical-coordinate representation of color #D07668: hue angle of 8.08º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07668 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 104 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.18 |
| HSL | 8.08º | 0.53% | 0.61% | - |
| HSV(B) | 8.08º | 0.5% | 0.82% | - |
| XYZ | 34.99 | 27.37 | 16.53 | - |
| YUV | 143.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 104 | 0 | 0.43 | 0.5 | 0.18 | 8.08 | 0.53 | 0.61 |
| Hex | D0 | 76 | 68 | 0 | 2B | 32 | 12 | 8 | 35 | 3D |
| Octal | 320 | 166 | 150 | 0 | 53 | 62 | 22 | 10 | 65 | 75 |
| Binary | 11010000 | 1110110 | 1101000 | 0 | 101011 | 110010 | 10010 | 1000 | 110101 | 111101 |
Color Harmonies of #D07668
Complementary color
Monochromatic Colors of #D07668
Black with #D07668
Text Example
Text Example
White with #D07668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07668; }
p { color: rgb(208,118,104); }
H1.HeaderClassName
{
color: #D07668;
}
.AnyTagClassName
{
color: #D07668;
}
</style>
background-color css
<style>
a { background-color: #D07668; }
a { background-color: rgb(208,118,104); }
div.DivClassName
{
background-color: #D07668;
}
.BgClassName
{
background-color: #D07668;
}
</style>
border-color css
<style>
span { border-color: #D07668; }
span { border-color: rgb(208,118,104); }
td.TdClassName
{
border-color: #D07668;
}
.TagClassName
{
border-color: #D07668;
}
</style>