Color Hex Logo

#dacd7a Color Hex

#DACD7A
(218,205,122)
0 Favorites   0 Comments

Color spaces of #dacd7a

RGB 218205122
HSL0.140.560.67
HSV52°44°85°
CMYK 0.000.060.44   0.15
XYZ54.257659.973227.1287
Yxy59.97320.38380.4243
Hunter Lab77.4424-10.463633.4399
CIE-Lab81.8236-6.880342.8115

#dacd7a color RGB value is (218,205,122).

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

The process color (four color CMYK) of #dacd7a color hex is 0.00, 0.06, 0.44, 0.15. Web safe color of #dacd7a is #cccc66. Color #dacd7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01111010
Octal 332 315 172
Decimal 218 205 122
Hex DA CD 7A

RGB Percentages of Color #dacd7a

%40.00
%37.61
%22.39

CMYK Percentages of Color #dacd7a

%0
%6
%44
%15

Triadic Colors of #dacd7a

#dacd7a #7adacd #cd7ada

Analogous Colors of #dacd7a

#dacd7a #b7da7a #da9d7a

Monochromatic Colors of #dacd7a

#dacd7a

Complementary Color

#dacd7a #7a87da

#dacd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd7a Color CSS Codes

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

#dacd7a Text Font Color

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

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


#dacd7a Background Color

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

This div background color is #dacd7a


#dacd7a Border Color

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

This div border color is #dacd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd7a


Comments

No comments written yet.

Please login to write comment.