Color Hex Logo

#dba89b Color Hex

#DBA89B
(219,168,155)
0 Favorites   0 Comments

Color spaces of #dba89b

RGB 219168155
HSL0.030.470.73
HSV12°29°86°
CMYK 0.000.230.29   0.14
XYZ49.132445.431937.1900
Yxy45.43190.37290.3448
Hunter Lab67.403212.158914.4687
CIE-Lab73.175416.902513.9469

#dba89b color RGB value is (219,168,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 10011011
Octal 333 250 233
Decimal 219 168 155
Hex DB A8 9B

RGB Percentages of Color #dba89b

%40.41
%31.00
%28.60

CMYK Percentages of Color #dba89b

%0
%23
%29
%14

Triadic Colors of #dba89b

#dba89b #9bdba8 #a89bdb

Analogous Colors of #dba89b

#dba89b #dbc89b #db9bae

Monochromatic Colors of #dba89b

#dba89b

Complementary Color

#dba89b #9bcedb

#dba89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba89b Color CSS Codes

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

#dba89b Text Font Color

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

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


#dba89b Background Color

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

This div background color is #dba89b


#dba89b Border Color

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

This div border color is #dba89b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,168,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 #dba89b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba89b


Comments

No comments written yet.

Please login to write comment.