Color Hex Logo

#dbac9b Color Hex

#DBAC9B
(219,172,155)
0 Favorites   0 Comments

Color spaces of #dbac9b

RGB 219172155
HSL0.040.470.73
HSV16°29°86°
CMYK 0.000.210.29   0.14
XYZ49.882346.931737.4400
Yxy46.93170.37160.3496
Hunter Lab68.506710.085815.5518
CIE-Lab74.146114.749715.3080

#dbac9b color RGB value is (219,172,155).

#dbac9b hex color red value is 219, green value is 172 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dbac9b hue: 0.04 , saturation: 0.47 and the lightness value of dbac9b is 0.73.

The process color (four color CMYK) of #dbac9b color hex is 0.00, 0.21, 0.29, 0.14. Web safe color of #dbac9b is #cc9999. Color #dbac9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10011011
Octal 333 254 233
Decimal 219 172 155
Hex DB AC 9B

RGB Percentages of Color #dbac9b

%40.11
%31.50
%28.39

CMYK Percentages of Color #dbac9b

%0
%21
%29
%14

Triadic Colors of #dbac9b

#dbac9b #9bdbac #ac9bdb

Analogous Colors of #dbac9b

#dbac9b #dbcc9b #db9baa

Monochromatic Colors of #dbac9b

#dbac9b

Complementary Color

#dbac9b #9bcadb

#dbac9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac9b Color CSS Codes

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

#dbac9b Text Font Color

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

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


#dbac9b Background Color

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

This div background color is #dbac9b


#dbac9b Border Color

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

This div border color is #dbac9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac9b


Comments

No comments written yet.

Please login to write comment.