Color Hex Logo

#dcbbaa Color Hex

#DCBBAA
(220,187,170)
0 Favorites   0 Comments

Color spaces of #dcbbaa

RGB 220187170
HSL0.060.420.76
HSV20°23°86°
CMYK 0.000.150.23   0.14
XYZ54.541253.658645.5127
Yxy53.65860.35480.3491
Hunter Lab73.25204.714514.4386
CIE-Lab78.26229.191912.9822

#dcbbaa color RGB value is (220,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10101010
Octal 334 273 252
Decimal 220 187 170
Hex DC BB AA

RGB Percentages of Color #dcbbaa

%38.13
%32.41
%29.46

CMYK Percentages of Color #dcbbaa

%0
%15
%23
%14

Triadic Colors of #dcbbaa

#dcbbaa #aadcbb #bbaadc

Analogous Colors of #dcbbaa

#dcbbaa #dcd4aa #dcaab2

Monochromatic Colors of #dcbbaa

#dcbbaa

Complementary Color

#dcbbaa #aacbdc

#dcbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbaa Color CSS Codes

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

#dcbbaa Text Font Color

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

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


#dcbbaa Background Color

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

This div background color is #dcbbaa


#dcbbaa Border Color

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

This div border color is #dcbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbaa


Comments

No comments written yet.

Please login to write comment.