Color Hex Logo

#dbbdaa Color Hex

#DBBDAA
(219,189,170)
0 Favorites   0 Comments

Color spaces of #dbbdaa

RGB 219189170
HSL0.060.400.76
HSV23°22°86°
CMYK 0.000.140.22   0.14
XYZ54.666754.357545.6410
Yxy54.35750.35350.3515
Hunter Lab73.72753.329114.9058
CIE-Lab78.66977.753913.5444

#dbbdaa color RGB value is (219,189,170).

#dbbdaa hex color red value is 219, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dbbdaa hue: 0.06 , saturation: 0.40 and the lightness value of dbbdaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10101010
Octal 333 275 252
Decimal 219 189 170
Hex DB BD AA

RGB Percentages of Color #dbbdaa

%37.89
%32.70
%29.41

CMYK Percentages of Color #dbbdaa

%0
%14
%22
%14

Triadic Colors of #dbbdaa

#dbbdaa #aadbbd #bdaadb

Analogous Colors of #dbbdaa

#dbbdaa #dbd6aa #dbaab0

Monochromatic Colors of #dbbdaa

#dbbdaa

Complementary Color

#dbbdaa #aac8db

#dbbdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdaa Color CSS Codes

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

#dbbdaa Text Font Color

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

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


#dbbdaa Background Color

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

This div background color is #dbbdaa


#dbbdaa Border Color

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

This div border color is #dbbdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdaa


Comments

No comments written yet.

Please login to write comment.