Color Hex Logo

#dccdaa Color Hex

#DCCDAA
(220,205,170)
0 Favorites   0 Comments

Color spaces of #dccdaa

RGB 220205170
HSL0.120.420.76
HSV42°23°86°
CMYK 0.000.070.23   0.14
XYZ58.602261.780646.8664
Yxy61.78060.35040.3694
Hunter Lab78.6006-4.467019.6682
CIE-Lab82.7966-0.286419.3319

#dccdaa color RGB value is (220,205,170).

#dccdaa hex color red value is 220, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dccdaa hue: 0.12 , saturation: 0.42 and the lightness value of dccdaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 10101010
Octal 334 315 252
Decimal 220 205 170
Hex DC CD AA

RGB Percentages of Color #dccdaa

%36.97
%34.45
%28.57

CMYK Percentages of Color #dccdaa

%0
%7
%23
%14

Triadic Colors of #dccdaa

#dccdaa #aadccd #cdaadc

Analogous Colors of #dccdaa

#dccdaa #d2dcaa #dcb4aa

Monochromatic Colors of #dccdaa

#dccdaa

Complementary Color

#dccdaa #aab9dc

#dccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccdaa Color CSS Codes

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

#dccdaa Text Font Color

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

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


#dccdaa Background Color

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

This div background color is #dccdaa


#dccdaa Border Color

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

This div border color is #dccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccdaa


Comments

No comments written yet.

Please login to write comment.