Shades of Japonica #D16F5E
Tints of Japonica #D16F5E
RGB
CMYK
RGB Variations
Color information
#D16F5E (or 0xD16F5E) is known color: Japonica. HEX triplet: D1, 6F and 5E. RGB value is (209,111,94). Sum of RGB (Red+Green+Blue) = 209+111+94=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F5E is #2E90A1. Grayscale: #8A8A8A. Windows color (decimal): -3051682 or 6189009. OLE color: 6189009.
HSL color Cylindrical-coordinate representation of color #D16F5E: hue angle of 8.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D16F5E is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 94 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.18 |
| HSL | 8.87º | 0.56% | 0.59% | - |
| HSV(B) | 8.87º | 0.55% | 0.82% | - |
| XYZ | 34 | 25.73 | 13.76 | - |
| YUV | 138.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 94 | 0 | 0.47 | 0.55 | 0.18 | 8.87 | 0.56 | 0.59 |
| Hex | D1 | 6F | 5E | 0 | 2F | 37 | 12 | 9 | 38 | 3B |
| Octal | 321 | 157 | 136 | 0 | 57 | 67 | 22 | 11 | 70 | 73 |
| Binary | 11010001 | 1101111 | 1011110 | 0 | 101111 | 110111 | 10010 | 1001 | 111000 | 111011 |
Color Harmonies of #D16F5E
Complementary color
Monochromatic Colors of #D16F5E
Black with #D16F5E
Text Example
Text Example
White with #D16F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F5E; }
p { color: rgb(209,111,94); }
H1.HeaderClassName
{
color: #D16F5E;
}
.AnyTagClassName
{
color: #D16F5E;
}
</style>
background-color css
<style>
a { background-color: #D16F5E; }
a { background-color: rgb(209,111,94); }
div.DivClassName
{
background-color: #D16F5E;
}
.BgClassName
{
background-color: #D16F5E;
}
</style>
border-color css
<style>
span { border-color: #D16F5E; }
span { border-color: rgb(209,111,94); }
td.TdClassName
{
border-color: #D16F5E;
}
.TagClassName
{
border-color: #D16F5E;
}
</style>