Color Hex Logo

#dcd74c Color Hex

#DCD74C
(220,215,76)
0 Favorites   0 Comments

Color spaces of #dcd74c

RGB 22021576
HSL0.160.670.58
HSV58°65°86°
CMYK 0.000.020.65   0.14
XYZ55.120164.338316.3509
Yxy64.33830.40590.4737
Hunter Lab80.2112-17.706644.0617
CIE-Lab84.1416-14.685366.3521

#dcd74c color RGB value is (220,215,76).

#dcd74c hex color red value is 220, green value is 215 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dcd74c hue: 0.16 , saturation: 0.67 and the lightness value of dcd74c is 0.58.

The process color (four color CMYK) of #dcd74c color hex is 0.00, 0.02, 0.65, 0.14. Web safe color of #dcd74c is #cccc33. Color #dcd74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01001100
Octal 334 327 114
Decimal 220 215 76
Hex DC D7 4C

RGB Percentages of Color #dcd74c

%43.05
%42.07
%14.87

CMYK Percentages of Color #dcd74c

%0
%2
%65
%14

Triadic Colors of #dcd74c

#dcd74c #4cdcd7 #d74cdc

Analogous Colors of #dcd74c

#dcd74c #99dc4c #dc8f4c

Monochromatic Colors of #dcd74c

#dcd74c

Complementary Color

#dcd74c #4c51dc

#dcd74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd74c Color CSS Codes

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

#dcd74c Text Font Color

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

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


#dcd74c Background Color

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

This div background color is #dcd74c


#dcd74c Border Color

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

This div border color is #dcd74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd74c


Comments

No comments written yet.

Please login to write comment.