Shades of Japonica #D16F54
Tints of Japonica #D16F54
RGB
CMYK
RGB Variations
Color information
#D16F54 (or 0xD16F54) is known color: Japonica. HEX triplet: D1, 6F and 54. RGB value is (209,111,84). Sum of RGB (Red+Green+Blue) = 209+111+84=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F54 is #2E90AB. Grayscale: #898989. Windows color (decimal): -3051692 or 5533649. OLE color: 5533649.
HSL color Cylindrical-coordinate representation of color #D16F54: hue angle of 12.96º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D16F54 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 84 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.18 |
| HSL | 12.96º | 0.58% | 0.57% | - |
| HSV(B) | 12.96º | 0.6% | 0.82% | - |
| XYZ | 33.58 | 25.56 | 11.55 | - |
| YUV | 137.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 84 | 0 | 0.47 | 0.60 | 0.18 | 12.96 | 0.58 | 0.57 |
| Hex | D1 | 6F | 54 | 0 | 2F | 3C | 12 | D | 3A | 39 |
| Octal | 321 | 157 | 124 | 0 | 57 | 74 | 22 | 15 | 72 | 71 |
| Binary | 11010001 | 1101111 | 1010100 | 0 | 101111 | 111100 | 10010 | 1101 | 111010 | 111001 |
Color Harmonies of #D16F54
Complementary color
Monochromatic Colors of #D16F54
Black with #D16F54
Text Example
Text Example
White with #D16F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F54; }
p { color: rgb(209,111,84); }
H1.HeaderClassName
{
color: #D16F54;
}
.AnyTagClassName
{
color: #D16F54;
}
</style>
background-color css
<style>
a { background-color: #D16F54; }
a { background-color: rgb(209,111,84); }
div.DivClassName
{
background-color: #D16F54;
}
.BgClassName
{
background-color: #D16F54;
}
</style>
border-color css
<style>
span { border-color: #D16F54; }
span { border-color: rgb(209,111,84); }
td.TdClassName
{
border-color: #D16F54;
}
.TagClassName
{
border-color: #D16F54;
}
</style>