Color Hex Logo

#dcdaad Color Hex

#DCDAAD
(220,218,173)
0 Favorites   0 Comments

Color spaces of #dcdaad

RGB 220218173
HSL0.160.400.77
HSV57°21°86°
CMYK 0.000.010.21   0.14
XYZ62.129468.375649.4584
Yxy68.37560.34520.3799
Hunter Lab82.6895-10.589422.4200
CIE-Lab86.1939-6.557822.4553

#dcdaad color RGB value is (220,218,173).

#dcdaad hex color red value is 220, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dcdaad hue: 0.16 , saturation: 0.40 and the lightness value of dcdaad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10101101
Octal 334 332 255
Decimal 220 218 173
Hex DC DA AD

RGB Percentages of Color #dcdaad

%36.01
%35.68
%28.31

CMYK Percentages of Color #dcdaad

%0
%1
%21
%14

Triadic Colors of #dcdaad

#dcdaad #addcda #daaddc

Analogous Colors of #dcdaad

#dcdaad #c7dcad #dcc3ad

Monochromatic Colors of #dcdaad

#dcdaad

Complementary Color

#dcdaad #adafdc

#dcdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaad Color CSS Codes

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

#dcdaad Text Font Color

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

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


#dcdaad Background Color

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

This div background color is #dcdaad


#dcdaad Border Color

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

This div border color is #dcdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaad


Comments

No comments written yet.

Please login to write comment.