Color Hex Logo

#daab66 Color Hex

#DAAB66
(218,171,102)
0 Favorites   0 Comments

Color spaces of #daab66

RGB 218171102
HSL0.100.610.63
HSV36°53°85°
CMYK 0.000.220.53   0.15
XYZ45.874644.990618.8366
Yxy44.99060.41820.4101
Hunter Lab67.07504.700130.3022
CIE-Lab72.88579.078341.8104

#daab66 color RGB value is (218,171,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01100110
Octal 332 253 146
Decimal 218 171 102
Hex DA AB 66

RGB Percentages of Color #daab66

%44.40
%34.83
%20.77

CMYK Percentages of Color #daab66

%0
%22
%53
%15

Triadic Colors of #daab66

#daab66 #66daab #ab66da

Analogous Colors of #daab66

#daab66 #cfda66 #da7166

Monochromatic Colors of #daab66

#daab66

Complementary Color

#daab66 #6695da

#daab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab66 Color CSS Codes

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

#daab66 Text Font Color

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

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


#daab66 Background Color

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

This div background color is #daab66


#daab66 Border Color

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

This div border color is #daab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab66


Comments

No comments written yet.

Please login to write comment.