Color Hex Logo

#dcc78e Color Hex

#DCC78E
(220,199,142)
0 Favorites   0 Comments

Color spaces of #dcc78e

RGB 220199142
HSL0.120.530.71
HSV44°35°86°
CMYK 0.000.100.35   0.14
XYZ54.821158.015533.8999
Yxy58.01550.37360.3954
Hunter Lab76.1679-4.820226.9295
CIE-Lab80.7474-0.810531.2528

#dcc78e color RGB value is (220,199,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10001110
Octal 334 307 216
Decimal 220 199 142
Hex DC C7 8E

RGB Percentages of Color #dcc78e

%39.22
%35.47
%25.31

CMYK Percentages of Color #dcc78e

%0
%10
%35
%14

Triadic Colors of #dcc78e

#dcc78e #8edcc7 #c78edc

Analogous Colors of #dcc78e

#dcc78e #cadc8e #dca08e

Monochromatic Colors of #dcc78e

#dcc78e

Complementary Color

#dcc78e #8ea3dc

#dcc78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc78e Color CSS Codes

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

#dcc78e Text Font Color

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

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


#dcc78e Background Color

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

This div background color is #dcc78e


#dcc78e Border Color

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

This div border color is #dcc78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc78e


Comments

No comments written yet.

Please login to write comment.