Color Hex Logo

#daa067 Color Hex

#DAA067
(218,160,103)
0 Favorites   0 Comments

Color spaces of #daa067

RGB 218160103
HSL0.080.610.63
HSV30°53°85°
CMYK 0.000.270.53   0.15
XYZ43.932441.026318.4353
Yxy41.02630.42490.3968
Hunter Lab64.051810.340627.7715
CIE-Lab70.194315.064037.9672

#daa067 color RGB value is (218,160,103).

#daa067 hex color red value is 218, green value is 160 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daa067 hue: 0.08 , saturation: 0.61 and the lightness value of daa067 is 0.63.

The process color (four color CMYK) of #daa067 color hex is 0.00, 0.27, 0.53, 0.15. Web safe color of #daa067 is #cc9966. Color #daa067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01100111
Octal 332 240 147
Decimal 218 160 103
Hex DA A0 67

RGB Percentages of Color #daa067

%45.32
%33.26
%21.41

CMYK Percentages of Color #daa067

%0
%27
%53
%15

Triadic Colors of #daa067

#daa067 #67daa0 #a067da

Analogous Colors of #daa067

#daa067 #dada67 #da6768

Monochromatic Colors of #daa067

#daa067

Complementary Color

#daa067 #67a1da

#daa067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa067 Color CSS Codes

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

#daa067 Text Font Color

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

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


#daa067 Background Color

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

This div background color is #daa067


#daa067 Border Color

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

This div border color is #daa067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa067


Comments

No comments written yet.

Please login to write comment.