Color Hex Logo

#dcc883 Color Hex

#DCC883
(220,200,131)
0 Favorites   0 Comments

Color spaces of #dcc883

RGB 220200131
HSL0.130.560.69
HSV47°40°86°
CMYK 0.000.090.40   0.14
XYZ54.266258.162929.8392
Yxy58.16290.38140.4088
Hunter Lab76.2646-6.451130.1875
CIE-Lab80.8293-2.572437.0381

#dcc883 color RGB value is (220,200,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 10000011
Octal 334 310 203
Decimal 220 200 131
Hex DC C8 83

RGB Percentages of Color #dcc883

%39.93
%36.30
%23.77

CMYK Percentages of Color #dcc883

%0
%9
%40
%14

Triadic Colors of #dcc883

#dcc883 #83dcc8 #c883dc

Analogous Colors of #dcc883

#dcc883 #c4dc83 #dc9c83

Monochromatic Colors of #dcc883

#dcc883

Complementary Color

#dcc883 #8397dc

#dcc883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc883 Color CSS Codes

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

#dcc883 Text Font Color

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

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


#dcc883 Background Color

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

This div background color is #dcc883


#dcc883 Border Color

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

This div border color is #dcc883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc883

#dcc883 Color Palettes


Comments

No comments written yet.

Please login to write comment.