Shades of Japonica #D67657
Tints of Japonica #D67657
RGB
CMYK
RGB Variations
Color information
#D67657 (or 0xD67657) is known color: Japonica. HEX triplet: D6, 76 and 57. RGB value is (214,118,87). Sum of RGB (Red+Green+Blue) = 214+118+87=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D67657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67657 is #2989A8. Grayscale: #8F8F8F. Windows color (decimal): -2722217 or 5732054. OLE color: 5732054.
HSL color Cylindrical-coordinate representation of color #D67657: hue angle of 14.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D67657 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 87 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.16 |
| HSL | 14.65º | 0.61% | 0.59% | - |
| HSV(B) | 14.65º | 0.59% | 0.84% | - |
| XYZ | 35.93 | 27.94 | 12.52 | - |
| YUV | 143.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 87 | 0 | 0.45 | 0.59 | 0.16 | 14.65 | 0.61 | 0.59 |
| Hex | D6 | 76 | 57 | 0 | 2D | 3B | 10 | F | 3D | 3B |
| Octal | 326 | 166 | 127 | 0 | 55 | 73 | 20 | 17 | 75 | 73 |
| Binary | 11010110 | 1110110 | 1010111 | 0 | 101101 | 111011 | 10000 | 1111 | 111101 | 111011 |
Color Harmonies of #D67657
Complementary color
Monochromatic Colors of #D67657
Black with #D67657
Text Example
Text Example
White with #D67657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67657; }
p { color: rgb(214,118,87); }
H1.HeaderClassName
{
color: #D67657;
}
.AnyTagClassName
{
color: #D67657;
}
</style>
background-color css
<style>
a { background-color: #D67657; }
a { background-color: rgb(214,118,87); }
div.DivClassName
{
background-color: #D67657;
}
.BgClassName
{
background-color: #D67657;
}
</style>
border-color css
<style>
span { border-color: #D67657; }
span { border-color: rgb(214,118,87); }
td.TdClassName
{
border-color: #D67657;
}
.TagClassName
{
border-color: #D67657;
}
</style>