Color Hex Logo

#daca49 Color Hex

#DACA49
(218,202,73)
0 Favorites   0 Comments

Color spaces of #daca49

RGB 21820273
HSL0.150.660.57
HSV53°67°85°
CMYK 0.000.070.67   0.15
XYZ51.236657.627514.7261
Yxy57.62750.41460.4663
Hunter Lab75.9128-12.370541.6374
CIE-Lab80.5312-9.155263.7721

#daca49 color RGB value is (218,202,73).

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

The process color (four color CMYK) of #daca49 color hex is 0.00, 0.07, 0.67, 0.15. Web safe color of #daca49 is #cccc33. Color #daca49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 01001001
Octal 332 312 111
Decimal 218 202 73
Hex DA CA 49

RGB Percentages of Color #daca49

%44.22
%40.97
%14.81

CMYK Percentages of Color #daca49

%0
%7
%67
%15

Triadic Colors of #daca49

#daca49 #49daca #ca49da

Analogous Colors of #daca49

#daca49 #a2da49 #da8249

Monochromatic Colors of #daca49

#daca49

Complementary Color

#daca49 #4959da

#daca49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca49 Color CSS Codes

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

#daca49 Text Font Color

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

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


#daca49 Background Color

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

This div background color is #daca49


#daca49 Border Color

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

This div border color is #daca49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca49


Comments

No comments written yet.

Please login to write comment.