Color Hex Logo

#daab47 Color Hex

#DAAB47
(218,171,71)
0 Favorites   0 Comments

Color spaces of #daab47

RGB 21817171
HSL0.110.670.57
HSV41°67°85°
CMYK 0.000.220.67   0.15
XYZ44.613744.486212.1965
Yxy44.48620.44040.4392
Hunter Lab66.69802.675735.8467
CIE-Lab72.55236.888756.2664

#daab47 color RGB value is (218,171,71).

#daab47 hex color red value is 218, green value is 171 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #daab47 hue: 0.11 , saturation: 0.67 and the lightness value of daab47 is 0.57.

The process color (four color CMYK) of #daab47 color hex is 0.00, 0.22, 0.67, 0.15. Web safe color of #daab47 is #cc9933. Color #daab47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01000111
Octal 332 253 107
Decimal 218 171 71
Hex DA AB 47

RGB Percentages of Color #daab47

%47.39
%37.17
%15.43

CMYK Percentages of Color #daab47

%0
%22
%67
%15

Triadic Colors of #daab47

#daab47 #47daab #ab47da

Analogous Colors of #daab47

#daab47 #c0da47 #da6247

Monochromatic Colors of #daab47

#daab47

Complementary Color

#daab47 #4776da

#daab47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab47 Color CSS Codes

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

#daab47 Text Font Color

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

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


#daab47 Background Color

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

This div background color is #daab47


#daab47 Border Color

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

This div border color is #daab47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab47


Comments

No comments written yet.

Please login to write comment.