Color Hex Logo

#dcb593 Color Hex

#DCB593
(220,181,147)
0 Favorites   0 Comments

Color spaces of #dcb593

RGB 220181147
HSL0.080.510.72
HSV28°33°86°
CMYK 0.000.180.33   0.14
XYZ51.305550.370034.6220
Yxy50.37000.37640.3696
Hunter Lab70.97184.836920.7570
CIE-Lab76.29589.283322.6219

#dcb593 color RGB value is (220,181,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 10010011
Octal 334 265 223
Decimal 220 181 147
Hex DC B5 93

RGB Percentages of Color #dcb593

%40.15
%33.03
%26.82

CMYK Percentages of Color #dcb593

%0
%18
%33
%14

Triadic Colors of #dcb593

#dcb593 #93dcb5 #b593dc

Analogous Colors of #dcb593

#dcb593 #dcda93 #dc9396

Monochromatic Colors of #dcb593

#dcb593

Complementary Color

#dcb593 #93badc

#dcb593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb593 Color CSS Codes

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

#dcb593 Text Font Color

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

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


#dcb593 Background Color

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

This div background color is #dcb593


#dcb593 Border Color

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

This div border color is #dcb593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb593


Comments

No comments written yet.

Please login to write comment.