Color Hex Logo

#daca5a Color Hex

#DACA5A
(218,202,90)
0 Favorites   0 Comments

Color spaces of #daca5a

RGB 21820290
HSL0.150.630.60
HSV53°59°85°
CMYK 0.000.070.59   0.15
XYZ51.879457.884718.1114
Yxy57.88470.40570.4527
Hunter Lab76.0820-11.426539.1433
CIE-Lab80.6746-8.078656.6885

#daca5a color RGB value is (218,202,90).

#daca5a hex color red value is 218, green value is 202 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #daca5a hue: 0.15 , saturation: 0.63 and the lightness value of daca5a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 01011010
Octal 332 312 132
Decimal 218 202 90
Hex DA CA 5A

RGB Percentages of Color #daca5a

%42.75
%39.61
%17.65

CMYK Percentages of Color #daca5a

%0
%7
%59
%15

Triadic Colors of #daca5a

#daca5a #5adaca #ca5ada

Analogous Colors of #daca5a

#daca5a #aada5a #da8a5a

Monochromatic Colors of #daca5a

#daca5a

Complementary Color

#daca5a #5a6ada

#daca5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca5a Color CSS Codes

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

#daca5a Text Font Color

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

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


#daca5a Background Color

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

This div background color is #daca5a


#daca5a Border Color

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

This div border color is #daca5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca5a

#daca5a Color Palettes


Comments

No comments written yet.

Please login to write comment.