Color Hex Logo

#dcdd5c Color Hex

#DCDD5C
(220,221,92)
0 Favorites   0 Comments

Color spaces of #dcdd5c

RGB 22022192
HSL0.170.650.61
HSV60°58°87°
CMYK 0.000.000.58   0.13
XYZ57.303467.701320.1727
Yxy67.70130.39470.4663
Hunter Lab82.2808-19.677443.0605
CIE-Lab85.8569-16.644661.5996

#dcdd5c color RGB value is (220,221,92).

#dcdd5c hex color red value is 220, green value is 221 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dcdd5c hue: 0.17 , saturation: 0.65 and the lightness value of dcdd5c is 0.61.

The process color (four color CMYK) of #dcdd5c color hex is 0.00, 0.00, 0.58, 0.13. Web safe color of #dcdd5c is #cccc66. Color #dcdd5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01011100
Octal 334 335 134
Decimal 220 221 92
Hex DC DD 5C

RGB Percentages of Color #dcdd5c

%41.28
%41.46
%17.26

CMYK Percentages of Color #dcdd5c

%0
%0
%58
%13

Triadic Colors of #dcdd5c

#dcdd5c #5cdcdd #dd5cdc

Analogous Colors of #dcdd5c

#dcdd5c #9cdd5c #dd9e5c

Monochromatic Colors of #dcdd5c

#dcdd5c

Complementary Color

#dcdd5c #5d5cdd

#dcdd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd5c Color CSS Codes

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

#dcdd5c Text Font Color

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

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


#dcdd5c Background Color

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

This div background color is #dcdd5c


#dcdd5c Border Color

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

This div border color is #dcdd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd5c


Comments

No comments written yet.

Please login to write comment.