Color Hex Logo

#daa275 Color Hex

#DAA275
(218,162,117)
0 Favorites   0 Comments

Color spaces of #daa275

RGB 218162117
HSL0.070.580.66
HSV27°46°85°
CMYK 0.000.260.46   0.15
XYZ45.044742.030422.5682
Yxy42.03040.41080.3833
Hunter Lab64.830910.568424.7422
CIE-Lab70.891915.292931.4525

#daa275 color RGB value is (218,162,117).

#daa275 hex color red value is 218, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #daa275 hue: 0.07 , saturation: 0.58 and the lightness value of daa275 is 0.66.

The process color (four color CMYK) of #daa275 color hex is 0.00, 0.26, 0.46, 0.15. Web safe color of #daa275 is #cc9966. Color #daa275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 01110101
Octal 332 242 165
Decimal 218 162 117
Hex DA A2 75

RGB Percentages of Color #daa275

%43.86
%32.60
%23.54

CMYK Percentages of Color #daa275

%0
%26
%46
%15

Triadic Colors of #daa275

#daa275 #75daa2 #a275da

Analogous Colors of #daa275

#daa275 #dad575 #da757b

Monochromatic Colors of #daa275

#daa275

Complementary Color

#daa275 #75adda

#daa275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa275 Color CSS Codes

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

#daa275 Text Font Color

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

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


#daa275 Background Color

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

This div background color is #daa275


#daa275 Border Color

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

This div border color is #daa275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa275


Comments

No comments written yet.

Please login to write comment.