Shades of Japonica #D96F51
Tints of Japonica #D96F51
RGB
CMYK
RGB Variations
Color information
#D96F51 (or 0xD96F51) is known color: Japonica. HEX triplet: D9, 6F and 51. RGB value is (217,111,81). Sum of RGB (Red+Green+Blue) = 217+111+81=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96F51 is #2690AE. Grayscale: #8B8B8B. Windows color (decimal): -2527407 or 5337049. OLE color: 5337049.
HSL color Cylindrical-coordinate representation of color #D96F51: hue angle of 13.24º 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 #D96F51 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 81 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.15 |
| HSL | 13.24º | 0.64% | 0.58% | - |
| HSV(B) | 13.24º | 0.63% | 0.85% | - |
| XYZ | 35.78 | 26.71 | 11.05 | - |
| YUV | 139.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 81 | 0 | 0.49 | 0.63 | 0.15 | 13.24 | 0.64 | 0.58 |
| Hex | D9 | 6F | 51 | 0 | 31 | 3F | F | D | 40 | 3A |
| Octal | 331 | 157 | 121 | 0 | 61 | 77 | 17 | 15 | 100 | 72 |
| Binary | 11011001 | 1101111 | 1010001 | 0 | 110001 | 111111 | 1111 | 1101 | 1000000 | 111010 |
Color Harmonies of #D96F51
Complementary color
Monochromatic Colors of #D96F51
Black with #D96F51
Text Example
Text Example
White with #D96F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F51; }
p { color: rgb(217,111,81); }
H1.HeaderClassName
{
color: #D96F51;
}
.AnyTagClassName
{
color: #D96F51;
}
</style>
background-color css
<style>
a { background-color: #D96F51; }
a { background-color: rgb(217,111,81); }
div.DivClassName
{
background-color: #D96F51;
}
.BgClassName
{
background-color: #D96F51;
}
</style>
border-color css
<style>
span { border-color: #D96F51; }
span { border-color: rgb(217,111,81); }
td.TdClassName
{
border-color: #D96F51;
}
.TagClassName
{
border-color: #D96F51;
}
</style>