Color Hex Logo

#dbab79 Color Hex

#DBAB79
(219,171,121)
0 Favorites   0 Comments

Color spaces of #dbab79

RGB 219171121
HSL0.090.580.67
HSV31°45°86°
CMYK 0.000.220.45   0.14
XYZ47.227545.566424.3952
Yxy45.56640.40300.3888
Hunter Lab67.50296.755125.8249
CIE-Lab73.263311.269132.4297

#dbab79 color RGB value is (219,171,121).

#dbab79 hex color red value is 219, green value is 171 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dbab79 hue: 0.09 , saturation: 0.58 and the lightness value of dbab79 is 0.67.

The process color (four color CMYK) of #dbab79 color hex is 0.00, 0.22, 0.45, 0.14. Web safe color of #dbab79 is #cc9966. Color #dbab79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01111001
Octal 333 253 171
Decimal 219 171 121
Hex DB AB 79

RGB Percentages of Color #dbab79

%42.86
%33.46
%23.68

CMYK Percentages of Color #dbab79

%0
%22
%45
%14

Triadic Colors of #dbab79

#dbab79 #79dbab #ab79db

Analogous Colors of #dbab79

#dbab79 #dadb79 #db7a79

Monochromatic Colors of #dbab79

#dbab79

Complementary Color

#dbab79 #79a9db

#dbab79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab79 Color CSS Codes

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

#dbab79 Text Font Color

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

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


#dbab79 Background Color

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

This div background color is #dbab79


#dbab79 Border Color

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

This div border color is #dbab79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab79


Comments

No comments written yet.

Please login to write comment.