Color Hex Logo

#daba71 Color Hex

#DABA71
(218,186,113)
0 Favorites   0 Comments

Color spaces of #daba71

RGB 218186113
HSL0.120.590.65
HSV42°48°85°
CMYK 0.000.150.48   0.15
XYZ49.453051.215522.9019
Yxy51.21550.40020.4145
Hunter Lab71.5650-1.891331.1218
CIE-Lab76.80942.109641.0745

#daba71 color RGB value is (218,186,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01110001
Octal 332 272 161
Decimal 218 186 113
Hex DA BA 71

RGB Percentages of Color #daba71

%42.17
%35.98
%21.86

CMYK Percentages of Color #daba71

%0
%15
%48
%15

Triadic Colors of #daba71

#daba71 #71daba #ba71da

Analogous Colors of #daba71

#daba71 #c6da71 #da8671

Monochromatic Colors of #daba71

#daba71

Complementary Color

#daba71 #7191da

#daba71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba71 Color CSS Codes

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

#daba71 Text Font Color

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

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


#daba71 Background Color

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

This div background color is #daba71


#daba71 Border Color

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

This div border color is #daba71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,186,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 #daba71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba71


Comments

No comments written yet.

Please login to write comment.