Color Hex Logo

#dcb171 Color Hex

#DCB171
(220,177,113)
0 Favorites   0 Comments

Color spaces of #dcb171

RGB 220177113
HSL0.100.600.65
HSV36°49°86°
CMYK 0.000.200.49   0.14
XYZ48.218047.852222.3178
Yxy47.85220.40730.4042
Hunter Lab69.17533.365029.2942
CIE-Lab74.73167.689638.5121

#dcb171 color RGB value is (220,177,113).

#dcb171 hex color red value is 220, green value is 177 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dcb171 hue: 0.10 , saturation: 0.60 and the lightness value of dcb171 is 0.65.

The process color (four color CMYK) of #dcb171 color hex is 0.00, 0.20, 0.49, 0.14. Web safe color of #dcb171 is #cc9966. Color #dcb171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01110001
Octal 334 261 161
Decimal 220 177 113
Hex DC B1 71

RGB Percentages of Color #dcb171

%43.14
%34.71
%22.16

CMYK Percentages of Color #dcb171

%0
%20
%49
%14

Triadic Colors of #dcb171

#dcb171 #71dcb1 #b171dc

Analogous Colors of #dcb171

#dcb171 #d2dc71 #dc7c71

Monochromatic Colors of #dcb171

#dcb171

Complementary Color

#dcb171 #719cdc

#dcb171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb171 Color CSS Codes

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

#dcb171 Text Font Color

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

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


#dcb171 Background Color

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

This div background color is #dcb171


#dcb171 Border Color

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

This div border color is #dcb171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb171


Comments

No comments written yet.

Please login to write comment.