Shades of Japonica #D76D59
Tints of Japonica #D76D59
RGB
CMYK
RGB Variations
Color information
#D76D59 (or 0xD76D59) is known color: Japonica. HEX triplet: D7, 6D and 59. RGB value is (215,109,89). Sum of RGB (Red+Green+Blue) = 215+109+89=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D59 is #2892A6. Grayscale: #8A8A8A. Windows color (decimal): -2658983 or 5860823. OLE color: 5860823.
HSL color Cylindrical-coordinate representation of color #D76D59: hue angle of 9.52º 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 #D76D59 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 89 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.16 |
| HSL | 9.52º | 0.61% | 0.6% | - |
| HSV(B) | 9.52º | 0.59% | 0.84% | - |
| XYZ | 35.3 | 26.11 | 12.63 | - |
| YUV | 138.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 89 | 0 | 0.49 | 0.59 | 0.16 | 9.52 | 0.61 | 0.6 |
| Hex | D7 | 6D | 59 | 0 | 31 | 3B | 10 | A | 3D | 3C |
| Octal | 327 | 155 | 131 | 0 | 61 | 73 | 20 | 12 | 75 | 74 |
| Binary | 11010111 | 1101101 | 1011001 | 0 | 110001 | 111011 | 10000 | 1010 | 111101 | 111100 |
Color Harmonies of #D76D59
Complementary color
Monochromatic Colors of #D76D59
Black with #D76D59
Text Example
Text Example
White with #D76D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D59; }
p { color: rgb(215,109,89); }
H1.HeaderClassName
{
color: #D76D59;
}
.AnyTagClassName
{
color: #D76D59;
}
</style>
background-color css
<style>
a { background-color: #D76D59; }
a { background-color: rgb(215,109,89); }
div.DivClassName
{
background-color: #D76D59;
}
.BgClassName
{
background-color: #D76D59;
}
</style>
border-color css
<style>
span { border-color: #D76D59; }
span { border-color: rgb(215,109,89); }
td.TdClassName
{
border-color: #D76D59;
}
.TagClassName
{
border-color: #D76D59;
}
</style>