Color Hex Logo

#dbab77 Color Hex

#DBAB77
(219,171,119)
0 Favorites   0 Comments

Color spaces of #dbab77

RGB 219171119
HSL0.090.580.66
HSV31°46°86°
CMYK 0.000.220.46   0.14
XYZ47.106145.517823.7558
Yxy45.51780.40480.3911
Hunter Lab67.46696.563626.3502
CIE-Lab73.231511.066333.4456

#dbab77 color RGB value is (219,171,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01110111
Octal 333 253 167
Decimal 219 171 119
Hex DB AB 77

RGB Percentages of Color #dbab77

%43.03
%33.60
%23.38

CMYK Percentages of Color #dbab77

%0
%22
%46
%14

Triadic Colors of #dbab77

#dbab77 #77dbab #ab77db

Analogous Colors of #dbab77

#dbab77 #d9db77 #db7977

Monochromatic Colors of #dbab77

#dbab77

Complementary Color

#dbab77 #77a7db

#dbab77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab77 Color CSS Codes

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

#dbab77 Text Font Color

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

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


#dbab77 Background Color

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

This div background color is #dbab77


#dbab77 Border Color

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

This div border color is #dbab77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab77


Comments

No comments written yet.

Please login to write comment.