Shades of Japonica #D77159
Tints of Japonica #D77159
RGB
CMYK
RGB Variations
Color information
#D77159 (or 0xD77159) is known color: Japonica. HEX triplet: D7, 71 and 59. RGB value is (215,113,89). Sum of RGB (Red+Green+Blue) = 215+113+89=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D77159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77159 is #288EA6. Grayscale: #8C8C8C. Windows color (decimal): -2657959 or 5861847. OLE color: 5861847.
HSL color Cylindrical-coordinate representation of color #D77159: hue angle of 11.43º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D77159 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 89 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.16 |
| HSL | 11.43º | 0.61% | 0.6% | - |
| HSV(B) | 11.43º | 0.59% | 0.84% | - |
| XYZ | 35.73 | 26.98 | 12.78 | - |
| YUV | 140.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 89 | 0 | 0.47 | 0.59 | 0.16 | 11.43 | 0.61 | 0.6 |
| Hex | D7 | 71 | 59 | 0 | 2F | 3B | 10 | B | 3D | 3C |
| Octal | 327 | 161 | 131 | 0 | 57 | 73 | 20 | 13 | 75 | 74 |
| Binary | 11010111 | 1110001 | 1011001 | 0 | 101111 | 111011 | 10000 | 1011 | 111101 | 111100 |
Color Harmonies of #D77159
Complementary color
Monochromatic Colors of #D77159
Black with #D77159
Text Example
Text Example
White with #D77159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77159; }
p { color: rgb(215,113,89); }
H1.HeaderClassName
{
color: #D77159;
}
.AnyTagClassName
{
color: #D77159;
}
</style>
background-color css
<style>
a { background-color: #D77159; }
a { background-color: rgb(215,113,89); }
div.DivClassName
{
background-color: #D77159;
}
.BgClassName
{
background-color: #D77159;
}
</style>
border-color css
<style>
span { border-color: #D77159; }
span { border-color: rgb(215,113,89); }
td.TdClassName
{
border-color: #D77159;
}
.TagClassName
{
border-color: #D77159;
}
</style>