Color Hex Logo

#dcc882 Color Hex

#DCC882
(220,200,130)
0 Favorites   0 Comments

Color spaces of #dcc882

RGB 220200130
HSL0.130.560.69
HSV47°41°86°
CMYK 0.000.090.41   0.14
XYZ54.198758.135929.4839
Yxy58.13590.38220.4099
Hunter Lab76.2469-6.548730.4460
CIE-Lab80.8143-2.679937.5299

#dcc882 color RGB value is (220,200,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10000010
Octal 334 310 202
Decimal 220 200 130
Hex DC C8 82

RGB Percentages of Color #dcc882

%40.00
%36.36
%23.64

CMYK Percentages of Color #dcc882

%0
%9
%41
%14

Triadic Colors of #dcc882

#dcc882 #82dcc8 #c882dc

Analogous Colors of #dcc882

#dcc882 #c3dc82 #dc9b82

Monochromatic Colors of #dcc882

#dcc882

Complementary Color

#dcc882 #8296dc

#dcc882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc882 Color CSS Codes

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

#dcc882 Text Font Color

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

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


#dcc882 Background Color

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

This div background color is #dcc882


#dcc882 Border Color

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

This div border color is #dcc882


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,200,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 #dcc882">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc882


Comments

No comments written yet.

Please login to write comment.