Color Hex Logo

#daca5f Color Hex

#DACA5F
(218,202,95)
0 Favorites   0 Comments

Color spaces of #daca5f

RGB 21820295
HSL0.140.620.61
HSV52°56°85°
CMYK 0.000.070.56   0.15
XYZ52.099557.972719.2704
Yxy57.97270.40280.4482
Hunter Lab76.1398-11.104138.2920
CIE-Lab80.7236-7.712754.4751

#daca5f color RGB value is (218,202,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 01011111
Octal 332 312 137
Decimal 218 202 95
Hex DA CA 5F

RGB Percentages of Color #daca5f

%42.33
%39.22
%18.45

CMYK Percentages of Color #daca5f

%0
%7
%56
%15

Triadic Colors of #daca5f

#daca5f #5fdaca #ca5fda

Analogous Colors of #daca5f

#daca5f #adda5f #da8d5f

Monochromatic Colors of #daca5f

#daca5f

Complementary Color

#daca5f #5f6fda

#daca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca5f Color CSS Codes

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

#daca5f Text Font Color

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

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


#daca5f Background Color

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

This div background color is #daca5f


#daca5f Border Color

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

This div border color is #daca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca5f


Comments

No comments written yet.

Please login to write comment.