#D16E5E

Color #D16E5E Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D16E5E

Tints of Japonica #D16E5E

Color information

#D16E5E (or 0xD16E5E) is unknown color: approx Japonica. HEX triplet: D1, 6E and 5E. RGB value is (209,110,94). Sum of RGB (Red+Green+Blue) = 209+110+94=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E5E is #2E91A1. Grayscale: #898989. Windows color (decimal): -3051938 or 6188753. OLE color: 6188753.

HSL color Cylindrical-coordinate representation of color #D16E5E: hue angle of 8.35º 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 #D16E5E is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20911094-
CMYK00.470.550.18
HSL8.35º55.56%59.41%-
HSV(B)8.35º55.02%81.96%-
XYZ33.8925.5213.73-
YUV137.78103.3178.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=50.61%
G=26.63%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091109400.470.550.188.3555.5659.41
HexD16E5E02F37128383b
Octal3211561360576722107073
Binary11010001110111010111100101111110111100101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E5E; }

 p { color: rgb(209,110,94); }

 H1.HeaderClassName
 {
   color: #D16E5E;
 }
 .AnyTagClassName
 {
   color: #D16E5E;
 }
</style>
background-color css

<style>
 a { background-color: #D16E5E; }

 a { background-color: rgb(209,110,94); }

 div.DivClassName
 {
   background-color: #D16E5E;
 }
 .BgClassName
 {
   background-color: #D16E5E;
 }
</style>
border-color css

<style>
 span { border-color: #D16E5E; }

 span { border-color: rgb(209,110,94); }

 td.TdClassName
 {
   border-color: #D16E5E;
 }
 .TagClassName
 {
   border-color: #D16E5E;
 }
</style>