Color Hex Logo

#dca09d Color Hex

#DCA09D
(220,160,157)
0 Favorites   0 Comments

Color spaces of #dca09d

RGB 220160157
HSL0.010.470.74
HSV29°86°
CMYK 0.000.270.29   0.14
XYZ48.171842.791637.6190
Yxy42.79160.37460.3328
Hunter Lab65.415316.970611.6942
CIE-Lab71.413321.865210.3734

#dca09d color RGB value is (220,160,157).

#dca09d hex color red value is 220, green value is 160 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dca09d hue: 0.01 , saturation: 0.47 and the lightness value of dca09d is 0.74.

The process color (four color CMYK) of #dca09d color hex is 0.00, 0.27, 0.29, 0.14. Web safe color of #dca09d is #cc9999. Color #dca09d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10011101
Octal 334 240 235
Decimal 220 160 157
Hex DC A0 9D

RGB Percentages of Color #dca09d

%40.97
%29.80
%29.24

CMYK Percentages of Color #dca09d

%0
%27
%29
%14

Triadic Colors of #dca09d

#dca09d #9ddca0 #a09ddc

Analogous Colors of #dca09d

#dca09d #dcc09d #dc9dba

Monochromatic Colors of #dca09d

#dca09d

Complementary Color

#dca09d #9dd9dc

#dca09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca09d Color CSS Codes

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

#dca09d Text Font Color

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

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


#dca09d Background Color

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

This div background color is #dca09d


#dca09d Border Color

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

This div border color is #dca09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca09d


Comments

No comments written yet.

Please login to write comment.