Color Hex Logo

#dbab7d Color Hex

#DBAB7D
(219,171,125)
0 Favorites   0 Comments

Color spaces of #dbab7d

RGB 219171125
HSL0.080.570.67
HSV29°43°86°
CMYK 0.000.220.43   0.14
XYZ47.478045.666625.7142
Yxy45.66660.39940.3842
Hunter Lab67.57717.149924.7431
CIE-Lab73.328711.686230.3915

#dbab7d color RGB value is (219,171,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01111101
Octal 333 253 175
Decimal 219 171 125
Hex DB AB 7D

RGB Percentages of Color #dbab7d

%42.52
%33.20
%24.27

CMYK Percentages of Color #dbab7d

%0
%22
%43
%14

Triadic Colors of #dbab7d

#dbab7d #7ddbab #ab7ddb

Analogous Colors of #dbab7d

#dbab7d #dbda7d #db7d7e

Monochromatic Colors of #dbab7d

#dbab7d

Complementary Color

#dbab7d #7daddb

#dbab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab7d Color CSS Codes

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

#dbab7d Text Font Color

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

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


#dbab7d Background Color

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

This div background color is #dbab7d


#dbab7d Border Color

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

This div border color is #dbab7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab7d


Comments

No comments written yet.

Please login to write comment.