Color Hex Logo

#dcda9d Color Hex

#DCDA9D
(220,218,157)
0 Favorites   0 Comments

Color spaces of #dcda9d

RGB 220218157
HSL0.160.470.74
HSV58°29°86°
CMYK 0.000.010.29   0.14
XYZ60.672467.792841.7858
Yxy67.79280.35640.3982
Hunter Lab82.3364-12.554827.5457
CIE-Lab85.9027-8.721630.3540

#dcda9d color RGB value is (220,218,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10011101
Octal 334 332 235
Decimal 220 218 157
Hex DC DA 9D

RGB Percentages of Color #dcda9d

%36.97
%36.64
%26.39

CMYK Percentages of Color #dcda9d

%0
%1
%29
%14

Triadic Colors of #dcda9d

#dcda9d #9ddcda #da9ddc

Analogous Colors of #dcda9d

#dcda9d #bfdc9d #dcbb9d

Monochromatic Colors of #dcda9d

#dcda9d

Complementary Color

#dcda9d #9d9fdc

#dcda9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda9d Color CSS Codes

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

#dcda9d Text Font Color

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

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


#dcda9d Background Color

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

This div background color is #dcda9d


#dcda9d Border Color

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

This div border color is #dcda9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda9d


Comments

No comments written yet.

Please login to write comment.