Color Hex Logo

#dcc884 Color Hex

#DCC884
(220,200,132)
0 Favorites   0 Comments

Color spaces of #dcc884

RGB 220200132
HSL0.130.560.69
HSV46°40°86°
CMYK 0.000.090.40   0.14
XYZ54.334358.190130.1979
Yxy58.19010.38070.4077
Hunter Lab76.2824-6.352629.9266
CIE-Lab80.8444-2.464036.5456

#dcc884 color RGB value is (220,200,132).

#dcc884 hex color red value is 220, green value is 200 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dcc884 hue: 0.13 , saturation: 0.56 and the lightness value of dcc884 is 0.69.

The process color (four color CMYK) of #dcc884 color hex is 0.00, 0.09, 0.40, 0.14. Web safe color of #dcc884 is #cccc99. Color #dcc884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10000100
Octal 334 310 204
Decimal 220 200 132
Hex DC C8 84

RGB Percentages of Color #dcc884

%39.86
%36.23
%23.91

CMYK Percentages of Color #dcc884

%0
%9
%40
%14

Triadic Colors of #dcc884

#dcc884 #84dcc8 #c884dc

Analogous Colors of #dcc884

#dcc884 #c4dc84 #dc9c84

Monochromatic Colors of #dcc884

#dcc884

Complementary Color

#dcc884 #8498dc

#dcc884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc884 Color CSS Codes

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

#dcc884 Text Font Color

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

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


#dcc884 Background Color

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

This div background color is #dcc884


#dcc884 Border Color

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

This div border color is #dcc884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc884


Comments

No comments written yet.

Please login to write comment.