Color Hex Logo

#dcd355 Color Hex

#DCD355
(220,211,85)
0 Favorites   0 Comments

Color spaces of #dcd355

RGB 22021185
HSL0.160.660.60
HSV56°61°86°
CMYK 0.000.040.61   0.14
XYZ54.449262.460117.7805
Yxy62.46010.40430.4637
Hunter Lab79.0317-15.327241.9832
CIE-Lab83.1575-12.142161.6433

#dcd355 color RGB value is (220,211,85).

#dcd355 hex color red value is 220, green value is 211 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dcd355 hue: 0.16 , saturation: 0.66 and the lightness value of dcd355 is 0.60.

The process color (four color CMYK) of #dcd355 color hex is 0.00, 0.04, 0.61, 0.14. Web safe color of #dcd355 is #cccc66. Color #dcd355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 01010101
Octal 334 323 125
Decimal 220 211 85
Hex DC D3 55

RGB Percentages of Color #dcd355

%42.64
%40.89
%16.47

CMYK Percentages of Color #dcd355

%0
%4
%61
%14

Triadic Colors of #dcd355

#dcd355 #55dcd3 #d355dc

Analogous Colors of #dcd355

#dcd355 #a2dc55 #dc9055

Monochromatic Colors of #dcd355

#dcd355

Complementary Color

#dcd355 #555edc

#dcd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd355 Color CSS Codes

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

#dcd355 Text Font Color

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

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


#dcd355 Background Color

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

This div background color is #dcd355


#dcd355 Border Color

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

This div border color is #dcd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd355


Comments

No comments written yet.

Please login to write comment.