Color Hex Logo

#dbdaa9 Color Hex

#DBDAA9
(219,218,169)
0 Favorites   0 Comments

Color spaces of #dbdaa9

RGB 219218169
HSL0.160.410.76
HSV59°23°86°
CMYK 0.000.000.23   0.14
XYZ61.446368.067447.4359
Yxy68.06740.34730.3847
Hunter Lab82.5030-11.437523.6627
CIE-Lab86.0401-7.491124.3150

#dbdaa9 color RGB value is (219,218,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10101001
Octal 333 332 251
Decimal 219 218 169
Hex DB DA A9

RGB Percentages of Color #dbdaa9

%36.14
%35.97
%27.89

CMYK Percentages of Color #dbdaa9

%0
%0
%23
%14

Triadic Colors of #dbdaa9

#dbdaa9 #a9dbda #daa9db

Analogous Colors of #dbdaa9

#dbdaa9 #c3dba9 #dbc1a9

Monochromatic Colors of #dbdaa9

#dbdaa9

Complementary Color

#dbdaa9 #a9aadb

#dbdaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaa9 Color CSS Codes

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

#dbdaa9 Text Font Color

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

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


#dbdaa9 Background Color

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

This div background color is #dbdaa9


#dbdaa9 Border Color

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

This div border color is #dbdaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaa9


Comments

No comments written yet.

Please login to write comment.