#D16E5B

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

Shades of Japonica #D16E5B

Tints of Japonica #D16E5B

Color information

#D16E5B (or 0xD16E5B) is unknown color: approx Japonica. HEX triplet: D1, 6E and 5B. RGB value is (209,110,91). Sum of RGB (Red+Green+Blue) = 209+110+91=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E5B is #2E91A4. Grayscale: #898989. Windows color (decimal): -3051941 or 5992145. OLE color: 5992145.

HSL color Cylindrical-coordinate representation of color #D16E5B: hue angle of 9.66º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16E5B is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20911091-
CMYK00.470.560.18
HSL9.66º56.19%58.82%-
HSV(B)9.66º56.46%81.96%-
XYZ33.7625.4613.03-
YUV137.44101.8179.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=50.98%
G=26.83%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091109100.470.560.189.6656.1958.82
HexD16E5B02F3812a383b
Octal3211561330577022127073
Binary11010001110111010110110101111111000100101010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E5B; }

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

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

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

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

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

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

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

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