Color Hex Logo

#dbab7c Color Hex

#DBAB7C
(219,171,124)
0 Favorites   0 Comments

Color spaces of #dbab7c

RGB 219171124
HSL0.080.570.67
HSV30°43°86°
CMYK 0.000.220.43   0.14
XYZ47.414445.641125.3794
Yxy45.64110.40030.3854
Hunter Lab67.55827.049925.0174
CIE-Lab73.312011.580630.9017

#dbab7c color RGB value is (219,171,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01111100
Octal 333 253 174
Decimal 219 171 124
Hex DB AB 7C

RGB Percentages of Color #dbab7c

%42.61
%33.27
%24.12

CMYK Percentages of Color #dbab7c

%0
%22
%43
%14

Triadic Colors of #dbab7c

#dbab7c #7cdbab #ab7cdb

Analogous Colors of #dbab7c

#dbab7c #dbdb7c #db7c7d

Monochromatic Colors of #dbab7c

#dbab7c

Complementary Color

#dbab7c #7cacdb

#dbab7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab7c Color CSS Codes

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

#dbab7c Text Font Color

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

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


#dbab7c Background Color

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

This div background color is #dbab7c


#dbab7c Border Color

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

This div border color is #dbab7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab7c


Comments

No comments written yet.

Please login to write comment.