Shades of Japonica #D16854
Tints of Japonica #D16854
RGB
CMYK
RGB Variations
Color information
#D16854 (or 0xD16854) is known color: Japonica. HEX triplet: D1, 68 and 54. RGB value is (209,104,84). Sum of RGB (Red+Green+Blue) = 209+104+84=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D16854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16854 is #2E97AB. Grayscale: #858585. Windows color (decimal): -3053484 or 5531857. OLE color: 5531857.
HSL color Cylindrical-coordinate representation of color #D16854: hue angle of 9.6º 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 #D16854 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 84 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 9.6º | 0.58% | 0.57% | - |
| HSV(B) | 9.6º | 0.6% | 0.82% | - |
| XYZ | 32.85 | 24.1 | 11.31 | - |
| YUV | 133.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 84 | 0 | 0.50 | 0.60 | 0.18 | 9.6 | 0.58 | 0.57 |
| Hex | D1 | 68 | 54 | 0 | 32 | 3C | 12 | A | 3A | 39 |
| Octal | 321 | 150 | 124 | 0 | 62 | 74 | 22 | 12 | 72 | 71 |
| Binary | 11010001 | 1101000 | 1010100 | 0 | 110010 | 111100 | 10010 | 1010 | 111010 | 111001 |
Color Harmonies of #D16854
Complementary color
Monochromatic Colors of #D16854
Black with #D16854
Text Example
Text Example
White with #D16854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16854; }
p { color: rgb(209,104,84); }
H1.HeaderClassName
{
color: #D16854;
}
.AnyTagClassName
{
color: #D16854;
}
</style>
background-color css
<style>
a { background-color: #D16854; }
a { background-color: rgb(209,104,84); }
div.DivClassName
{
background-color: #D16854;
}
.BgClassName
{
background-color: #D16854;
}
</style>
border-color css
<style>
span { border-color: #D16854; }
span { border-color: rgb(209,104,84); }
td.TdClassName
{
border-color: #D16854;
}
.TagClassName
{
border-color: #D16854;
}
</style>