Color Hex Logo

#dcdd5f Color Hex

#DCDD5F
(220,221,95)
0 Favorites   0 Comments

Color spaces of #dcdd5f

RGB 22022195
HSL0.170.650.62
HSV60°57°87°
CMYK 0.000.000.57   0.13
XYZ57.437267.754820.8772
Yxy67.75480.39320.4639
Hunter Lab82.3133-19.493242.5815
CIE-Lab85.8837-16.431760.3337

#dcdd5f color RGB value is (220,221,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01011111
Octal 334 335 137
Decimal 220 221 95
Hex DC DD 5F

RGB Percentages of Color #dcdd5f

%41.04
%41.23
%17.72

CMYK Percentages of Color #dcdd5f

%0
%0
%57
%13

Triadic Colors of #dcdd5f

#dcdd5f #5fdcdd #dd5fdc

Analogous Colors of #dcdd5f

#dcdd5f #9ddd5f #dd9f5f

Monochromatic Colors of #dcdd5f

#dcdd5f

Complementary Color

#dcdd5f #605fdd

#dcdd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd5f Color CSS Codes

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

#dcdd5f Text Font Color

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

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


#dcdd5f Background Color

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

This div background color is #dcdd5f


#dcdd5f Border Color

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

This div border color is #dcdd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd5f


Comments

No comments written yet.

Please login to write comment.