Color Hex Logo

#dba99c Color Hex

#DBA99C
(219,169,156)
0 Favorites   0 Comments

Color spaces of #dba99c

RGB 219169156
HSL0.030.470.74
HSV12°29°86°
CMYK 0.000.230.29   0.14
XYZ49.402145.836337.6960
Yxy45.83630.37160.3448
Hunter Lab67.702511.770914.3797
CIE-Lab73.439216.498313.7706

#dba99c color RGB value is (219,169,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 10011100
Octal 333 251 234
Decimal 219 169 156
Hex DB A9 9C

RGB Percentages of Color #dba99c

%40.26
%31.07
%28.68

CMYK Percentages of Color #dba99c

%0
%23
%29
%14

Triadic Colors of #dba99c

#dba99c #9cdba9 #a99cdb

Analogous Colors of #dba99c

#dba99c #dbc99c #db9caf

Monochromatic Colors of #dba99c

#dba99c

Complementary Color

#dba99c #9ccedb

#dba99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba99c Color CSS Codes

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

#dba99c Text Font Color

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

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


#dba99c Background Color

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

This div background color is #dba99c


#dba99c Border Color

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

This div border color is #dba99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba99c


Comments

No comments written yet.

Please login to write comment.