Color Hex Logo

#dcbcaa Color Hex

#DCBCAA
(220,188,170)
0 Favorites   0 Comments

Color spaces of #dcbcaa

RGB 220188170
HSL0.060.420.76
HSV22°23°86°
CMYK 0.000.150.23   0.14
XYZ54.754154.084445.5837
Yxy54.08440.35460.3502
Hunter Lab73.54214.199514.7297
CIE-Lab78.51098.659913.3332

#dcbcaa color RGB value is (220,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 10101010
Octal 334 274 252
Decimal 220 188 170
Hex DC BC AA

RGB Percentages of Color #dcbcaa

%38.06
%32.53
%29.41

CMYK Percentages of Color #dcbcaa

%0
%15
%23
%14

Triadic Colors of #dcbcaa

#dcbcaa #aadcbc #bcaadc

Analogous Colors of #dcbcaa

#dcbcaa #dcd5aa #dcaab1

Monochromatic Colors of #dcbcaa

#dcbcaa

Complementary Color

#dcbcaa #aacadc

#dcbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcaa Color CSS Codes

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

#dcbcaa Text Font Color

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

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


#dcbcaa Background Color

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

This div background color is #dcbcaa


#dcbcaa Border Color

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

This div border color is #dcbcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,188,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 #dcbcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcaa


Comments

No comments written yet.

Please login to write comment.