Color Hex Logo

#dcc3aa Color Hex

#DCC3AA
(220,195,170)
0 Favorites   0 Comments

Color spaces of #dcc3aa

RGB 220195170
HSL0.080.420.76
HSV30°23°86°
CMYK 0.000.110.23   0.14
XYZ56.286057.148146.0943
Yxy57.14810.35280.3582
Hunter Lab75.59640.610316.7658
CIE-Lab80.26284.952915.7972

#dcc3aa color RGB value is (220,195,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10101010
Octal 334 303 252
Decimal 220 195 170
Hex DC C3 AA

RGB Percentages of Color #dcc3aa

%37.61
%33.33
%29.06

CMYK Percentages of Color #dcc3aa

%0
%11
%23
%14

Triadic Colors of #dcc3aa

#dcc3aa #aadcc3 #c3aadc

Analogous Colors of #dcc3aa

#dcc3aa #dcdcaa #dcaaaa

Monochromatic Colors of #dcc3aa

#dcc3aa

Complementary Color

#dcc3aa #aac3dc

#dcc3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3aa Color CSS Codes

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

#dcc3aa Text Font Color

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

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


#dcc3aa Background Color

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

This div background color is #dcc3aa


#dcc3aa Border Color

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

This div border color is #dcc3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3aa


Comments

No comments written yet.

Please login to write comment.