Color Hex Logo

#dca09b Color Hex

#DCA09B
(220,160,155)
0 Favorites   0 Comments

Color spaces of #dca09b

RGB 220160155
HSL0.010.480.74
HSV30°86°
CMYK 0.000.270.30   0.14
XYZ48.002442.723836.7269
Yxy42.72380.37660.3352
Hunter Lab65.363416.703012.4401
CIE-Lab71.367121.596511.4119

#dca09b color RGB value is (220,160,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10011011
Octal 334 240 233
Decimal 220 160 155
Hex DC A0 9B

RGB Percentages of Color #dca09b

%41.12
%29.91
%28.97

CMYK Percentages of Color #dca09b

%0
%27
%30
%14

Triadic Colors of #dca09b

#dca09b #9bdca0 #a09bdc

Analogous Colors of #dca09b

#dca09b #dcc19b #dc9bb7

Monochromatic Colors of #dca09b

#dca09b

Complementary Color

#dca09b #9bd7dc

#dca09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca09b Color CSS Codes

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

#dca09b Text Font Color

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

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


#dca09b Background Color

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

This div background color is #dca09b


#dca09b Border Color

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

This div border color is #dca09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca09b


Comments

No comments written yet.

Please login to write comment.