Color Hex Logo

#dcab76 Color Hex

#DCAB76
(220,171,118)
0 Favorites   0 Comments

Color spaces of #dcab76

RGB 220171118
HSL0.090.590.66
HSV31°46°86°
CMYK 0.000.220.46   0.14
XYZ47.348145.649523.4553
Yxy45.64950.40660.3920
Hunter Lab67.56446.852326.7123
CIE-Lab73.317511.372134.1037

#dcab76 color RGB value is (220,171,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01110110
Octal 334 253 166
Decimal 220 171 118
Hex DC AB 76

RGB Percentages of Color #dcab76

%43.22
%33.60
%23.18

CMYK Percentages of Color #dcab76

%0
%22
%46
%14

Triadic Colors of #dcab76

#dcab76 #76dcab #ab76dc

Analogous Colors of #dcab76

#dcab76 #dadc76 #dc7876

Monochromatic Colors of #dcab76

#dcab76

Complementary Color

#dcab76 #76a7dc

#dcab76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab76 Color CSS Codes

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

#dcab76 Text Font Color

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

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


#dcab76 Background Color

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

This div background color is #dcab76


#dcab76 Border Color

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

This div border color is #dcab76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab76


Comments

No comments written yet.

Please login to write comment.