Color Hex Logo

#dca27c Color Hex

#DCA27C
(220,162,124)
0 Favorites   0 Comments

Color spaces of #dca27c

RGB 220162124
HSL0.070.580.67
HSV24°44°86°
CMYK 0.000.260.44   0.14
XYZ46.073642.511524.8460
Yxy42.51150.40620.3748
Hunter Lab65.200812.034023.0470
CIE-Lab71.222216.815128.1668

#dca27c color RGB value is (220,162,124).

#dca27c hex color red value is 220, green value is 162 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dca27c hue: 0.07 , saturation: 0.58 and the lightness value of dca27c is 0.67.

The process color (four color CMYK) of #dca27c color hex is 0.00, 0.26, 0.44, 0.14. Web safe color of #dca27c is #cc9966. Color #dca27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01111100
Octal 334 242 174
Decimal 220 162 124
Hex DC A2 7C

RGB Percentages of Color #dca27c

%43.48
%32.02
%24.51

CMYK Percentages of Color #dca27c

%0
%26
%44
%14

Triadic Colors of #dca27c

#dca27c #7cdca2 #a27cdc

Analogous Colors of #dca27c

#dca27c #dcd27c #dc7c86

Monochromatic Colors of #dca27c

#dca27c

Complementary Color

#dca27c #7cb6dc

#dca27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca27c Color CSS Codes

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

#dca27c Text Font Color

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

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


#dca27c Background Color

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

This div background color is #dca27c


#dca27c Border Color

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

This div border color is #dca27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca27c


Comments

No comments written yet.

Please login to write comment.