Color Hex Logo

#dcc980 Color Hex

#DCC980
(220,201,128)
0 Favorites   0 Comments

Color spaces of #dcc980

RGB 220201128
HSL0.130.570.68
HSV48°42°86°
CMYK 0.000.090.42   0.14
XYZ54.298158.547428.8610
Yxy58.54740.38320.4132
Hunter Lab76.5163-7.234931.1979
CIE-Lab81.0422-3.408838.8405

#dcc980 color RGB value is (220,201,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10000000
Octal 334 311 200
Decimal 220 201 128
Hex DC C9 80

RGB Percentages of Color #dcc980

%40.07
%36.61
%23.32

CMYK Percentages of Color #dcc980

%0
%9
%42
%14

Triadic Colors of #dcc980

#dcc980 #80dcc9 #c980dc

Analogous Colors of #dcc980

#dcc980 #c1dc80 #dc9b80

Monochromatic Colors of #dcc980

#dcc980

Complementary Color

#dcc980 #8093dc

#dcc980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc980 Color CSS Codes

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

#dcc980 Text Font Color

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

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


#dcc980 Background Color

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

This div background color is #dcc980


#dcc980 Border Color

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

This div border color is #dcc980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc980


Comments

No comments written yet.

Please login to write comment.