Color Hex Logo

#dcb794 Color Hex

#DCB794
(220,183,148)
0 Favorites   0 Comments

Color spaces of #dcb794

RGB 220183148
HSL0.080.510.72
HSV29°33°86°
CMYK 0.000.170.33   0.14
XYZ51.794051.220735.1737
Yxy51.22070.37480.3707
Hunter Lab71.56863.934820.9589
CIE-Lab76.81258.344222.7915

#dcb794 color RGB value is (220,183,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10010100
Octal 334 267 224
Decimal 220 183 148
Hex DC B7 94

RGB Percentages of Color #dcb794

%39.93
%33.21
%26.86

CMYK Percentages of Color #dcb794

%0
%17
%33
%14

Triadic Colors of #dcb794

#dcb794 #94dcb7 #b794dc

Analogous Colors of #dcb794

#dcb794 #dcdb94 #dc9495

Monochromatic Colors of #dcb794

#dcb794

Complementary Color

#dcb794 #94b9dc

#dcb794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb794 Color CSS Codes

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

#dcb794 Text Font Color

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

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


#dcb794 Background Color

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

This div background color is #dcb794


#dcb794 Border Color

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

This div border color is #dcb794


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,183,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 #dcb794">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb794


Comments

No comments written yet.

Please login to write comment.