Shades of Japonica #D8765B
Tints of Japonica #D8765B
RGB
CMYK
RGB Variations
Color information
#D8765B (or 0xD8765B) is known color: Japonica. HEX triplet: D8, 76 and 5B. RGB value is (216,118,91). Sum of RGB (Red+Green+Blue) = 216+118+91=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765B is #2789A4. Grayscale: #909090. Windows color (decimal): -2591141 or 5994200. OLE color: 5994200.
HSL color Cylindrical-coordinate representation of color #D8765B: hue angle of 12.96º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8765B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 91 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.15 |
| HSL | 12.96º | 0.62% | 0.6% | - |
| HSV(B) | 12.96º | 0.58% | 0.85% | - |
| XYZ | 36.69 | 28.31 | 13.43 | - |
| YUV | 144.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 91 | 0 | 0.45 | 0.58 | 0.15 | 12.96 | 0.62 | 0.6 |
| Hex | D8 | 76 | 5B | 0 | 2D | 3A | F | D | 3E | 3C |
| Octal | 330 | 166 | 133 | 0 | 55 | 72 | 17 | 15 | 76 | 74 |
| Binary | 11011000 | 1110110 | 1011011 | 0 | 101101 | 111010 | 1111 | 1101 | 111110 | 111100 |
Color Harmonies of #D8765B
Complementary color
Monochromatic Colors of #D8765B
Black with #D8765B
Text Example
Text Example
White with #D8765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8765B; }
p { color: rgb(216,118,91); }
H1.HeaderClassName
{
color: #D8765B;
}
.AnyTagClassName
{
color: #D8765B;
}
</style>
background-color css
<style>
a { background-color: #D8765B; }
a { background-color: rgb(216,118,91); }
div.DivClassName
{
background-color: #D8765B;
}
.BgClassName
{
background-color: #D8765B;
}
</style>
border-color css
<style>
span { border-color: #D8765B; }
span { border-color: rgb(216,118,91); }
td.TdClassName
{
border-color: #D8765B;
}
.TagClassName
{
border-color: #D8765B;
}
</style>