Color Hex Logo

#dcd383 Color Hex

#DCD383
(220,211,131)
0 Favorites   0 Comments

Color spaces of #dcd383

RGB 220211131
HSL0.150.560.69
HSV54°40°86°
CMYK 0.000.040.40   0.14
XYZ56.906263.442930.7191
Yxy63.44290.37670.4200
Hunter Lab79.6511-11.861132.8893
CIE-Lab83.6749-8.217740.6797

#dcd383 color RGB value is (220,211,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 10000011
Octal 334 323 203
Decimal 220 211 131
Hex DC D3 83

RGB Percentages of Color #dcd383

%39.15
%37.54
%23.31

CMYK Percentages of Color #dcd383

%0
%4
%40
%14

Triadic Colors of #dcd383

#dcd383 #83dcd3 #d383dc

Analogous Colors of #dcd383

#dcd383 #b9dc83 #dca783

Monochromatic Colors of #dcd383

#dcd383

Complementary Color

#dcd383 #838cdc

#dcd383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd383 Color CSS Codes

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

#dcd383 Text Font Color

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

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


#dcd383 Background Color

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

This div background color is #dcd383


#dcd383 Border Color

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

This div border color is #dcd383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd383


Comments

No comments written yet.

Please login to write comment.