Shades of Japonica #D8765C
Tints of Japonica #D8765C
RGB
CMYK
RGB Variations
Color information
#D8765C (or 0xD8765C) is known color: Japonica. HEX triplet: D8, 76 and 5C. RGB value is (216,118,92). Sum of RGB (Red+Green+Blue) = 216+118+92=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765C is #2789A3. Grayscale: #909090. Windows color (decimal): -2591140 or 6059736. OLE color: 6059736.
HSL color Cylindrical-coordinate representation of color #D8765C: hue angle of 12.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8765C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 92 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.15 |
| HSL | 12.58º | 0.61% | 0.6% | - |
| HSV(B) | 12.58º | 0.57% | 0.85% | - |
| XYZ | 36.73 | 28.33 | 13.66 | - |
| YUV | 144.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 92 | 0 | 0.45 | 0.57 | 0.15 | 12.58 | 0.61 | 0.6 |
| Hex | D8 | 76 | 5C | 0 | 2D | 39 | F | D | 3D | 3C |
| Octal | 330 | 166 | 134 | 0 | 55 | 71 | 17 | 15 | 75 | 74 |
| Binary | 11011000 | 1110110 | 1011100 | 0 | 101101 | 111001 | 1111 | 1101 | 111101 | 111100 |
Color Harmonies of #D8765C
Complementary color
Monochromatic Colors of #D8765C
Black with #D8765C
Text Example
Text Example
White with #D8765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8765C; }
p { color: rgb(216,118,92); }
H1.HeaderClassName
{
color: #D8765C;
}
.AnyTagClassName
{
color: #D8765C;
}
</style>
background-color css
<style>
a { background-color: #D8765C; }
a { background-color: rgb(216,118,92); }
div.DivClassName
{
background-color: #D8765C;
}
.BgClassName
{
background-color: #D8765C;
}
</style>
border-color css
<style>
span { border-color: #D8765C; }
span { border-color: rgb(216,118,92); }
td.TdClassName
{
border-color: #D8765C;
}
.TagClassName
{
border-color: #D8765C;
}
</style>