Color Hex Logo

#dcc191 Color Hex

#DCC191
(220,193,145)
0 Favorites   0 Comments

Color spaces of #dcc191

RGB 220193145
HSL0.110.520.72
HSV38°34°86°
CMYK 0.000.120.34   0.14
XYZ53.696055.399934.6512
Yxy55.39990.37350.3854
Hunter Lab74.4311-1.481224.4995
CIE-Lab79.27112.686127.7133

#dcc191 color RGB value is (220,193,145).

#dcc191 hex color red value is 220, green value is 193 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dcc191 hue: 0.11 , saturation: 0.52 and the lightness value of dcc191 is 0.72.

The process color (four color CMYK) of #dcc191 color hex is 0.00, 0.12, 0.34, 0.14. Web safe color of #dcc191 is #cccc99. Color #dcc191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10010001
Octal 334 301 221
Decimal 220 193 145
Hex DC C1 91

RGB Percentages of Color #dcc191

%39.43
%34.59
%25.99

CMYK Percentages of Color #dcc191

%0
%12
%34
%14

Triadic Colors of #dcc191

#dcc191 #91dcc1 #c191dc

Analogous Colors of #dcc191

#dcc191 #d2dc91 #dc9c91

Monochromatic Colors of #dcc191

#dcc191

Complementary Color

#dcc191 #91acdc

#dcc191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc191 Color CSS Codes

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

#dcc191 Text Font Color

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

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


#dcc191 Background Color

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

This div background color is #dcc191


#dcc191 Border Color

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

This div border color is #dcc191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc191


Comments

No comments written yet.

Please login to write comment.