Color Hex Logo

#dcd941 Color Hex

#DCD941
(220,217,65)
0 Favorites   0 Comments

Color spaces of #dcd941

RGB 22021765
HSL0.160.690.56
HSV59°70°86°
CMYK 0.000.010.70   0.14
XYZ55.282265.223014.6766
Yxy65.22300.40890.4825
Hunter Lab80.7608-19.144845.7578
CIE-Lab84.5985-16.246570.8998

#dcd941 color RGB value is (220,217,65).

#dcd941 hex color red value is 220, green value is 217 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dcd941 hue: 0.16 , saturation: 0.69 and the lightness value of dcd941 is 0.56.

The process color (four color CMYK) of #dcd941 color hex is 0.00, 0.01, 0.70, 0.14. Web safe color of #dcd941 is #cccc33. Color #dcd941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01000001
Octal 334 331 101
Decimal 220 217 65
Hex DC D9 41

RGB Percentages of Color #dcd941

%43.82
%43.23
%12.95

CMYK Percentages of Color #dcd941

%0
%1
%70
%14

Triadic Colors of #dcd941

#dcd941 #41dcd9 #d941dc

Analogous Colors of #dcd941

#dcd941 #92dc41 #dc8c41

Monochromatic Colors of #dcd941

#dcd941

Complementary Color

#dcd941 #4144dc

#dcd941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd941 Color CSS Codes

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

#dcd941 Text Font Color

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

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


#dcd941 Background Color

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

This div background color is #dcd941


#dcd941 Border Color

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

This div border color is #dcd941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd941


Comments

No comments written yet.

Please login to write comment.