Shades of Japonica #D8785B
Tints of Japonica #D8785B
RGB
CMYK
RGB Variations
Color information
#D8785B (or 0xD8785B) is known color: Japonica. HEX triplet: D8, 78 and 5B. RGB value is (216,120,91). Sum of RGB (Red+Green+Blue) = 216+120+91=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8785B is #2787A4. Grayscale: #919191. Windows color (decimal): -2590629 or 5994712. OLE color: 5994712.
HSL color Cylindrical-coordinate representation of color #D8785B: hue angle of 13.92º 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 #D8785B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 91 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.15 |
| HSL | 13.92º | 0.62% | 0.6% | - |
| HSV(B) | 13.92º | 0.58% | 0.85% | - |
| XYZ | 36.92 | 28.79 | 13.51 | - |
| YUV | 145.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 91 | 0 | 0.44 | 0.58 | 0.15 | 13.92 | 0.62 | 0.6 |
| Hex | D8 | 78 | 5B | 0 | 2C | 3A | F | E | 3E | 3C |
| Octal | 330 | 170 | 133 | 0 | 54 | 72 | 17 | 16 | 76 | 74 |
| Binary | 11011000 | 1111000 | 1011011 | 0 | 101100 | 111010 | 1111 | 1110 | 111110 | 111100 |
Color Harmonies of #D8785B
Complementary color
Monochromatic Colors of #D8785B
Black with #D8785B
Text Example
Text Example
White with #D8785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8785B; }
p { color: rgb(216,120,91); }
H1.HeaderClassName
{
color: #D8785B;
}
.AnyTagClassName
{
color: #D8785B;
}
</style>
background-color css
<style>
a { background-color: #D8785B; }
a { background-color: rgb(216,120,91); }
div.DivClassName
{
background-color: #D8785B;
}
.BgClassName
{
background-color: #D8785B;
}
</style>
border-color css
<style>
span { border-color: #D8785B; }
span { border-color: rgb(216,120,91); }
td.TdClassName
{
border-color: #D8785B;
}
.TagClassName
{
border-color: #D8785B;
}
</style>