Shades of Japonica #D67665
Tints of Japonica #D67665
RGB
CMYK
RGB Variations
Color information
#D67665 (or 0xD67665) is known color: Japonica. HEX triplet: D6, 76 and 65. RGB value is (214,118,101). Sum of RGB (Red+Green+Blue) = 214+118+101=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D67665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67665 is #29899A. Grayscale: #909090. Windows color (decimal): -2722203 or 6649558. OLE color: 6649558.
HSL color Cylindrical-coordinate representation of color #D67665: hue angle of 9.03º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D67665 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 101 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.16 |
| HSL | 9.03º | 0.58% | 0.62% | - |
| HSV(B) | 9.03º | 0.53% | 0.84% | - |
| XYZ | 36.56 | 28.19 | 15.83 | - |
| YUV | 144.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 101 | 0 | 0.45 | 0.53 | 0.16 | 9.03 | 0.58 | 0.62 |
| Hex | D6 | 76 | 65 | 0 | 2D | 35 | 10 | 9 | 3A | 3E |
| Octal | 326 | 166 | 145 | 0 | 55 | 65 | 20 | 11 | 72 | 76 |
| Binary | 11010110 | 1110110 | 1100101 | 0 | 101101 | 110101 | 10000 | 1001 | 111010 | 111110 |
Color Harmonies of #D67665
Complementary color
Monochromatic Colors of #D67665
Black with #D67665
Text Example
Text Example
White with #D67665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67665; }
p { color: rgb(214,118,101); }
H1.HeaderClassName
{
color: #D67665;
}
.AnyTagClassName
{
color: #D67665;
}
</style>
background-color css
<style>
a { background-color: #D67665; }
a { background-color: rgb(214,118,101); }
div.DivClassName
{
background-color: #D67665;
}
.BgClassName
{
background-color: #D67665;
}
</style>
border-color css
<style>
span { border-color: #D67665; }
span { border-color: rgb(214,118,101); }
td.TdClassName
{
border-color: #D67665;
}
.TagClassName
{
border-color: #D67665;
}
</style>