Color Hex Logo

#daca71 Color Hex

#DACA71
(218,202,113)
0 Favorites   0 Comments

Color spaces of #daca71

RGB 218202113
HSL0.140.590.65
HSV51°48°85°
CMYK 0.000.070.48   0.15
XYZ53.014658.338724.0891
Yxy58.33870.39140.4307
Hunter Lab76.3798-9.769234.7666
CIE-Lab80.9267-6.206346.1527

#daca71 color RGB value is (218,202,113).

#daca71 hex color red value is 218, green value is 202 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #daca71 hue: 0.14 , saturation: 0.59 and the lightness value of daca71 is 0.65.

The process color (four color CMYK) of #daca71 color hex is 0.00, 0.07, 0.48, 0.15. Web safe color of #daca71 is #cccc66. Color #daca71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 01110001
Octal 332 312 161
Decimal 218 202 113
Hex DA CA 71

RGB Percentages of Color #daca71

%40.90
%37.90
%21.20

CMYK Percentages of Color #daca71

%0
%7
%48
%15

Triadic Colors of #daca71

#daca71 #71daca #ca71da

Analogous Colors of #daca71

#daca71 #b6da71 #da9671

Monochromatic Colors of #daca71

#daca71

Complementary Color

#daca71 #7181da

#daca71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca71 Color CSS Codes

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

#daca71 Text Font Color

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

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


#daca71 Background Color

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

This div background color is #daca71


#daca71 Border Color

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

This div border color is #daca71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca71


Comments

No comments written yet.

Please login to write comment.