Color Hex Logo

#dbdaa6 Color Hex

#DBDAA6
(219,218,166)
0 Favorites   0 Comments

Color spaces of #dbdaa6

RGB 219218166
HSL0.160.420.75
HSV59°24°86°
CMYK 0.000.000.24   0.14
XYZ61.167867.956145.9693
Yxy67.95610.34930.3881
Hunter Lab82.4355-11.813724.6424
CIE-Lab85.9845-7.905525.7980

#dbdaa6 color RGB value is (219,218,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10100110
Octal 333 332 246
Decimal 219 218 166
Hex DB DA A6

RGB Percentages of Color #dbdaa6

%36.32
%36.15
%27.53

CMYK Percentages of Color #dbdaa6

%0
%0
%24
%14

Triadic Colors of #dbdaa6

#dbdaa6 #a6dbda #daa6db

Analogous Colors of #dbdaa6

#dbdaa6 #c2dba6 #dbc0a6

Monochromatic Colors of #dbdaa6

#dbdaa6

Complementary Color

#dbdaa6 #a6a7db

#dbdaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaa6 Color CSS Codes

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

#dbdaa6 Text Font Color

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

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


#dbdaa6 Background Color

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

This div background color is #dbdaa6


#dbdaa6 Border Color

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

This div border color is #dbdaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaa6


Comments

No comments written yet.

Please login to write comment.