Color Hex Logo

#dcd388 Color Hex

#DCD388
(220,211,136)
0 Favorites   0 Comments

Color spaces of #dcd388

RGB 220211136
HSL0.150.550.70
HSV54°38°86°
CMYK 0.000.040.38   0.14
XYZ57.253463.581732.5475
Yxy63.58170.37330.4145
Hunter Lab79.7381-11.375631.6157
CIE-Lab83.7475-7.675438.2525

#dcd388 color RGB value is (220,211,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 10001000
Octal 334 323 210
Decimal 220 211 136
Hex DC D3 88

RGB Percentages of Color #dcd388

%38.80
%37.21
%23.99

CMYK Percentages of Color #dcd388

%0
%4
%38
%14

Triadic Colors of #dcd388

#dcd388 #88dcd3 #d388dc

Analogous Colors of #dcd388

#dcd388 #bbdc88 #dca988

Monochromatic Colors of #dcd388

#dcd388

Complementary Color

#dcd388 #8891dc

#dcd388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd388 Color CSS Codes

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

#dcd388 Text Font Color

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

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


#dcd388 Background Color

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

This div background color is #dcd388


#dcd388 Border Color

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

This div border color is #dcd388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd388


Comments

No comments written yet.

Please login to write comment.