Color Hex Logo

#daa355 Color Hex

#DAA355
(218,163,85)
0 Favorites   0 Comments

Color spaces of #daa355

RGB 21816385
HSL0.100.640.59
HSV35°61°85°
CMYK 0.000.250.61   0.15
XYZ43.650341.755714.3534
Yxy41.75570.43760.4186
Hunter Lab64.61877.495232.0633
CIE-Lab70.702212.045947.6989

#daa355 color RGB value is (218,163,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01010101
Octal 332 243 125
Decimal 218 163 85
Hex DA A3 55

RGB Percentages of Color #daa355

%46.78
%34.98
%18.24

CMYK Percentages of Color #daa355

%0
%25
%61
%15

Triadic Colors of #daa355

#daa355 #55daa3 #a355da

Analogous Colors of #daa355

#daa355 #cfda55 #da6155

Monochromatic Colors of #daa355

#daa355

Complementary Color

#daa355 #558cda

#daa355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa355 Color CSS Codes

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

#daa355 Text Font Color

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

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


#daa355 Background Color

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

This div background color is #daa355


#daa355 Border Color

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

This div border color is #daa355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa355


Comments

No comments written yet.

Please login to write comment.