Color Hex Logo

#dbab7a Color Hex

#DBAB7A
(219,171,122)
0 Favorites   0 Comments

Color spaces of #dbab7a

RGB 219171122
HSL0.080.570.67
HSV30°44°86°
CMYK 0.000.220.44   0.14
XYZ47.289245.591024.7199
Yxy45.59100.40210.3877
Hunter Lab67.52116.852625.5583
CIE-Lab73.279411.372231.9208

#dbab7a color RGB value is (219,171,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01111010
Octal 333 253 172
Decimal 219 171 122
Hex DB AB 7A

RGB Percentages of Color #dbab7a

%42.77
%33.40
%23.83

CMYK Percentages of Color #dbab7a

%0
%22
%44
%14

Triadic Colors of #dbab7a

#dbab7a #7adbab #ab7adb

Analogous Colors of #dbab7a

#dbab7a #dbdb7a #db7b7a

Monochromatic Colors of #dbab7a

#dbab7a

Complementary Color

#dbab7a #7aaadb

#dbab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab7a Color CSS Codes

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

#dbab7a Text Font Color

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

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


#dbab7a Background Color

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

This div background color is #dbab7a


#dbab7a Border Color

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

This div border color is #dbab7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab7a


Comments

No comments written yet.

Please login to write comment.