Color Hex Logo

#daa680 Color Hex

#DAA680
(218,166,128)
0 Favorites   0 Comments

Color spaces of #daa680

RGB 218166128
HSL0.070.550.68
HSV25°41°85°
CMYK 0.000.240.41   0.15
XYZ46.445943.736426.4161
Yxy43.73640.39830.3751
Hunter Lab66.13359.627822.6109
CIE-Lab72.052014.293527.0755

#daa680 color RGB value is (218,166,128).

#daa680 hex color red value is 218, green value is 166 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #daa680 hue: 0.07 , saturation: 0.55 and the lightness value of daa680 is 0.68.

The process color (four color CMYK) of #daa680 color hex is 0.00, 0.24, 0.41, 0.15. Web safe color of #daa680 is #cc9999. Color #daa680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10000000
Octal 332 246 200
Decimal 218 166 128
Hex DA A6 80

RGB Percentages of Color #daa680

%42.58
%32.42
%25.00

CMYK Percentages of Color #daa680

%0
%24
%41
%15

Triadic Colors of #daa680

#daa680 #80daa6 #a680da

Analogous Colors of #daa680

#daa680 #dad380 #da8087

Monochromatic Colors of #daa680

#daa680

Complementary Color

#daa680 #80b4da

#daa680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa680 Color CSS Codes

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

#daa680 Text Font Color

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

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


#daa680 Background Color

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

This div background color is #daa680


#daa680 Border Color

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

This div border color is #daa680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa680


Comments

No comments written yet.

Please login to write comment.