Color Hex Logo

#dcc183 Color Hex

#DCC183
(220,193,131)
0 Favorites   0 Comments

Color spaces of #dcc183

RGB 220193131
HSL0.120.560.69
HSV42°40°86°
CMYK 0.000.120.40   0.14
XYZ52.681954.994329.3110
Yxy54.99430.38460.4015
Hunter Lab74.1581-2.970528.4763
CIE-Lab79.03801.072134.7208

#dcc183 color RGB value is (220,193,131).

#dcc183 hex color red value is 220, green value is 193 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dcc183 hue: 0.12 , saturation: 0.56 and the lightness value of dcc183 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10000011
Octal 334 301 203
Decimal 220 193 131
Hex DC C1 83

RGB Percentages of Color #dcc183

%40.44
%35.48
%24.08

CMYK Percentages of Color #dcc183

%0
%12
%40
%14

Triadic Colors of #dcc183

#dcc183 #83dcc1 #c183dc

Analogous Colors of #dcc183

#dcc183 #cbdc83 #dc9583

Monochromatic Colors of #dcc183

#dcc183

Complementary Color

#dcc183 #839edc

#dcc183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc183 Color CSS Codes

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

#dcc183 Text Font Color

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

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


#dcc183 Background Color

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

This div background color is #dcc183


#dcc183 Border Color

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

This div border color is #dcc183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc183


Comments

No comments written yet.

Please login to write comment.