Color Hex Logo

#dbab5f Color Hex

#DBAB5F
(219,171,95)
0 Favorites   0 Comments

Color spaces of #dbab5f

RGB 21917195
HSL0.100.630.62
HSV37°57°86°
CMYK 0.000.220.57   0.14
XYZ45.841945.012117.0986
Yxy45.01210.42460.4170
Hunter Lab67.09114.555931.8533
CIE-Lab72.89998.924145.3735

#dbab5f color RGB value is (219,171,95).

#dbab5f hex color red value is 219, green value is 171 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbab5f hue: 0.10 , saturation: 0.63 and the lightness value of dbab5f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01011111
Octal 333 253 137
Decimal 219 171 95
Hex DB AB 5F

RGB Percentages of Color #dbab5f

%45.15
%35.26
%19.59

CMYK Percentages of Color #dbab5f

%0
%22
%57
%14

Triadic Colors of #dbab5f

#dbab5f #5fdbab #ab5fdb

Analogous Colors of #dbab5f

#dbab5f #cddb5f #db6d5f

Monochromatic Colors of #dbab5f

#dbab5f

Complementary Color

#dbab5f #5f8fdb

#dbab5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab5f Color CSS Codes

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

#dbab5f Text Font Color

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

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


#dbab5f Background Color

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

This div background color is #dbab5f


#dbab5f Border Color

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

This div border color is #dbab5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab5f


Comments

No comments written yet.

Please login to write comment.