Color Hex Logo

#dcb394 Color Hex

#DCB394
(220,179,148)
0 Favorites   0 Comments

Color spaces of #dcb394

RGB 220179148
HSL0.070.510.72
HSV26°33°86°
CMYK 0.000.190.33   0.14
XYZ50.980649.594034.9026
Yxy49.59400.37630.3661
Hunter Lab70.42305.979419.9112
CIE-Lab75.819410.475721.4327

#dcb394 color RGB value is (220,179,148).

#dcb394 hex color red value is 220, green value is 179 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dcb394 hue: 0.07 , saturation: 0.51 and the lightness value of dcb394 is 0.72.

The process color (four color CMYK) of #dcb394 color hex is 0.00, 0.19, 0.33, 0.14. Web safe color of #dcb394 is #cccc99. Color #dcb394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 10010100
Octal 334 263 224
Decimal 220 179 148
Hex DC B3 94

RGB Percentages of Color #dcb394

%40.22
%32.72
%27.06

CMYK Percentages of Color #dcb394

%0
%19
%33
%14

Triadic Colors of #dcb394

#dcb394 #94dcb3 #b394dc

Analogous Colors of #dcb394

#dcb394 #dcd794 #dc9499

Monochromatic Colors of #dcb394

#dcb394

Complementary Color

#dcb394 #94bddc

#dcb394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb394 Color CSS Codes

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

#dcb394 Text Font Color

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

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


#dcb394 Background Color

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

This div background color is #dcb394


#dcb394 Border Color

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

This div border color is #dcb394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb394

#dcb394 Color Palettes


Comments

No comments written yet.

Please login to write comment.