Shades of Japonica #D96E51
Tints of Japonica #D96E51
RGB
CMYK
RGB Variations
Color information
#D96E51 (or 0xD96E51) is known color: Japonica. HEX triplet: D9, 6E and 51. RGB value is (217,110,81). Sum of RGB (Red+Green+Blue) = 217+110+81=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E51 is #2691AE. Grayscale: #8A8A8A. Windows color (decimal): -2527663 or 5336793. OLE color: 5336793.
HSL color Cylindrical-coordinate representation of color #D96E51: hue angle of 12.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D96E51 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 81 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.15 |
| HSL | 12.79º | 0.64% | 0.58% | - |
| HSV(B) | 12.79º | 0.63% | 0.85% | - |
| XYZ | 35.68 | 26.5 | 11.02 | - |
| YUV | 138.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 81 | 0 | 0.49 | 0.63 | 0.15 | 12.79 | 0.64 | 0.58 |
| Hex | D9 | 6E | 51 | 0 | 31 | 3F | F | D | 40 | 3A |
| Octal | 331 | 156 | 121 | 0 | 61 | 77 | 17 | 15 | 100 | 72 |
| Binary | 11011001 | 1101110 | 1010001 | 0 | 110001 | 111111 | 1111 | 1101 | 1000000 | 111010 |
Color Harmonies of #D96E51
Complementary color
Monochromatic Colors of #D96E51
Black with #D96E51
Text Example
Text Example
White with #D96E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E51; }
p { color: rgb(217,110,81); }
H1.HeaderClassName
{
color: #D96E51;
}
.AnyTagClassName
{
color: #D96E51;
}
</style>
background-color css
<style>
a { background-color: #D96E51; }
a { background-color: rgb(217,110,81); }
div.DivClassName
{
background-color: #D96E51;
}
.BgClassName
{
background-color: #D96E51;
}
</style>
border-color css
<style>
span { border-color: #D96E51; }
span { border-color: rgb(217,110,81); }
td.TdClassName
{
border-color: #D96E51;
}
.TagClassName
{
border-color: #D96E51;
}
</style>