Color Hex Logo

#daa27c Color Hex

#DAA27C
(218,162,124)
0 Favorites   0 Comments

Color spaces of #daa27c

RGB 218162124
HSL0.070.560.67
HSV24°43°85°
CMYK 0.000.260.43   0.15
XYZ45.471942.201324.8178
Yxy42.20130.40420.3752
Hunter Lab64.962511.260422.8231
CIE-Lab71.009516.014527.8464

#daa27c color RGB value is (218,162,124).

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

The process color (four color CMYK) of #daa27c color hex is 0.00, 0.26, 0.43, 0.15. Web safe color of #daa27c is #cc9966. Color #daa27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01111100
Octal 332 242 174
Decimal 218 162 124
Hex DA A2 7C

RGB Percentages of Color #daa27c

%43.25
%32.14
%24.60

CMYK Percentages of Color #daa27c

%0
%26
%43
%15

Triadic Colors of #daa27c

#daa27c #7cdaa2 #a27cda

Analogous Colors of #daa27c

#daa27c #dad17c #da7c85

Monochromatic Colors of #daa27c

#daa27c

Complementary Color

#daa27c #7cb4da

#daa27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa27c Color CSS Codes

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

#daa27c Text Font Color

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

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


#daa27c Background Color

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

This div background color is #daa27c


#daa27c Border Color

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

This div border color is #daa27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa27c


Comments

No comments written yet.

Please login to write comment.