Shades of Japonica #D8775B
Tints of Japonica #D8775B
RGB
CMYK
RGB Variations
Color information
#D8775B (or 0xD8775B) is known color: Japonica. HEX triplet: D8, 77 and 5B. RGB value is (216,119,91). Sum of RGB (Red+Green+Blue) = 216+119+91=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8775B is #2788A4. Grayscale: #919191. Windows color (decimal): -2590885 or 5994456. OLE color: 5994456.
HSL color Cylindrical-coordinate representation of color #D8775B: hue angle of 13.44º 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 #D8775B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 91 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.15 |
| HSL | 13.44º | 0.62% | 0.6% | - |
| HSV(B) | 13.44º | 0.58% | 0.85% | - |
| XYZ | 36.8 | 28.55 | 13.47 | - |
| YUV | 144.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 91 | 0 | 0.45 | 0.58 | 0.15 | 13.44 | 0.62 | 0.6 |
| Hex | D8 | 77 | 5B | 0 | 2D | 3A | F | D | 3E | 3C |
| Octal | 330 | 167 | 133 | 0 | 55 | 72 | 17 | 15 | 76 | 74 |
| Binary | 11011000 | 1110111 | 1011011 | 0 | 101101 | 111010 | 1111 | 1101 | 111110 | 111100 |
Color Harmonies of #D8775B
Complementary color
Monochromatic Colors of #D8775B
Black with #D8775B
Text Example
Text Example
White with #D8775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8775B; }
p { color: rgb(216,119,91); }
H1.HeaderClassName
{
color: #D8775B;
}
.AnyTagClassName
{
color: #D8775B;
}
</style>
background-color css
<style>
a { background-color: #D8775B; }
a { background-color: rgb(216,119,91); }
div.DivClassName
{
background-color: #D8775B;
}
.BgClassName
{
background-color: #D8775B;
}
</style>
border-color css
<style>
span { border-color: #D8775B; }
span { border-color: rgb(216,119,91); }
td.TdClassName
{
border-color: #D8775B;
}
.TagClassName
{
border-color: #D8775B;
}
</style>