Color Hex Logo

#dcc18e Color Hex

#DCC18E
(220,193,142)
0 Favorites   0 Comments

Color spaces of #dcc18e

RGB 220193142
HSL0.110.530.71
HSV39°35°86°
CMYK 0.000.120.35   0.14
XYZ53.467655.308633.4488
Yxy55.30860.37590.3889
Hunter Lab74.3698-1.815825.3923
CIE-Lab79.21872.324929.2210

#dcc18e color RGB value is (220,193,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10001110
Octal 334 301 216
Decimal 220 193 142
Hex DC C1 8E

RGB Percentages of Color #dcc18e

%39.64
%34.77
%25.59

CMYK Percentages of Color #dcc18e

%0
%12
%35
%14

Triadic Colors of #dcc18e

#dcc18e #8edcc1 #c18edc

Analogous Colors of #dcc18e

#dcc18e #d0dc8e #dc9a8e

Monochromatic Colors of #dcc18e

#dcc18e

Complementary Color

#dcc18e #8ea9dc

#dcc18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc18e Color CSS Codes

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

#dcc18e Text Font Color

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

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


#dcc18e Background Color

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

This div background color is #dcc18e


#dcc18e Border Color

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

This div border color is #dcc18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc18e


Comments

No comments written yet.

Please login to write comment.