Color Hex Logo

#dbdaa4 Color Hex

#DBDAA4
(219,218,164)
0 Favorites   0 Comments

Color spaces of #dbdaa4

RGB 219218164
HSL0.160.430.75
HSV59°25°86°
CMYK 0.000.000.25   0.14
XYZ60.985767.883245.0104
Yxy67.88320.35070.3904
Hunter Lab82.3913-12.059725.2837
CIE-Lab85.9480-8.177026.7857

#dbdaa4 color RGB value is (219,218,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 10100100
Octal 333 332 244
Decimal 219 218 164
Hex DB DA A4

RGB Percentages of Color #dbdaa4

%36.44
%36.27
%27.29

CMYK Percentages of Color #dbdaa4

%0
%0
%25
%14

Triadic Colors of #dbdaa4

#dbdaa4 #a4dbda #daa4db

Analogous Colors of #dbdaa4

#dbdaa4 #c1dba4 #dbbfa4

Monochromatic Colors of #dbdaa4

#dbdaa4

Complementary Color

#dbdaa4 #a4a5db

#dbdaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaa4 Color CSS Codes

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

#dbdaa4 Text Font Color

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

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


#dbdaa4 Background Color

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

This div background color is #dbdaa4


#dbdaa4 Border Color

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

This div border color is #dbdaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaa4


Comments

No comments written yet.

Please login to write comment.