Color Hex Logo

#dcab70 Color Hex

#DCAB70
(220,171,112)
0 Favorites   0 Comments

Color spaces of #dcab70

RGB 220171112
HSL0.090.610.65
HSV33°49°86°
CMYK 0.000.220.49   0.14
XYZ47.002745.511321.6365
Yxy45.51130.41180.3987
Hunter Lab67.46216.307328.2079
CIE-Lab73.227310.794937.1308

#dcab70 color RGB value is (220,171,112).

#dcab70 hex color red value is 220, green value is 171 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dcab70 hue: 0.09 , saturation: 0.61 and the lightness value of dcab70 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01110000
Octal 334 253 160
Decimal 220 171 112
Hex DC AB 70

RGB Percentages of Color #dcab70

%43.74
%34.00
%22.27

CMYK Percentages of Color #dcab70

%0
%22
%49
%14

Triadic Colors of #dcab70

#dcab70 #70dcab #ab70dc

Analogous Colors of #dcab70

#dcab70 #d7dc70 #dc7570

Monochromatic Colors of #dcab70

#dcab70

Complementary Color

#dcab70 #70a1dc

#dcab70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab70 Color CSS Codes

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

#dcab70 Text Font Color

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

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


#dcab70 Background Color

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

This div background color is #dcab70


#dcab70 Border Color

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

This div border color is #dcab70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab70


Comments

No comments written yet.

Please login to write comment.