Color Hex Logo

#dcc982 Color Hex

#DCC982
(220,201,130)
0 Favorites   0 Comments

Color spaces of #dcc982

RGB 220201130
HSL0.130.560.69
HSV47°41°86°
CMYK 0.000.090.41   0.14
XYZ54.431158.600629.5613
Yxy58.60060.38170.4110
Hunter Lab76.5510-7.043130.6900
CIE-Lab81.0716-3.197037.8604

#dcc982 color RGB value is (220,201,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10000010
Octal 334 311 202
Decimal 220 201 130
Hex DC C9 82

RGB Percentages of Color #dcc982

%39.93
%36.48
%23.59

CMYK Percentages of Color #dcc982

%0
%9
%41
%14

Triadic Colors of #dcc982

#dcc982 #82dcc9 #c982dc

Analogous Colors of #dcc982

#dcc982 #c2dc82 #dc9c82

Monochromatic Colors of #dcc982

#dcc982

Complementary Color

#dcc982 #8295dc

#dcc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc982 Color CSS Codes

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

#dcc982 Text Font Color

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

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


#dcc982 Background Color

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

This div background color is #dcc982


#dcc982 Border Color

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

This div border color is #dcc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc982


Comments

No comments written yet.

Please login to write comment.