Color Hex Logo

#dcd77c Color Hex

#DCD77C
(220,215,124)
0 Favorites   0 Comments

Color spaces of #dcd77c

RGB 220215124
HSL0.160.580.67
HSV57°44°86°
CMYK 0.000.020.44   0.14
XYZ57.453765.271828.6394
Yxy65.27180.37960.4312
Hunter Lab80.7910-14.445735.5361
CIE-Lab84.6236-10.959845.3451

#dcd77c color RGB value is (220,215,124).

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

The process color (four color CMYK) of #dcd77c color hex is 0.00, 0.02, 0.44, 0.14. Web safe color of #dcd77c is #cccc66. Color #dcd77c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 01111100
Octal 334 327 174
Decimal 220 215 124
Hex DC D7 7C

RGB Percentages of Color #dcd77c

%39.36
%38.46
%22.18

CMYK Percentages of Color #dcd77c

%0
%2
%44
%14

Triadic Colors of #dcd77c

#dcd77c #7cdcd7 #d77cdc

Analogous Colors of #dcd77c

#dcd77c #b1dc7c #dca77c

Monochromatic Colors of #dcd77c

#dcd77c

Complementary Color

#dcd77c #7c81dc

#dcd77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd77c Color CSS Codes

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

#dcd77c Text Font Color

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

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


#dcd77c Background Color

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

This div background color is #dcd77c


#dcd77c Border Color

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

This div border color is #dcd77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd77c


Comments

No comments written yet.

Please login to write comment.