Color Hex Logo

#dcc27e Color Hex

#DCC27E
(220,194,126)
0 Favorites   0 Comments

Color spaces of #dcc27e

RGB 220194126
HSL0.120.570.68
HSV43°43°86°
CMYK 0.000.120.43   0.14
XYZ52.572955.305627.6428
Yxy55.30560.38790.4081
Hunter Lab74.3677-3.956230.0191
CIE-Lab79.21700.017137.5273

#dcc27e color RGB value is (220,194,126).

#dcc27e hex color red value is 220, green value is 194 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcc27e hue: 0.12 , saturation: 0.57 and the lightness value of dcc27e is 0.68.

The process color (four color CMYK) of #dcc27e color hex is 0.00, 0.12, 0.43, 0.14. Web safe color of #dcc27e is #cccc66. Color #dcc27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01111110
Octal 334 302 176
Decimal 220 194 126
Hex DC C2 7E

RGB Percentages of Color #dcc27e

%40.74
%35.93
%23.33

CMYK Percentages of Color #dcc27e

%0
%12
%43
%14

Triadic Colors of #dcc27e

#dcc27e #7edcc2 #c27edc

Analogous Colors of #dcc27e

#dcc27e #c7dc7e #dc937e

Monochromatic Colors of #dcc27e

#dcc27e

Complementary Color

#dcc27e #7e98dc

#dcc27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc27e Color CSS Codes

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

#dcc27e Text Font Color

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

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


#dcc27e Background Color

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

This div background color is #dcc27e


#dcc27e Border Color

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

This div border color is #dcc27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc27e


Comments

No comments written yet.

Please login to write comment.