Color Hex Logo

#daa353 Color Hex

#DAA353
(218,163,83)
0 Favorites   0 Comments

Color spaces of #daa353

RGB 21816383
HSL0.100.650.59
HSV36°62°85°
CMYK 0.000.250.62   0.15
XYZ43.572041.724313.9407
Yxy41.72430.43910.4205
Hunter Lab64.59437.366732.4201
CIE-Lab70.680411.908848.6465

#daa353 color RGB value is (218,163,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01010011
Octal 332 243 123
Decimal 218 163 83
Hex DA A3 53

RGB Percentages of Color #daa353

%46.98
%35.13
%17.89

CMYK Percentages of Color #daa353

%0
%25
%62
%15

Triadic Colors of #daa353

#daa353 #53daa3 #a353da

Analogous Colors of #daa353

#daa353 #ceda53 #da6053

Monochromatic Colors of #daa353

#daa353

Complementary Color

#daa353 #538ada

#daa353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa353 Color CSS Codes

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

#daa353 Text Font Color

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

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


#daa353 Background Color

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

This div background color is #daa353


#daa353 Border Color

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

This div border color is #daa353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa353


Comments

No comments written yet.

Please login to write comment.