Color Hex Logo

#daa27f Color Hex

#DAA27F
(218,162,127)
0 Favorites   0 Comments

Color spaces of #daa27f

RGB 218162127
HSL0.060.550.68
HSV23°42°85°
CMYK 0.000.260.42   0.15
XYZ45.664542.278425.8324
Yxy42.27840.40140.3716
Hunter Lab65.021811.571421.9601
CIE-Lab71.062416.337526.2950

#daa27f color RGB value is (218,162,127).

#daa27f hex color red value is 218, green value is 162 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daa27f hue: 0.06 , saturation: 0.55 and the lightness value of daa27f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01111111
Octal 332 242 177
Decimal 218 162 127
Hex DA A2 7F

RGB Percentages of Color #daa27f

%43.00
%31.95
%25.05

CMYK Percentages of Color #daa27f

%0
%26
%42
%15

Triadic Colors of #daa27f

#daa27f #7fdaa2 #a27fda

Analogous Colors of #daa27f

#daa27f #dad07f #da7f8a

Monochromatic Colors of #daa27f

#daa27f

Complementary Color

#daa27f #7fb7da

#daa27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa27f Color CSS Codes

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

#daa27f Text Font Color

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

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


#daa27f Background Color

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

This div background color is #daa27f


#daa27f Border Color

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

This div border color is #daa27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa27f


Comments

No comments written yet.

Please login to write comment.