Color Hex Logo

#dcd920 Color Hex

#DCD920
(220,217,32)
0 Favorites   0 Comments

Color spaces of #dcd920

RGB 22021732
HSL0.160.750.49
HSV59°85°86°
CMYK 0.000.010.85   0.14
XYZ54.588864.945611.0251
Yxy64.94560.41810.4974
Hunter Lab80.5888-20.119248.3009
CIE-Lab84.4557-17.383279.9805

#dcd920 color RGB value is (220,217,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 00100000
Octal 334 331 40
Decimal 220 217 32
Hex DC D9 20

RGB Percentages of Color #dcd920

%46.91
%46.27
%6.82

CMYK Percentages of Color #dcd920

%0
%1
%85
%14

Triadic Colors of #dcd920

#dcd920 #20dcd9 #d920dc

Analogous Colors of #dcd920

#dcd920 #81dc20 #dc7b20

Monochromatic Colors of #dcd920

#dcd920

Complementary Color

#dcd920 #2023dc

#dcd920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd920 Color CSS Codes

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

#dcd920 Text Font Color

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

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


#dcd920 Background Color

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

This div background color is #dcd920


#dcd920 Border Color

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

This div border color is #dcd920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd920


Comments

No comments written yet.

Please login to write comment.