Color Hex Logo

#daa87d Color Hex

#DAA87D
(218,168,125)
0 Favorites   0 Comments

Color spaces of #daa87d

RGB 218168125
HSL0.080.560.67
HSV28°43°85°
CMYK 0.000.230.43   0.15
XYZ46.617744.391425.5134
Yxy44.39140.40010.3810
Hunter Lab66.62698.296423.9349
CIE-Lab72.489312.893229.2670

#daa87d color RGB value is (218,168,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01111101
Octal 332 250 175
Decimal 218 168 125
Hex DA A8 7D

RGB Percentages of Color #daa87d

%42.66
%32.88
%24.46

CMYK Percentages of Color #daa87d

%0
%23
%43
%15

Triadic Colors of #daa87d

#daa87d #7ddaa8 #a87dda

Analogous Colors of #daa87d

#daa87d #dad77d #da7d81

Monochromatic Colors of #daa87d

#daa87d

Complementary Color

#daa87d #7dafda

#daa87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa87d Color CSS Codes

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

#daa87d Text Font Color

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

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


#daa87d Background Color

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

This div background color is #daa87d


#daa87d Border Color

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

This div border color is #daa87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa87d


Comments

No comments written yet.

Please login to write comment.