Color Hex Logo

#daac53 Color Hex

#DAAC53
(218,172,83)
0 Favorites   0 Comments

Color spaces of #daac53

RGB 21817283
HSL0.110.650.59
HSV40°62°85°
CMYK 0.000.210.62   0.15
XYZ45.227345.035014.4925
Yxy45.03500.43170.4299
Hunter Lab67.10812.860334.1716
CIE-Lab72.91497.098951.1863

#daac53 color RGB value is (218,172,83).

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

The process color (four color CMYK) of #daac53 color hex is 0.00, 0.21, 0.62, 0.15. Web safe color of #daac53 is #cc9966. Color #daac53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 01010011
Octal 332 254 123
Decimal 218 172 83
Hex DA AC 53

RGB Percentages of Color #daac53

%46.09
%36.36
%17.55

CMYK Percentages of Color #daac53

%0
%21
%62
%15

Triadic Colors of #daac53

#daac53 #53daac #ac53da

Analogous Colors of #daac53

#daac53 #c5da53 #da6953

Monochromatic Colors of #daac53

#daac53

Complementary Color

#daac53 #5381da

#daac53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daac53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daac53 Color CSS Codes

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

#daac53 Text Font Color

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

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


#daac53 Background Color

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

This div background color is #daac53


#daac53 Border Color

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

This div border color is #daac53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daac53


Comments

No comments written yet.

Please login to write comment.