Color Hex Logo

#dcab7f Color Hex

#DCAB7F
(220,171,127)
0 Favorites   0 Comments

Color spaces of #dcab7f

RGB 220171127
HSL0.080.570.68
HSV28°42°86°
CMYK 0.000.220.42   0.14
XYZ47.908945.873826.4081
Yxy45.87380.39860.3817
Hunter Lab67.73027.734024.2939
CIE-Lab73.463612.301329.5219

#dcab7f color RGB value is (220,171,127).

#dcab7f hex color red value is 220, green value is 171 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dcab7f hue: 0.08 , saturation: 0.57 and the lightness value of dcab7f is 0.68.

The process color (four color CMYK) of #dcab7f color hex is 0.00, 0.22, 0.42, 0.14. Web safe color of #dcab7f is #cc9966. Color #dcab7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01111111
Octal 334 253 177
Decimal 220 171 127
Hex DC AB 7F

RGB Percentages of Color #dcab7f

%42.47
%33.01
%24.52

CMYK Percentages of Color #dcab7f

%0
%22
%42
%14

Triadic Colors of #dcab7f

#dcab7f #7fdcab #ab7fdc

Analogous Colors of #dcab7f

#dcab7f #dcda7f #dc7f82

Monochromatic Colors of #dcab7f

#dcab7f

Complementary Color

#dcab7f #7fb0dc

#dcab7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab7f Color CSS Codes

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

#dcab7f Text Font Color

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

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


#dcab7f Background Color

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

This div background color is #dcab7f


#dcab7f Border Color

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

This div border color is #dcab7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab7f


Comments

No comments written yet.

Please login to write comment.