Color Hex Logo

#dcb7aa Color Hex

#DCB7AA
(220,183,170)
0 Favorites   0 Comments

Color spaces of #dcb7aa

RGB 220183170
HSL0.040.420.76
HSV16°23°86°
CMYK 0.000.170.23   0.14
XYZ53.704451.984945.2338
Yxy51.98490.35580.3444
Hunter Lab72.10066.780513.2736
CIE-Lab77.271811.325111.5806

#dcb7aa color RGB value is (220,183,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10101010
Octal 334 267 252
Decimal 220 183 170
Hex DC B7 AA

RGB Percentages of Color #dcb7aa

%38.39
%31.94
%29.67

CMYK Percentages of Color #dcb7aa

%0
%17
%23
%14

Triadic Colors of #dcb7aa

#dcb7aa #aadcb7 #b7aadc

Analogous Colors of #dcb7aa

#dcb7aa #dcd0aa #dcaab6

Monochromatic Colors of #dcb7aa

#dcb7aa

Complementary Color

#dcb7aa #aacfdc

#dcb7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7aa Color CSS Codes

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

#dcb7aa Text Font Color

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

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


#dcb7aa Background Color

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

This div background color is #dcb7aa


#dcb7aa Border Color

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

This div border color is #dcb7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7aa


Comments

No comments written yet.

Please login to write comment.