Color Hex Logo

#dcb19e Color Hex

#DCB19E
(220,177,158)
0 Favorites   0 Comments

Color spaces of #dcb19e

RGB 220177158
HSL0.050.470.74
HSV18°28°86°
CMYK 0.000.200.28   0.14
XYZ51.408949.128539.1210
Yxy49.12850.36810.3518
Hunter Lab70.09178.260615.9721
CIE-Lab75.531212.852315.6298

#dcb19e color RGB value is (220,177,158).

#dcb19e hex color red value is 220, green value is 177 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dcb19e hue: 0.05 , saturation: 0.47 and the lightness value of dcb19e is 0.74.

The process color (four color CMYK) of #dcb19e color hex is 0.00, 0.20, 0.28, 0.14. Web safe color of #dcb19e is #cc9999. Color #dcb19e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 10011110
Octal 334 261 236
Decimal 220 177 158
Hex DC B1 9E

RGB Percentages of Color #dcb19e

%39.64
%31.89
%28.47

CMYK Percentages of Color #dcb19e

%0
%20
%28
%14

Triadic Colors of #dcb19e

#dcb19e #9edcb1 #b19edc

Analogous Colors of #dcb19e

#dcb19e #dcd09e #dc9eaa

Monochromatic Colors of #dcb19e

#dcb19e

Complementary Color

#dcb19e #9ec9dc

#dcb19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb19e Color CSS Codes

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

#dcb19e Text Font Color

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

This sample text font color is #dcb19e
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.


#dcb19e Background Color

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

This div background color is #dcb19e


#dcb19e Border Color

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

This div border color is #dcb19e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,177,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb19e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb19e;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb19e;
  box-shadow:         1px 1px 3px 2px #dcb19e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,177,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb19e


Comments

No comments written yet.

Please login to write comment.