Color Hex Logo

#dbd9aa Color Hex

#DBD9AA
(219,217,170)
0 Favorites   0 Comments

Color spaces of #dbd9aa

RGB 219217170
HSL0.160.400.76
HSV58°22°86°
CMYK 0.000.010.22   0.14
XYZ61.282067.588147.8461
Yxy67.58810.34680.3825
Hunter Lab82.2120-10.814523.0425
CIE-Lab85.8001-6.842023.4654

#dbd9aa color RGB value is (219,217,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10101010
Octal 333 331 252
Decimal 219 217 170
Hex DB D9 AA

RGB Percentages of Color #dbd9aa

%36.14
%35.81
%28.05

CMYK Percentages of Color #dbd9aa

%0
%1
%22
%14

Triadic Colors of #dbd9aa

#dbd9aa #aadbd9 #d9aadb

Analogous Colors of #dbd9aa

#dbd9aa #c5dbaa #dbc1aa

Monochromatic Colors of #dbd9aa

#dbd9aa

Complementary Color

#dbd9aa #aaacdb

#dbd9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd9aa Color CSS Codes

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

#dbd9aa Text Font Color

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

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


#dbd9aa Background Color

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

This div background color is #dbd9aa


#dbd9aa Border Color

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

This div border color is #dbd9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd9aa


Comments

No comments written yet.

Please login to write comment.