Color Hex Logo

#d16d5f Color Hex

#D16D5F
(209,109,95)
0 Favorites   0 Comments

Color spaces of #d16d5f

RGB 20910995
HSL0.020.550.60
HSV55°82°
CMYK 0.000.480.55   0.18
XYZ33.828725.318813.9305
Yxy25.31880.46290.3465
Hunter Lab50.317831.949618.8080
CIE-Lab57.384738.025525.7474

#d16d5f color RGB value is (209,109,95).

#d16d5f hex color red value is 209, green value is 109 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d16d5f hue: 0.02 , saturation: 0.55 and the lightness value of d16d5f is 0.60.

The process color (four color CMYK) of #d16d5f color hex is 0.00, 0.48, 0.55, 0.18. Web safe color of #d16d5f is #cc6666. Color #d16d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 01011111
Octal 321 155 137
Decimal 209 109 95
Hex D1 6D 5F

RGB Percentages of Color #d16d5f

%50.61
%26.39
%23.00

CMYK Percentages of Color #d16d5f

%0
%48
%55
%18

Triadic Colors of #d16d5f

#d16d5f #5fd16d #6d5fd1

Analogous Colors of #d16d5f

#d16d5f #d1a65f #d15f8a

Monochromatic Colors of #d16d5f

#d16d5f

Complementary Color

#d16d5f #5fc3d1

#d16d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16d5f Color CSS Codes

.mybgcolor {background-color:#d16d5f; } 
.myforecolor {color:#d16d5f; }
.mybordercolor {border:3px solid #d16d5f; }

#d16d5f Text Font Color

<p style="color:#d16d5f">Text here</p>

This sample text font color is #d16d5f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d16d5f Background Color

<div style="background-color:#d16d5f">
Div content here</div>

This div background color is #d16d5f


#d16d5f Border Color

<div style="border:3px solid #d16d5f">
Div here</div>

This div border color is #d16d5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,109,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d16d5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d16d5f;
  -webkit-box-shadow: 1px 1px 3px 2px #d16d5f;
  box-shadow:         1px 1px 3px 2px #d16d5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,109,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d16d5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d16d5f;
  -webkit-box-shadow: 1px 1px 3px 2px #d16d5f;
  box-shadow:         1px 1px 3px 2px #d16d5f;">
Div content here</div>

This div box has shadow with color #d16d5f


Comments

No comments written yet.

Please login to write comment.