Color Hex Logo

#dcd940 Color Hex

#DCD940
(220,217,64)
0 Favorites   0 Comments

Color spaces of #dcd940

RGB 22021764
HSL0.160.690.56
HSV59°71°86°
CMYK 0.000.010.71   0.14
XYZ55.253565.211514.5254
Yxy65.21150.40930.4831
Hunter Lab80.7536-19.185145.8629
CIE-Lab84.5926-16.293271.2430

#dcd940 color RGB value is (220,217,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01000000
Octal 334 331 100
Decimal 220 217 64
Hex DC D9 40

RGB Percentages of Color #dcd940

%43.91
%43.31
%12.77

CMYK Percentages of Color #dcd940

%0
%1
%71
%14

Triadic Colors of #dcd940

#dcd940 #40dcd9 #d940dc

Analogous Colors of #dcd940

#dcd940 #91dc40 #dc8b40

Monochromatic Colors of #dcd940

#dcd940

Complementary Color

#dcd940 #4043dc

#dcd940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd940 Color CSS Codes

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

#dcd940 Text Font Color

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

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


#dcd940 Background Color

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

This div background color is #dcd940


#dcd940 Border Color

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

This div border color is #dcd940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd940


Comments

No comments written yet.

Please login to write comment.