Color Hex Logo

#dca69b Color Hex

#DCA69B
(220,166,155)
0 Favorites   0 Comments

Color spaces of #dca69b

RGB 220166155
HSL0.030.480.74
HSV10°30°86°
CMYK 0.000.250.30   0.14
XYZ49.067844.854637.0820
Yxy44.85460.37460.3424
Hunter Lab66.973613.573214.0538
CIE-Lab72.796118.361513.4284

#dca69b color RGB value is (220,166,155).

#dca69b hex color red value is 220, green value is 166 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dca69b hue: 0.03 , saturation: 0.48 and the lightness value of dca69b is 0.74.

The process color (four color CMYK) of #dca69b color hex is 0.00, 0.25, 0.30, 0.14. Web safe color of #dca69b is #cc9999. Color #dca69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 10011011
Octal 334 246 233
Decimal 220 166 155
Hex DC A6 9B

RGB Percentages of Color #dca69b

%40.67
%30.68
%28.65

CMYK Percentages of Color #dca69b

%0
%25
%30
%14

Triadic Colors of #dca69b

#dca69b #9bdca6 #a69bdc

Analogous Colors of #dca69b

#dca69b #dcc79b #dc9bb1

Monochromatic Colors of #dca69b

#dca69b

Complementary Color

#dca69b #9bd1dc

#dca69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca69b Color CSS Codes

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

#dca69b Text Font Color

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

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


#dca69b Background Color

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

This div background color is #dca69b


#dca69b Border Color

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

This div border color is #dca69b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,166,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dca69b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca69b


Comments

No comments written yet.

Please login to write comment.