Shades of Japonica #D67765
Tints of Japonica #D67765
RGB
CMYK
RGB Variations
Color information
#D67765 (or 0xD67765) is known color: Japonica. HEX triplet: D6, 77 and 65. RGB value is (214,119,101). Sum of RGB (Red+Green+Blue) = 214+119+101=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D67765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67765 is #29889A. Grayscale: #919191. Windows color (decimal): -2721947 or 6649814. OLE color: 6649814.
HSL color Cylindrical-coordinate representation of color #D67765: hue angle of 9.56º 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 #D67765 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 101 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.16 |
| HSL | 9.56º | 0.58% | 0.62% | - |
| HSV(B) | 9.56º | 0.53% | 0.84% | - |
| XYZ | 36.68 | 28.43 | 15.87 | - |
| YUV | 145.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 101 | 0 | 0.44 | 0.53 | 0.16 | 9.56 | 0.58 | 0.62 |
| Hex | D6 | 77 | 65 | 0 | 2C | 35 | 10 | A | 3A | 3E |
| Octal | 326 | 167 | 145 | 0 | 54 | 65 | 20 | 12 | 72 | 76 |
| Binary | 11010110 | 1110111 | 1100101 | 0 | 101100 | 110101 | 10000 | 1010 | 111010 | 111110 |
Color Harmonies of #D67765
Complementary color
Monochromatic Colors of #D67765
Black with #D67765
Text Example
Text Example
White with #D67765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67765; }
p { color: rgb(214,119,101); }
H1.HeaderClassName
{
color: #D67765;
}
.AnyTagClassName
{
color: #D67765;
}
</style>
background-color css
<style>
a { background-color: #D67765; }
a { background-color: rgb(214,119,101); }
div.DivClassName
{
background-color: #D67765;
}
.BgClassName
{
background-color: #D67765;
}
</style>
border-color css
<style>
span { border-color: #D67765; }
span { border-color: rgb(214,119,101); }
td.TdClassName
{
border-color: #D67765;
}
.TagClassName
{
border-color: #D67765;
}
</style>