Color Hex Logo

#dccd9e Color Hex

#DCCD9E
(220,205,158)
0 Favorites   0 Comments

Color spaces of #dccd9e

RGB 220205158
HSL0.130.470.74
HSV45°28°86°
CMYK 0.000.070.28   0.14
XYZ57.518161.346941.1574
Yxy61.34690.35940.3834
Hunter Lab78.3243-5.984423.6716
CIE-Lab82.5649-1.928125.3314

#dccd9e color RGB value is (220,205,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 10011110
Octal 334 315 236
Decimal 220 205 158
Hex DC CD 9E

RGB Percentages of Color #dccd9e

%37.74
%35.16
%27.10

CMYK Percentages of Color #dccd9e

%0
%7
%28
%14

Triadic Colors of #dccd9e

#dccd9e #9edccd #cd9edc

Analogous Colors of #dccd9e

#dccd9e #ccdc9e #dcae9e

Monochromatic Colors of #dccd9e

#dccd9e

Complementary Color

#dccd9e #9eaddc

#dccd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd9e Color CSS Codes

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

#dccd9e Text Font Color

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

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


#dccd9e Background Color

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

This div background color is #dccd9e


#dccd9e Border Color

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

This div border color is #dccd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd9e


Comments

No comments written yet.

Please login to write comment.