Color Hex Logo

#dcab72 Color Hex

#DCAB72
(220,171,114)
0 Favorites   0 Comments

Color spaces of #dcab72

RGB 220171114
HSL0.090.600.65
HSV32°48°86°
CMYK 0.000.220.48   0.14
XYZ47.115445.556422.2296
Yxy45.55640.41010.3965
Hunter Lab67.49556.485327.7197
CIE-Lab73.256810.983636.1248

#dcab72 color RGB value is (220,171,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 01110010
Octal 334 253 162
Decimal 220 171 114
Hex DC AB 72

RGB Percentages of Color #dcab72

%43.56
%33.86
%22.57

CMYK Percentages of Color #dcab72

%0
%22
%48
%14

Triadic Colors of #dcab72

#dcab72 #72dcab #ab72dc

Analogous Colors of #dcab72

#dcab72 #d8dc72 #dc7672

Monochromatic Colors of #dcab72

#dcab72

Complementary Color

#dcab72 #72a3dc

#dcab72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab72 Color CSS Codes

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

#dcab72 Text Font Color

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

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


#dcab72 Background Color

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

This div background color is #dcab72


#dcab72 Border Color

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

This div border color is #dcab72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab72


Comments

No comments written yet.

Please login to write comment.