Color Hex Logo

#dcb2aa Color Hex

#DCB2AA
(220,178,170)
0 Favorites   0 Comments

Color spaces of #dcb2aa

RGB 220178170
HSL0.030.420.76
HSV10°23°86°
CMYK 0.000.190.23   0.14
XYZ52.691349.958744.8961
Yxy49.95870.35710.3386
Hunter Lab70.68159.374811.8167
CIE-Lab76.043914.00209.8359

#dcb2aa color RGB value is (220,178,170).

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

The process color (four color CMYK) of #dcb2aa color hex is 0.00, 0.19, 0.23, 0.14. Web safe color of #dcb2aa is #cc9999. Color #dcb2aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 10101010
Octal 334 262 252
Decimal 220 178 170
Hex DC B2 AA

RGB Percentages of Color #dcb2aa

%38.73
%31.34
%29.93

CMYK Percentages of Color #dcb2aa

%0
%19
%23
%14

Triadic Colors of #dcb2aa

#dcb2aa #aadcb2 #b2aadc

Analogous Colors of #dcb2aa

#dcb2aa #dccbaa #dcaabb

Monochromatic Colors of #dcb2aa

#dcb2aa

Complementary Color

#dcb2aa #aad4dc

#dcb2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb2aa Color CSS Codes

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

#dcb2aa Text Font Color

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

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


#dcb2aa Background Color

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

This div background color is #dcb2aa


#dcb2aa Border Color

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

This div border color is #dcb2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb2aa


Comments

No comments written yet.

Please login to write comment.