Shades of Japonica #D07664
Tints of Japonica #D07664
RGB
CMYK
RGB Variations
Color information
#D07664 (or 0xD07664) is known color: Japonica. HEX triplet: D0, 76 and 64. RGB value is (208,118,100). Sum of RGB (Red+Green+Blue) = 208+118+100=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07664 is #2F899B. Grayscale: #8F8F8F. Windows color (decimal): -3115420 or 6584016. OLE color: 6584016.
HSL color Cylindrical-coordinate representation of color #D07664: hue angle of 10º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07664 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 100 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.18 |
| HSL | 10º | 0.53% | 0.6% | - |
| HSV(B) | 10º | 0.52% | 0.82% | - |
| XYZ | 34.79 | 27.29 | 15.49 | - |
| YUV | 142.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 100 | 0 | 0.43 | 0.52 | 0.18 | 10 | 0.53 | 0.6 |
| Hex | D0 | 76 | 64 | 0 | 2B | 34 | 12 | A | 35 | 3C |
| Octal | 320 | 166 | 144 | 0 | 53 | 64 | 22 | 12 | 65 | 74 |
| Binary | 11010000 | 1110110 | 1100100 | 0 | 101011 | 110100 | 10010 | 1010 | 110101 | 111100 |
Color Harmonies of #D07664
Complementary color
Monochromatic Colors of #D07664
Black with #D07664
Text Example
Text Example
White with #D07664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07664; }
p { color: rgb(208,118,100); }
H1.HeaderClassName
{
color: #D07664;
}
.AnyTagClassName
{
color: #D07664;
}
</style>
background-color css
<style>
a { background-color: #D07664; }
a { background-color: rgb(208,118,100); }
div.DivClassName
{
background-color: #D07664;
}
.BgClassName
{
background-color: #D07664;
}
</style>
border-color css
<style>
span { border-color: #D07664; }
span { border-color: rgb(208,118,100); }
td.TdClassName
{
border-color: #D07664;
}
.TagClassName
{
border-color: #D07664;
}
</style>