Color Hex Logo

#dab571 Color Hex

#DAB571
(218,181,113)
0 Favorites   0 Comments

Color spaces of #dab571

RGB 218181113
HSL0.110.590.65
HSV39°48°85°
CMYK 0.000.170.48   0.15
XYZ48.418049.145422.5569
Yxy49.14540.40310.4091
Hunter Lab70.10380.601529.9952
CIE-Lab75.54174.748439.4892

#dab571 color RGB value is (218,181,113).

#dab571 hex color red value is 218, green value is 181 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dab571 hue: 0.11 , saturation: 0.59 and the lightness value of dab571 is 0.65.

The process color (four color CMYK) of #dab571 color hex is 0.00, 0.17, 0.48, 0.15. Web safe color of #dab571 is #cccc66. Color #dab571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01110001
Octal 332 265 161
Decimal 218 181 113
Hex DA B5 71

RGB Percentages of Color #dab571

%42.58
%35.35
%22.07

CMYK Percentages of Color #dab571

%0
%17
%48
%15

Triadic Colors of #dab571

#dab571 #71dab5 #b571da

Analogous Colors of #dab571

#dab571 #cbda71 #da8171

Monochromatic Colors of #dab571

#dab571

Complementary Color

#dab571 #7196da

#dab571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab571 Color CSS Codes

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

#dab571 Text Font Color

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

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


#dab571 Background Color

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

This div background color is #dab571


#dab571 Border Color

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

This div border color is #dab571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab571


Comments

No comments written yet.

Please login to write comment.