Color Hex Logo

#dcb174 Color Hex

#DCB174
(220,177,116)
0 Favorites   0 Comments

Color spaces of #dcb174

RGB 220177116
HSL0.100.600.66
HSV35°47°86°
CMYK 0.000.200.47   0.14
XYZ48.389747.920923.2222
Yxy47.92090.40480.4009
Hunter Lab69.22493.631728.5680
CIE-Lab74.77507.975337.0151

#dcb174 color RGB value is (220,177,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 01110100
Octal 334 261 164
Decimal 220 177 116
Hex DC B1 74

RGB Percentages of Color #dcb174

%42.88
%34.50
%22.61

CMYK Percentages of Color #dcb174

%0
%20
%47
%14

Triadic Colors of #dcb174

#dcb174 #74dcb1 #b174dc

Analogous Colors of #dcb174

#dcb174 #d3dc74 #dc7d74

Monochromatic Colors of #dcb174

#dcb174

Complementary Color

#dcb174 #749fdc

#dcb174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb174 Color CSS Codes

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

#dcb174 Text Font Color

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

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


#dcb174 Background Color

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

This div background color is #dcb174


#dcb174 Border Color

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

This div border color is #dcb174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb174


Comments

No comments written yet.

Please login to write comment.