Color Hex Logo

#daca2c Color Hex

#DACA2C
(218,202,44)
0 Favorites   0 Comments

Color spaces of #daca2c

RGB 21820244
HSL0.150.700.51
HSV54°80°85°
CMYK 0.000.070.80   0.15
XYZ50.488657.328310.7873
Yxy57.32830.42570.4834
Hunter Lab75.7155-13.474644.5537
CIE-Lab80.3639-10.423873.6008

#daca2c color RGB value is (218,202,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 00101100
Octal 332 312 54
Decimal 218 202 44
Hex DA CA 2C

RGB Percentages of Color #daca2c

%46.98
%43.53
%9.48

CMYK Percentages of Color #daca2c

%0
%7
%80
%15

Triadic Colors of #daca2c

#daca2c #2cdaca #ca2cda

Analogous Colors of #daca2c

#daca2c #93da2c #da732c

Monochromatic Colors of #daca2c

#daca2c

Complementary Color

#daca2c #2c3cda

#daca2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca2c Color CSS Codes

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

#daca2c Text Font Color

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

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


#daca2c Background Color

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

This div background color is #daca2c


#daca2c Border Color

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

This div border color is #daca2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca2c


Comments

No comments written yet.

Please login to write comment.