Color Hex Logo

#dca08b Color Hex

#DCA08B
(220,160,139)
0 Favorites   0 Comments

Color spaces of #dca08b

RGB 220160139
HSL0.040.540.70
HSV16°37°86°
CMYK 0.000.270.37   0.14
XYZ46.746242.221330.1118
Yxy42.22130.39260.3546
Hunter Lab64.977914.704518.0086
CIE-Lab71.023219.574619.7367

#dca08b color RGB value is (220,160,139).

#dca08b hex color red value is 220, green value is 160 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dca08b hue: 0.04 , saturation: 0.54 and the lightness value of dca08b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10001011
Octal 334 240 213
Decimal 220 160 139
Hex DC A0 8B

RGB Percentages of Color #dca08b

%42.39
%30.83
%26.78

CMYK Percentages of Color #dca08b

%0
%27
%37
%14

Triadic Colors of #dca08b

#dca08b #8bdca0 #a08bdc

Analogous Colors of #dca08b

#dca08b #dcc98b #dc8b9f

Monochromatic Colors of #dca08b

#dca08b

Complementary Color

#dca08b #8bc7dc

#dca08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca08b Color CSS Codes

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

#dca08b Text Font Color

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

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


#dca08b Background Color

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

This div background color is #dca08b


#dca08b Border Color

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

This div border color is #dca08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca08b


Comments

No comments written yet.

Please login to write comment.