Color Hex Logo

#dcd43c Color Hex

#DCD43C
(220,212,60)
0 Favorites   0 Comments

Color spaces of #dcd43c

RGB 22021260
HSL0.160.700.55
HSV57°73°86°
CMYK 0.000.040.73   0.14
XYZ53.874362.628913.5241
Yxy62.62890.41430.4817
Hunter Lab79.1384-16.976545.2647
CIE-Lab83.2467-13.993571.3268

#dcd43c color RGB value is (220,212,60).

#dcd43c hex color red value is 220, green value is 212 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dcd43c hue: 0.16 , saturation: 0.70 and the lightness value of dcd43c is 0.55.

The process color (four color CMYK) of #dcd43c color hex is 0.00, 0.04, 0.73, 0.14. Web safe color of #dcd43c is #cccc33. Color #dcd43c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010100 00111100
Octal 334 324 74
Decimal 220 212 60
Hex DC D4 3C

RGB Percentages of Color #dcd43c

%44.72
%43.09
%12.20

CMYK Percentages of Color #dcd43c

%0
%4
%73
%14

Triadic Colors of #dcd43c

#dcd43c #3cdcd4 #d43cdc

Analogous Colors of #dcd43c

#dcd43c #94dc3c #dc843c

Monochromatic Colors of #dcd43c

#dcd43c

Complementary Color

#dcd43c #3c44dc

#dcd43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd43c Color CSS Codes

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

#dcd43c Text Font Color

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

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


#dcd43c Background Color

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

This div background color is #dcd43c


#dcd43c Border Color

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

This div border color is #dcd43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd43c


Comments

No comments written yet.

Please login to write comment.