Color Hex Logo

#dca690 Color Hex

#DCA690
(220,166,144)
0 Favorites   0 Comments

Color spaces of #dca690

RGB 220166144
HSL0.050.520.71
HSV17°35°86°
CMYK 0.000.250.35   0.14
XYZ48.185544.501732.4356
Yxy44.50170.38510.3557
Hunter Lab66.709612.191917.8687
CIE-Lab72.562616.949319.1215

#dca690 color RGB value is (220,166,144).

#dca690 hex color red value is 220, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dca690 hue: 0.05 , saturation: 0.52 and the lightness value of dca690 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 10010000
Octal 334 246 220
Decimal 220 166 144
Hex DC A6 90

RGB Percentages of Color #dca690

%41.51
%31.32
%27.17

CMYK Percentages of Color #dca690

%0
%25
%35
%14

Triadic Colors of #dca690

#dca690 #90dca6 #a690dc

Analogous Colors of #dca690

#dca690 #dccc90 #dc90a0

Monochromatic Colors of #dca690

#dca690

Complementary Color

#dca690 #90c6dc

#dca690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca690 Color CSS Codes

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

#dca690 Text Font Color

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

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


#dca690 Background Color

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

This div background color is #dca690


#dca690 Border Color

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

This div border color is #dca690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca690


Comments

No comments written yet.

Please login to write comment.