Shades of Japonica #D76E51
Tints of Japonica #D76E51
RGB
CMYK
RGB Variations
Color information
#D76E51 (or 0xD76E51) is known color: Japonica. HEX triplet: D7, 6E and 51. RGB value is (215,110,81). Sum of RGB (Red+Green+Blue) = 215+110+81=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E51 is #2891AE. Grayscale: #8A8A8A. Windows color (decimal): -2658735 or 5336791. OLE color: 5336791.
HSL color Cylindrical-coordinate representation of color #D76E51: hue angle of 12.99º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D76E51 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 81 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.16 |
| HSL | 12.99º | 0.63% | 0.58% | - |
| HSV(B) | 12.99º | 0.62% | 0.84% | - |
| XYZ | 35.09 | 26.19 | 10.99 | - |
| YUV | 138.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 81 | 0 | 0.49 | 0.62 | 0.16 | 12.99 | 0.63 | 0.58 |
| Hex | D7 | 6E | 51 | 0 | 31 | 3E | 10 | D | 3F | 3A |
| Octal | 327 | 156 | 121 | 0 | 61 | 76 | 20 | 15 | 77 | 72 |
| Binary | 11010111 | 1101110 | 1010001 | 0 | 110001 | 111110 | 10000 | 1101 | 111111 | 111010 |
Color Harmonies of #D76E51
Complementary color
Monochromatic Colors of #D76E51
Black with #D76E51
Text Example
Text Example
White with #D76E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E51; }
p { color: rgb(215,110,81); }
H1.HeaderClassName
{
color: #D76E51;
}
.AnyTagClassName
{
color: #D76E51;
}
</style>
background-color css
<style>
a { background-color: #D76E51; }
a { background-color: rgb(215,110,81); }
div.DivClassName
{
background-color: #D76E51;
}
.BgClassName
{
background-color: #D76E51;
}
</style>
border-color css
<style>
span { border-color: #D76E51; }
span { border-color: rgb(215,110,81); }
td.TdClassName
{
border-color: #D76E51;
}
.TagClassName
{
border-color: #D76E51;
}
</style>