Color Hex Logo

#daa66b Color Hex

#DAA66B
(218,166,107)
0 Favorites   0 Comments

Color spaces of #daa66b

RGB 218166107
HSL0.090.600.64
HSV32°51°85°
CMYK 0.000.240.51   0.15
XYZ45.203543.239419.8735
Yxy43.23940.41730.3992
Hunter Lab65.75677.633128.1106
CIE-Lab71.717212.193237.7873

#daa66b color RGB value is (218,166,107).

#daa66b hex color red value is 218, green value is 166 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #daa66b hue: 0.09 , saturation: 0.60 and the lightness value of daa66b is 0.64.

The process color (four color CMYK) of #daa66b color hex is 0.00, 0.24, 0.51, 0.15. Web safe color of #daa66b is #cc9966. Color #daa66b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 01101011
Octal 332 246 153
Decimal 218 166 107
Hex DA A6 6B

RGB Percentages of Color #daa66b

%44.40
%33.81
%21.79

CMYK Percentages of Color #daa66b

%0
%24
%51
%15

Triadic Colors of #daa66b

#daa66b #6bdaa6 #a66bda

Analogous Colors of #daa66b

#daa66b #d7da6b #da6f6b

Monochromatic Colors of #daa66b

#daa66b

Complementary Color

#daa66b #6b9fda

#daa66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa66b Color CSS Codes

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

#daa66b Text Font Color

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

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


#daa66b Background Color

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

This div background color is #daa66b


#daa66b Border Color

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

This div border color is #daa66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa66b


Comments

No comments written yet.

Please login to write comment.