Color Hex Logo

#dcc189 Color Hex

#DCC189
(220,193,137)
0 Favorites   0 Comments

Color spaces of #dcc189

RGB 220193137
HSL0.110.540.70
HSV40°38°86°
CMYK 0.000.120.38   0.14
XYZ53.100555.161731.5155
Yxy55.16170.37990.3946
Hunter Lab74.2709-2.354326.8310
CIE-Lab79.13431.741831.7273

#dcc189 color RGB value is (220,193,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10001001
Octal 334 301 211
Decimal 220 193 137
Hex DC C1 89

RGB Percentages of Color #dcc189

%40.00
%35.09
%24.91

CMYK Percentages of Color #dcc189

%0
%12
%38
%14

Triadic Colors of #dcc189

#dcc189 #89dcc1 #c189dc

Analogous Colors of #dcc189

#dcc189 #cedc89 #dc9889

Monochromatic Colors of #dcc189

#dcc189

Complementary Color

#dcc189 #89a4dc

#dcc189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc189 Color CSS Codes

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

#dcc189 Text Font Color

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

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


#dcc189 Background Color

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

This div background color is #dcc189


#dcc189 Border Color

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

This div border color is #dcc189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc189


Comments

No comments written yet.

Please login to write comment.