Color Hex Logo

#dab079 Color Hex

#DAB079
(218,176,121)
0 Favorites   0 Comments

Color spaces of #dab079

RGB 218176121
HSL0.090.570.66
HSV34°44°85°
CMYK 0.000.190.44   0.15
XYZ47.890047.336624.7020
Yxy47.33660.39930.3947
Hunter Lab68.80163.843826.8741
CIE-Lab74.40468.193033.8903

#dab079 color RGB value is (218,176,121).

#dab079 hex color red value is 218, green value is 176 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dab079 hue: 0.09 , saturation: 0.57 and the lightness value of dab079 is 0.66.

The process color (four color CMYK) of #dab079 color hex is 0.00, 0.19, 0.44, 0.15. Web safe color of #dab079 is #cc9966. Color #dab079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01111001
Octal 332 260 171
Decimal 218 176 121
Hex DA B0 79

RGB Percentages of Color #dab079

%42.33
%34.17
%23.50

CMYK Percentages of Color #dab079

%0
%19
%44
%15

Triadic Colors of #dab079

#dab079 #79dab0 #b079da

Analogous Colors of #dab079

#dab079 #d4da79 #da8079

Monochromatic Colors of #dab079

#dab079

Complementary Color

#dab079 #79a3da

#dab079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab079 Color CSS Codes

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

#dab079 Text Font Color

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

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


#dab079 Background Color

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

This div background color is #dab079


#dab079 Border Color

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

This div border color is #dab079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab079


Comments

No comments written yet.

Please login to write comment.