Shades of Japonica #D6765D
Tints of Japonica #D6765D
RGB
CMYK
RGB Variations
Color information
#D6765D (or 0xD6765D) is known color: Japonica. HEX triplet: D6, 76 and 5D. RGB value is (214,118,93). Sum of RGB (Red+Green+Blue) = 214+118+93=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6765D is #2989A2. Grayscale: #909090. Windows color (decimal): -2722211 or 6125270. OLE color: 6125270.
HSL color Cylindrical-coordinate representation of color #D6765D: hue angle of 12.4º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6765D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 93 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.16 |
| HSL | 12.4º | 0.6% | 0.6% | - |
| HSV(B) | 12.4º | 0.57% | 0.84% | - |
| XYZ | 36.19 | 28.04 | 13.86 | - |
| YUV | 143.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 93 | 0 | 0.45 | 0.57 | 0.16 | 12.4 | 0.6 | 0.6 |
| Hex | D6 | 76 | 5D | 0 | 2D | 39 | 10 | C | 3C | 3C |
| Octal | 326 | 166 | 135 | 0 | 55 | 71 | 20 | 14 | 74 | 74 |
| Binary | 11010110 | 1110110 | 1011101 | 0 | 101101 | 111001 | 10000 | 1100 | 111100 | 111100 |
Color Harmonies of #D6765D
Complementary color
Monochromatic Colors of #D6765D
Black with #D6765D
Text Example
Text Example
White with #D6765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6765D; }
p { color: rgb(214,118,93); }
H1.HeaderClassName
{
color: #D6765D;
}
.AnyTagClassName
{
color: #D6765D;
}
</style>
background-color css
<style>
a { background-color: #D6765D; }
a { background-color: rgb(214,118,93); }
div.DivClassName
{
background-color: #D6765D;
}
.BgClassName
{
background-color: #D6765D;
}
</style>
border-color css
<style>
span { border-color: #D6765D; }
span { border-color: rgb(214,118,93); }
td.TdClassName
{
border-color: #D6765D;
}
.TagClassName
{
border-color: #D6765D;
}
</style>