Color Hex Logo

#daa953 Color Hex

#DAA953
(218,169,83)
0 Favorites   0 Comments

Color spaces of #daa953

RGB 21816983
HSL0.110.650.59
HSV38°62°85°
CMYK 0.000.220.62   0.15
XYZ44.662743.905914.3043
Yxy43.90590.43420.4268
Hunter Lab66.26154.357933.5838
CIE-Lab72.16568.697850.3382

#daa953 color RGB value is (218,169,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01010011
Octal 332 251 123
Decimal 218 169 83
Hex DA A9 53

RGB Percentages of Color #daa953

%46.38
%35.96
%17.66

CMYK Percentages of Color #daa953

%0
%22
%62
%15

Triadic Colors of #daa953

#daa953 #53daa9 #a953da

Analogous Colors of #daa953

#daa953 #c8da53 #da6653

Monochromatic Colors of #daa953

#daa953

Complementary Color

#daa953 #5384da

#daa953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa953 Color CSS Codes

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

#daa953 Text Font Color

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

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


#daa953 Background Color

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

This div background color is #daa953


#daa953 Border Color

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

This div border color is #daa953


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,169,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 #daa953">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa953


Comments

No comments written yet.

Please login to write comment.