Color Hex Logo

#dcdd49 Color Hex

#DCDD49
(220,221,73)
0 Favorites   0 Comments

Color spaces of #dcdd49

RGB 22022173
HSL0.170.690.58
HSV60°67°87°
CMYK 0.000.000.67   0.13
XYZ56.574267.409616.3329
Yxy67.40960.40320.4804
Hunter Lab82.1033-20.683545.6777
CIE-Lab85.7104-17.812569.0959

#dcdd49 color RGB value is (220,221,73).

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

The process color (four color CMYK) of #dcdd49 color hex is 0.00, 0.00, 0.67, 0.13. Web safe color of #dcdd49 is #cccc33. Color #dcdd49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 01001001
Octal 334 335 111
Decimal 220 221 73
Hex DC DD 49

RGB Percentages of Color #dcdd49

%42.80
%43.00
%14.20

CMYK Percentages of Color #dcdd49

%0
%0
%67
%13

Triadic Colors of #dcdd49

#dcdd49 #49dcdd #dd49dc

Analogous Colors of #dcdd49

#dcdd49 #92dd49 #dd9449

Monochromatic Colors of #dcdd49

#dcdd49

Complementary Color

#dcdd49 #4a49dd

#dcdd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdd49 Color CSS Codes

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

#dcdd49 Text Font Color

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

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


#dcdd49 Background Color

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

This div background color is #dcdd49


#dcdd49 Border Color

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

This div border color is #dcdd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdd49


Comments

No comments written yet.

Please login to write comment.