Color Hex Logo

#dcdaa3 Color Hex

#DCDAA3
(220,218,163)
0 Favorites   0 Comments

Color spaces of #dcdaa3

RGB 220218163
HSL0.160.450.75
HSV58°26°86°
CMYK 0.000.010.26   0.14
XYZ61.197568.002844.5507
Yxy68.00280.35220.3914
Hunter Lab82.4638-11.844425.6935
CIE-Lab86.0078-7.936327.3978

#dcdaa3 color RGB value is (220,218,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10100011
Octal 334 332 243
Decimal 220 218 163
Hex DC DA A3

RGB Percentages of Color #dcdaa3

%36.61
%36.27
%27.12

CMYK Percentages of Color #dcdaa3

%0
%1
%26
%14

Triadic Colors of #dcdaa3

#dcdaa3 #a3dcda #daa3dc

Analogous Colors of #dcdaa3

#dcdaa3 #c2dca3 #dcbea3

Monochromatic Colors of #dcdaa3

#dcdaa3

Complementary Color

#dcdaa3 #a3a5dc

#dcdaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaa3 Color CSS Codes

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

#dcdaa3 Text Font Color

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

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


#dcdaa3 Background Color

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

This div background color is #dcdaa3


#dcdaa3 Border Color

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

This div border color is #dcdaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaa3


Comments

No comments written yet.

Please login to write comment.